QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 606|回复: 0

FC4无法正常关机

[复制链接]
发表于 2006-10-16 16:05:56 | 显示全部楼层 |阅读模式
近日在我华硕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",
是不是跟这个现象有关,向诸高手请教!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-22 12:56 , Processed in 0.043862 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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