Ubuntu无法正常关机的解决

来源:互联网 发布:淘宝搜不到店铺 编辑:程序博客网 时间:2024/05/02 01:47
http://www.unix.com/showthread.php?t=21571


timeout opening writing control channel /dev/initctl problem occur i cant shoudown

Hi...

This is message that occurs when i am trying to shutdown the linux system


timeout opening writing control channel /dev/initctl



how can i shutdown what is the problem here..


Thanks in advance
ArunKumar
Reply With Quote
  #2  
Old 09-16-2005
matrixmadhan matrixmadhan is offline
Registered User
 
Join Date: Mar 2005
Posts: 1,383
do u have the following file under

/etc/init.d
- halt
/etc/init.d/halt

if so delete it

rm /etc/init.d/halt
then get the link from

ln -s /bin/true /etc/init.d/halt


and then try again
 
原创粉丝点击