
Lately I gave a go to VmWare Server. After installing it, I pretty enjoyed installing virtual machines from my desktop environment.
Unfortunately, when I rebooted my computer, I could not used VMware Server Console anymore. This was actually due to the fact that vmware-serverd could not start properly and resulted in configuring vmware as unconfigured.
After enjoying tweaking around with vmware, I was quite gutted when after a physical machine reboot, vmware server was not working anymore.
I was getting this message when I was launching VMware Server Console from the command line:
$vmware
vmware is installed, but it has not been (correctly) configured
for this system. To (re-)configure it, invoke the following command:
/usr/bin/vmware-config.pl.
Stopping /etc/init.d/vmware resulted in:
$ sudo /etc/init.d/vmware stop
Stopping VMware services:
Virtual machine monitor failed
Bridged networking on /dev/vmnet0 done
DHCP server on /dev/vmnet1 done
Host-only networking on /dev/vmnet1 done
DHCP server on /dev/vmnet8 done
NAT service on /dev/vmnet8 done
Host-only networking on /dev/vmnet8 done
Virtual ethernet failed
Starting /etc/init.d/vmware resulted in:
$ sudo /etc/init.d/vmware start
vmware is installed, but it has not been (correctly) configured
for this system. To (re-)configure it, invoke the following command:
/usr/bin/vmware-config.pl.
Then I decided to trace vmware process to get to know where the process was actually dying. After stracing vmware
$strace vmware
, I found out that vmware was checking for a specific file: /etc/vmware/not_configured.
Well, the name was explicit enough... vmware actually create /etc/vmware/not_configured when it cannot start for any reasons.
I removed that file, but still, when I started vmware, the daemon did not start :s
$ sudo /etc/init.d/vmware start
Starting VMware services:
Virtual machine monitor done
Virtual ethernet done
Bridged networking on /dev/vmnet0 done
Host-only networking on /dev/vmnet1 (background) done
Bridged networking on /dev/vmnet2 done
Host-only networking on /dev/vmnet8 (background) done
NAT service on /dev/vmnet8 done
Virtual ethernet failed
After some time, I actually found out that this failure was actually due to an older installation of vmware-player. Even though I removed it at the time, vmware-player left /etc/init.d/vmware-player to start on boot up :s.... and as a result, messed everything up.
To sort this out, you need to remove vmware-player service simply run:
$sudo update-rc.d -f vmware-player remove
Don't forget to remove /etc/vmware/not_configured, if it is still there, before you reboot
This actually will prevent vmware-player from being started at boot time and on next reboot, vmware should be starting just fine :).
Hope this helps ;)








Thank You
I would like to throw my hat into the ring, and thank you as well for the guide. I did not have a previous installation of VMWare Player, yet still could not get past this error. This was presumably due to a conflict from a previous installation of VMWare server.
Your guide was a great help, and I appreciate it.
Mike
Thanks!
I was having this exact problem and this was a big help!
Thanks !
Thanks so much for the tip, worked perfectly!
For info, I translated your tip on my website (french):
http://www.jellykernel.org/index.php?option=com_content&task=view&id=227&Itemid=25
Alex.
Very helpfull
Had the same problem, and was just about to use vista as my primary operating system.
/daniel
hahaha i guess everyone here
hahaha i guess everyone here tried to setup only the player first.. that didn't work out as player wants window manager (or doesn't it?)
and then had that problem that you solved..
thank you very much man i knew it had something to do with the player installation
and was ready to install all from scratch. you just saved me a couple of hours :D
Thanks
This was very helpfull
Virtual ethernet [FAILED]
I do not have update-rc.d and vmware-player on my server :(
Depends on the distro
depending on the distro you use, it might be
* chkconfig (RedHat likes)
* rc-update (Gentoo likes)
The syntax may vary
Debuntu
Great!
I had this problem and this solved it.
Thank you very much!
Perfect!
Wow! I thought I was having a very unique issue. I was VERY happy to find this article! My VM works like a champ again!
Thanks!!!
Very helpful
Great little guide. It was exactly what I needed to get around this issue.
Actually I'm running VMware Workstation following a previous install and removal of VMware Player, so the issue isn't specific to VMware Server (and yes, I did pay $200 for it).
If I remember rightly, I used Automatix to install VMware Player, so I don't know if this is a shortcoming in their removal tool or a generic script removal issue?
Many thanks. Is always good
Many thanks. Is always good to see friendly and helpful articles like this.
www.debuntu.org has a new reader, added to favorites. ;)
many thanks! Problem solved!
many thanks! Problem solved!
merci
Thanks for the handy and nicely presented solution. I had exactly the same problem and was getting ready for a vmwareless future ;)