I’ve just installed VMware Server 1.0.1 on Ubuntu Edgy Eft 6.10 by following Daniël Knippers’ instructions.
His instructions left me with everything installed fine, but with issues getting the VMware Management Interface to start:
Starting httpd.vmware:-ne failed
I found the solution which is replicated below…
The VMware Management Interface’s startup scripts (/etc/init.d/httpd.vmware and /usr/lib/vmware-mui/src/lib/httpd.vmware) have a bug which makes the Apache server start fail after reboot. To fix the script apply the following patch.
# wget http://users.piuha.net/martti/comp/ubuntu/httpd.vmware.diff
# cd /
# patch -b -p0 < /tmp/httpd.vmware.diff
As a bit of background, I had previously followed Mark Chapman’s instructions to install VMware Server on Debian, but found the Debian installer didn’t support the SATA DVD drive in my new Dell Dimension E520. Searching the web turned up the above method for installing on Ubuntu.