免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1082 | 回复: 0
打印 上一主题 下一主题

vmtools for Fedora9 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-03-09 21:15 |只看该作者 |倒序浏览
装完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,不过请注意如果你手动改一定要确保准确,否则可能无法进系统:
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


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93516/showart_1856816.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP