首页 > 其他 > 详细

Solution After install kernel 2.6.32-504 Could not open /dev/vmmon

时间:2015-04-19 22:51:15      阅读:392      评论:0      收藏:0      [点我收藏+]

After update kernel for 2.6.32-504.12.2,my Centos can‘t start vm.  “Could not open /dev/vmmon: No such file or directory.”

Solution:

cd /usr/lib/vmware/modules/source/ 

tar xvf vmmon.tar
cd vmmon-only/
make

cp -f vmmon.ko /lib/modules/2.6.32-504.12.2.el6.i686/misc/

service vmware restart
Stopping VMware services:
   VMware Authentication Daemon                            [  OK  ]
   VM communication interface socket family                [  OK  ]
   Virtual machine communication interface                 [  OK  ]
   Virtual machine monitor                                 [  OK  ]
   Blocking file system                                    [  OK  ]
Starting VMware services:
   Virtual machine monitor                                 [  OK  ]
   Virtual machine communication interface                 [  OK  ]
   VM communication interface socket family                [  OK  ]
   Blocking file system                                    [  OK  ]
   Virtual ethernet                                        [  OK  ]
   VMware Authentication Daemon                            [  OK  ]
   Shared Memory Available                                 [  OK  ]

it work

Solution After install kernel 2.6.32-504 Could not open /dev/vmmon

原文:http://blog.csdn.net/hanglinux/article/details/45133005

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!