Gentoo 安裝 vmware server 算是很簡單的
不過還是會有碰到一些奇怪的問題
[BASH]
# emerge vmware-server –config
Configuring pkg…
* Running /opt/vmware/server/bin/vmware-config.pl
Making sure services for VMware Server are stopped.
* WARNING: vmware is already stopped
Unable to stop services for VMware Server
Execution aborted.
[/BASH]
這時候只要刪掉 /etc/vmware/not_configured 後再重新啟動 /etc/init.d/vmware 就可以了
[BASH]
# rm -f /etc/vmware/not_configured
# /etc/init.d/vmware
# /opt/vmware/server/bin/vmware-config.pl
[/BASH]
發佈留言