vmware shared folders hgfs linux kernel 3.12 (ubuntu 14.04) not compiling [closed]

你离开我真会死。 提交于 2019-12-24 04:23:30

问题


Neither the vmware supplied hgfs module nor the hgfs module from the open-vm-tools compiles on my machine running a 3.12 linux kernel.

The kernel was obviously configured with UIDGID_STRICT_TYPE_CHECKS and the module is not using those types.

How can I get this resolved?


回答1:


Well, for the time beeing, until a proper fix has been released, you can go, grab and try my

modified hgfs module.

It compiles here and works so far without issues.

Anyway, use is at your own risk, i just offer it here to spare some of us the time digging into the code ...

replace the original vmhgfs.tar in

/usr/lib/vmware-tools/modules/source 

with the modified one and run vmware-config-tools.pl which should now successfully compile the module.



来源:https://stackoverflow.com/questions/20342703/vmware-shared-folders-hgfs-linux-kernel-3-12-ubuntu-14-04-not-compiling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!