A good idea if you'd stil like to have a stupid Windows os on your system cause the application you'd like to is not available for Linux: use vmware-server.
# export http_proxy=http://proxy.elisabeth.nl:8080
#sudo apt-get install linux-headers-`uname -r` xinetd build-essential
get the vmware server software
get the vmware-any-any-update109.tar.gz patch
Install it all and enjoy.
De VMware Management Interface startup script (/etc/init.d/httpd.vmware) bevat een bug waardoor de Apache server ermee stopt nadat de ubuntu server opnieuw gestart is. Door onderstaande patch installeren kun je het probleem oplossen.
httpd.vmware.diff
De patch installeer je als volgt:
# cd /tmp
# wget http://users.piuha.net/martti/comp/ubuntu/httpd.vmware.diff
# cd /
# patch -b -p0 < /tmp/httpd.vmware.diff
Leave a Reply