PDA

View Full Version : Problems with VMware Management Interface


davidtere
22nd November 2006, 08:58
HI,

I've tried to configure the VMware Management Interface, but it gives me an error:


"Set the number of minutes before a http session times out. (This is the length
of time before someone connecting to VMware Management Interface will be logged
out) [60] 60

Generating SSL Server Certificate

Starting httpd.vmware:-ne failed "

Any help?
Thanks a lot,

till
22nd November 2006, 11:54
Which error do you get when you try to start the vmware management interface with its start script in /etc/init.d ?

davidtere
24th November 2006, 17:29
david@david-desktop:/etc/init.d$ sudo ./httpd.vmware status
vmware.httpd is not running.
david@david-desktop:/etc/init.d$ sudo ./httpd.vmware start
Starting httpd.vmware:-ne failed

david@david-desktop:/etc/init.d$

Any help?

till
24th November 2006, 19:13
Maybe this helps you:

http://users.piuha.net/martti/comp/ubuntu/server.html

except:

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.

# cd /tmp
# wget http://users.piuha.net/martti/comp/ubuntu/httpd.vmware.diff
# cd /
# patch -b -p0 < /tmp/httpd.vmware.diff

gcorominas
29th February 2008, 18:15
The post that submitted a patch has a broken link
I found the good one:

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.

# cd /tmp
# wget http://www.iki.fi/kuparine/comp/ubuntu/en/httpd.vmware.diff
# cd /
# patch -b -p0 < /tmp/httpd.vmware.diff



Font: http://users.piuha.net/martti/comp/ubuntu/en/server.html