vmtools for Fedora9
时间:2009-03-09 来源:dom343
装完fedora之后,分辨率让我极其难受,开个网络设置竟然点不到下面的确定和取消...
安装vmtools的时候会遇到几个问题:
1.What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]
解决方法:
[root@localhost ~]# cd /home
[root@localhost ~]#wget ftp://rpmfind.net/linux/fedora/releases/9/Everything/i386/os/Packages/kernel-devel-2.6.25-14.fc9.i686.rpm (注意:wget后面是空格)
[root@localhost home]# rpm -ivh kernel-devel-2.6.25-14.fc9.i686.rpm
2.执行vmware-config-tools.pl之后,鼠标会定位不准确,这时候需要在/etc/X11/xorg.conf中创建: Section "ServerFlags"
Option "NoAutoAddDevices"
EndSection 3.要共享文件的时候还需要关闭selinux,不过请注意如果你手动改一定要确保准确,否则可能无法进系统:
[root@localhost ~]#wget ftp://rpmfind.net/linux/fedora/releases/9/Everything/i386/os/Packages/kernel-devel-2.6.25-14.fc9.i686.rpm (注意:wget后面是空格)
[root@localhost home]# rpm -ivh kernel-devel-2.6.25-14.fc9.i686.rpm
2.执行vmware-config-tools.pl之后,鼠标会定位不准确,这时候需要在/etc/X11/xorg.conf中创建: Section "ServerFlags"
Option "NoAutoAddDevices"
EndSection 3.要共享文件的时候还需要关闭selinux,不过请注意如果你手动改一定要确保准确,否则可能无法进系统:
1. 先關閉 /etc/selinux/config 的內容 [root@linux ~]# vi /etc/selinux/config # 將底下的設定值改成這樣: SELINUX=disabled 2. 修改開機時 grub 的設定檔 [root@linux ~]# vi /boot/grub/menu.lst .....省略..... kernel /boot/vmlinuz-2.6.9 ro root=/dev/hda1 rhgb selinux=0 .....省略..... 3. 重新開機 [root@linux ~]# sync; reboot
或者你可以在:系统-->管理-->selinux management中关闭
参考文献:
[1]http://blog.chinaunix.net/u2/66435/showart_1272899.html
[2]http://www.linuxsir.org/bbs/thread329473.html
[3]http://linux.vbird.org/linux_server/0240network-secure-1.php
[4]http://unix-cd.com/unixcd12/article_5344.html
相关阅读 更多 +