您的位置:首页 > 其它

Fixing "The following VMware kernal modules have been found on your system that were not installed by the VMware installer."

2010-06-16 00:49 597 查看
Fixing "The following VMware kernal modules have been found on your system that were not installed by the VMware installer." If you are getting the following error when trying to install the tools:

"The following VMware kernal modules have been found on your system that were
not installed by the VMware installer. Please remove them then run the installer again.

- vmblock
- vmmon
- vmnet

Execution aborted."

You are getting this error probably because you upgraded the kernel without removing VMware tools first, so now the modules are there and won't uninstall for some reason.

Run these commands to manually remove vmware tools (mostly):

sudo rm -rf /etc/vmware*
sudo rm -rf /usr/lib/vmware-tools
sudo rm -rf /lib/modules/$(uname -r)/misc/vm*


Now you should be able to run the installation again.

转自:http://blog.csdn.net/iSleepGod/archive/2009/06/29/4305615.aspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐