PDA

View Full Version : [SOLVED] Shutdown/Reboot hangs in Jaunty



Gatch
January 14th, 2010, 04:02 PM
After a recent upgrade to Jaunty my system hangs after reboot or shutdown with this message on the screen: "Bash [#] Shutting down Cluster Service Manager...."

Tapping the power button loops it back around. Control+Alt+F7 stops at shutting down services.

After reading a number of posts I tried a couple of fixes that had no effect:


Copy&paste this code in your terminal (all in one line):
sudo update-rc.d -f sendsigs remove && sudo update-rc.d sendsigs start 80 0 6 .
(The last . (dot) is part of the code!)

and


sudo gedit /etc/init.d/alsa-utils
Search for "stop)" and add immediately below:
ifconfig eth0 down
ifconfig wlan0 down

You may have guessed I am a copy & paste guy; limited knowledge of code.

Gatch
January 20th, 2010, 04:08 AM
Tried a number of fixes. Gave up. Upgraded to Karmic Koala.

Everything seems OK.....so far.\\:D/