VMWare MUI not functioning properly..

Discussion in 'HOWTO-Related Questions' started by 4thgenceli, Mar 4, 2007.

  1. 4thgenceli

    4thgenceli New Member

    I'm somewhat of a newb, but not entirely (I work on FreeBSD servers constantaly at work). This one has me stumped though.

    I'm basically done with the VMWare install as outlined in the HowTo, but I've put it on 6.10 (Even though I don't think this is the problem).

    When I try to start the httpd.vmware dameon, I get the following.

    root@server1:/var/run/vmware# /etc/init.d/httpd.vmware start
    Starting httpd.vmware:-ne failed

    root@server1:/var/run/vmware#


    Any ideas? I've googled & searched for hours, but nothing's worked.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Please do this:
    Code:
    rm -f /bin/sh
    ln -s /bin/bash /bin/sh
    and try again.
     

Share This Page