Bonjour à tous,
J’ai installé VMware en suivant les indications de cette page -> http://www.technoaddict.fr/2009/09/12/installation-de-vmware-server-2-0-1-sur-le-kernel-2-6-30/ (J’en ai essayé d’autres). J’arrive à la fin de l’installation sans problème, mais lorsque je saisis “http://localhost:8222” dans la barre d’adresse de mon navigateur, j’ai l’erreur 503 (Service Unavailable).
Les dernières lignes de mon fichier /var/log/vmware/hostd.log contient[2010-01-11 18:42:23.389 'Proxysvc Req00000' 140573560477424 warning] Connection to server localhost:8308 failed with error Connection refused. Retrying...
[2010-01-11 18:42:23.390 'Proxysvc Req00000' 140573560477424 warning] Exception while processing request: Connection refused
La commande netstat -plnt donne
Connexions Internet actives (seulement serveurs)
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
tcp 0 0 0.0.0.0:8333 0.0.0.0:* LISTEN 21953/vmware-hostd
tcp 0 0 127.0.0.1:111 0.0.0.0:* LISTEN 1250/portmap
tcp 0 0 127.0.0.1:8307 0.0.0.0:* LISTEN 21953/vmware-hostd
tcp 0 0 0.0.0.0:54806 0.0.0.0:* LISTEN 15676/rpc.statd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2043/cupsd
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 1639/postgres
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1946/exim4
tcp 0 0 0.0.0.0:8222 0.0.0.0:* LISTEN 21953/vmware-hostd
tcp 0 0 0.0.0.0:902 0.0.0.0:* LISTEN 21798/vmware-authdl
tcp6 0 0 :::8080 :::* LISTEN 25361/jsvc
tcp6 0 0 :::80 :::* LISTEN 16594/apache2
tcp6 0 0 ::1:631 :::* LISTEN 2043/cupsd
tcp6 0 0 ::1:5432 :::* LISTEN 1639/postgres
tcp6 0 0 ::1:25 :::* LISTEN 1946/exim4
La commande /etc/init.d/vmware status donneBridged 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
Mon /etc/hosts contient127.0.0.1 localhost debian-jp
Quelqu’un peut-il m’aider car je ne connais pas du tout les systèmes de virtualisation tel vmware (j’ai simplement déjà utilisé VirtualBox).