vmware server 在ubuntu6.10下的安装基本与ubuntu6.06相似,可以参看这篇文章:
http://www.howtoforge.com/ubuntu_vmware_server
但是在安装到Vmware Management Interface的时候,会遇到无法启动相应的服务error:
/etc/init.d/httpd.vmware start
Starting down http.vmware: -ne failed
需要改动httpd.vmware文件解决
注释掉vmware_exec所在的行,按照如下修改就可以了。
# See how we were called.
case "$1" in
start)
# vmware_exec "Starting httpd.vmware:" vmware_start_httpd
echo "Starting httpd.vmware:"
vmware_start_httpd
;;
stop)
# vmware_exec "Shutting down http.vmware: " vmware_stop_httpd
echo "Shutting down http.vmware: "
vmware_stop_httpd
在ubuntu 6.10下安装vmware server 的问题与解决
-
- 帖子: 5
- 注册时间: 2006-09-12 18:29