Hi, I wonder if anyone can help with this.
I'm currently running Gentoo on a colo box and had vmware 1.07 working fine. I thought I would try an upgrade to VMWare Server 2. After emerge -C vmware-server vmware-modules I downloaded the tar, exxtracted and ran the install without any problems.
Now if I try to connect to my box: http://<ip>:8222 or https://<ip>:8333 I get a 503 service unavailable error. Here are some info you might find helpful:
The box is running:
Apache2
PHP
Mysql
Shoutcast
SC_trans
IRSSI
-
uname
Linux 2.6.27-gentoo-r7
-
tail -12 /var/log/vmware/hostd.log
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Connection to server localhost:8308 failed with error Connection refused. Retrying...
Exception while processing request: Connection refused
-
netstat -plnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 5601/sc_serv
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN 5601/sc_serv
tcp 0 0 0.0.0.0:8002 0.0.0.0:* LISTEN 5609/sc_serv
tcp 0 0 0.0.0.0:8003 0.0.0.0:* LISTEN 5609/sc_serv
tcp 0 0 0.0.0.0:8004 0.0.0.0:* LISTEN 5581/sc_serv
tcp 0 0 0.0.0.0:8005 0.0.0.0:* LISTEN 5581/sc_serv
tcp 0 0 0.0.0.0:902 0.0.0.0:* LISTEN 10336/vmware-authdl
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN 5594/sc_serv
tcp 0 0 0.0.0.0:8007 0.0.0.0:* LISTEN 5594/sc_serv
tcp 0 0 0.0.0.0:8008 0.0.0.0:* LISTEN 5587/sc_serv
tcp 0 0 0.0.0.0:8009 0.0.0.0:* LISTEN 5587/sc_serv
tcp 0 0 0.0.0.0:8010 0.0.0.0:* LISTEN 5615/sc_serv
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 5296/mysqld
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 476/smbd
tcp 0 0 0.0.0.0:8011 0.0.0.0:* LISTEN 5615/sc_serv
tcp 0 0 0.0.0.0:8333 0.0.0.0:* LISTEN 10445/vmware-hostd
tcp 0 0 127.0.0.1:8307 0.0.0.0:* LISTEN 10445/vmware-hostd
tcp 0 0 0.0.0.0:21556 0.0.0.0:* LISTEN 621/sshd
tcp 0 0 127.0.0.1:1080 0.0.0.0:* LISTEN 404/sockd
tcp 0 0 0.0.0.0:7996 0.0.0.0:* LISTEN 5621/sc_serv
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 476/smbd
tcp 0 0 0.0.0.0:7997 0.0.0.0:* LISTEN 5621/sc_serv
tcp 0 0 0.0.0.0:8222 0.0.0.0:* LISTEN 10445/vmware-hostd
tcp 0 0 0.0.0.0:7998 0.0.0.0:* LISTEN 5627/sc_serv
tcp 0 0 0.0.0.0:7999 0.0.0.0:* LISTEN 5627/sc_serv
tcp6 0 0 :::80 :::* LISTEN 325/apache2
tcp6 0 0 :::21556 :::* LISTEN 621/sshd
-
/etc/init.d/vmware status
Bridged networking on /dev/vmnet0 is running
Host network detection is not running
Host-only networking on /dev/vmnet1 is running
DHCP server on /dev/vmnet1 is running
Host-only networking on /dev/vmnet8 is running
DHCP server on /dev/vmnet8 is running
NAT networking on /dev/vmnet8 is running
Module vmmon loaded
Module vmnet loaded
-
nano /etc/hosts
127.0.0.1 mansell.fluidcanvas.co.uk mansell localhost
-
Any help would be greatly appreciated!
Thanks
Brockers