不要认为这是一个重复的问题。Ubuntu13.10 x64无法正确关闭,按下esc卡在紫色屏幕上:
Broadcast message from root@ubuntu-laptop
(unknown) at 19:51 ...
The system is going to power off NOW!
Shutting down SmartLink Modem driver normally
Unloading modem driver from kernel ... none found.
speech-dispatcher disabled: edit /etc/default/speech-dispatcher
* asking all remaining processes to terminate ... [OK]
* killing all remaining processes ... [fail]
modem-manager[662]: <info> Caught signal 15, shutting down [OK]
* deactivating swap...
mount: / is busy
* will now halt它就挂在那里而不关机。请帮助,如果需要更多的信息,请告诉我!
发布于 2014-01-16 12:52:50
看起来好像有某种进程在写入磁盘(/)。尝试使用以下命令找出正在运行的进程:
top然后查找该过程的PID。然后用
kill PID如果那不管用
sudo kill PID示例:
top
11555 yourname 20 0 1105m 159m 18m S 2,0 2,0 0:30.38 chrome
11871 yourname 20 0 409m 36m 23m S 1,3 0,5 0:54.75 plugin-containe
6787 yourname 20 0 1412m 20m 8348 S 1,0 0,3 0:26.00 nautilus 退出命令:
q
kill 6787或
sudo kill 6787而Nautilus被杀了。
发布于 2014-01-16 12:22:23
这似乎是一项决议(尽管它并不是预期的那样):
shutdown -h nowhttps://askubuntu.com/questions/406343
复制相似问题