I was “watching” a webinar on virtualization from NaSPA, and the speaker was talking about VMWare alot, so I decided to test it out myself. I just clean installed Intrepid after the new release, so it shouldn’t be too complicated. Though I got confused with the patches, these instructions should work.
Get software and patches first.
Compiler tools:
sudo aptitude install build-essential linux-kernel-headers xinetd
VMWare server:
wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.7-108231.tar.gz
VMWare patch for latest kernel:
wget -c http://www.insecure.ws/warehouse/vmware-update-2.6.27-5.5.7-2.tar.gz
Unpack software:
tar xf vmware-update*.tar.gz
tar xf VMware-server*.tar.gz
First, install the VMWare Server.
cd vmware-server-distrib/
sudo ./vmware-install.pl
When asked to run the vmware-config.pl configuration script, choose no.
When your done with configuration process, install the patch:
cd ../vmware-update*/
sudo ./runme.pl
The scipt then patches and asks to run the config.pl script Choose yes. Setup the config to your liking, mine was all the defaults. I hope it works for you.