vmware-server-console hanging

If you have started vmware then try to log in via vmware-server-console and it hangs, check /var/log/messages for xinetd messages. For example:

Mar 25 22:26:34 slap xinetd[24938]: FAIL: vmware-authd address from=127.0.0.1
Mar 25 22:26:34 slap xinetd[24255]: START: vmware-authd pid=24938 from=127.0.0.1
Mar 25 22:26:35 slap xinetd[24255]: EXIT: vmware-authd status=0 pid=24938 duration=1(sec)

This indicates that authentication from 127.0.0.1 (localhost) has failed. Edit /etc/xinetd.d/vmware-authd and add the following to the end of the "service vmware-authd" block:

only_from       = 127.0.0.1

Restart xinetd and vmware then try again. Good luck!

Last modified: 25/03/2008 Tags: (none)

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top