LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 591|回复: 2

安装win4lin时的SUID问题

[复制链接]
发表于 2005-1-1 20:13:05 | 显示全部楼层 |阅读模式
成功安装了win4lin,在启动普通用户进去安装win98的时候,
以普通用户运行
installwindows
选择w方式后,出错,跳出对话框:
NOT_SUID_ROOT:dos:dosexec is not installed SUID root,or is installed on a filesystem
that is mount nosuid
我的是reiser4,应该怎么改成SUID呢?
发表于 2005-1-13 14:16:06 | 显示全部楼层
From gentoo forums:

Change owner of /opt/win4lin/publicbin/dosexec to root:
[Code]
chown root /opt/win4lin/publicbin/dosexec
[/Code]


Next, make it SETUID:
[Code]
chmod u+s /opt/win4lin/publicbin/dosexec
[/Code]
 楼主| 发表于 2005-1-13 16:20:50 | 显示全部楼层
thx
i find something maybe simple:
just run
ebuild /usr/portage/app-emulation/win4lin-x.x.x-ebuild postinst

and it works fine for me now.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表