免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1657 | 回复: 0
打印 上一主题 下一主题

VmWare Server not starting after reboot [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-07-14 02:50 |只看该作者 |倒序浏览

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

原文地址: http://www.debuntu.org/vmware-server-not-starting-after-reboot


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31996/showart_339716.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP