LinuxSir.cn,穿越时空的Linuxsir!

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

FC4无法正常关机

[复制链接]
发表于 2006-10-16 16:10:57 | 显示全部楼层 |阅读模式
近日在我华硕A8H23EJC上安装了FC4, 一切比较顺利. 但是我从终端输入"shutdown -h now"或"poweroff"
时,过了十分钟电源灯还没熄灭, 最后不得不长按电源按钮这才关机. 有朋友提出如下建议:

Code:

/sbin/chkconfig --list acpid

I think it should show "on" for runlevels 2345

If not turn it on via the root user:

Code:

> su -
<root password>
# /sbin/chkconfig acpid on
# /sbin/chkconfig --list acpid <-- to confirm the "acpid on" we just did
# /etc/init.d/acpid start
# /etc/init.d/acpid status <-- should report acpid is running
# exit

> poweroff < -- as a normal user


我照做了,还是不行. 不过我注意到在关机过程中出现了"Stopping NFS locking FAILED",
是不是跟这个现象有关,向诸高手请教!
发表于 2006-10-16 22:31:37 | 显示全部楼层
你在win下关机正常吗?如果你只有Linux的话,还是先看下Bios,什么Advance Power Management……
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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