VMware Server 2.0 and Fedora 9 or Fedora 10

*Update* This also affects Fedora 10

Just ran into quite a bit of trouble trying to get VMware Server 2.0 to run on Fedora 9. After quite a bit of digging I found that vmware-hostd calls PAM and unix_chkpwd seems to cause a problem in hostd. The error message from the VMware Management Web:

The server is not responding. Please check that the server is running and accepting connections.

And after looking through the proccess list I found the following:

root      9817  9741  0 17:26 ?        00:00:00 [unix_chkpwd] <defunct>

My fix was to turn off password authentication in PAM for VMware and hope for a fix from VMware soon. This fix was suggested in this post.

Turning off authentication:

# cat /etc/pam.d/vmware-authd
#%PAM-1.0
auth       required    pam_permit.so
account    required    pam_permit.so

After that I suggest closing out connections to the vmware ports using iptables if you have disabled the default firewall which should keep you safe. Addition to /etc/sysconfig/iptables follows:

-A INPUT -i ! lo -m tcp -p tcp -m multiport --dports 8009,8222,8308,8333 -j REJECT

Hope this helps..

Share
This entry was posted in Uncategorized and tagged , . Bookmark the permalink.

9 Responses to VMware Server 2.0 and Fedora 9 or Fedora 10

  1. tommi says:

    Ohh crap, looks like vmware-config.pl rewrites /etc/pam.d/vmware-authd with the original values. Have to watch out to restore the changes after running it.

  2. Ray says:

    Many thanks for the fix. This got VMware-server-2.0.0-122956.x86_64 going on Fedora 10 x86_64.

  3. KrisBelucci says:

    da best. Keep it going! Thank you

  4. Kelly Brown says:

    The article is ver good. Write please more

  5. JaneRadriges says:

    Hi, very nice post. I have been wonder’n bout this issue,so thanks for posting

  6. tommi says:

    Thanks all, I’ll do my best to post some more fixes, upgrading to Fedora 11 on monday, let’s see what surprises that throws my way.

  7. GarykPatton says:

    How soon will you update your blog? I’m interested in reading some more information on this issue.

  8. Kensinger says:

    Thanks. That was great, now where is the bookmark button

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

In an effort to prevent automatic filling, you should perform a task displayed below.