PDA

View Full Version : [ubuntu] [SOLVED] Shutdown Problems



kierpaul
September 1st, 2008, 08:31 PM
This is minor, but can anyone help me? When I shutdown Ubuntu it powers all the way down and then after about a second it powers back up? This is intermittent as well it does not always do it! Thank you if anyone has a solution to this!

manishtech
September 2nd, 2008, 08:18 AM
Try this,

When you want to shut down your system, click on Applications>Accessories>Terminal

then type


sudo init 0

and see what happens, is the behavior same?
If the above code doesnt work, try this one


sudo poweroff

kierpaul
September 2nd, 2008, 09:06 PM
manishtech,

Thank you very much for your input and I will do these when I get home. I am at work right now and run Windows at work. I will get back with you!

kierpaul
September 3rd, 2008, 02:12 AM
manishtech,

When typing "sudo init 0" the system shutdown fine! Thank you and also is this temporary? I will let you know how it goes!

manishtech
September 3rd, 2008, 05:40 AM
sudo init 0 is just a command to change the system runlevel to 0. 0 means halt. poweroff is as the name suggests.

kierpaul
September 4th, 2008, 01:33 AM
It worked and worked well and I am going to close out this post!

manishtech
September 4th, 2008, 07:53 AM
:) to kierpaul , every problem has a solution.

BTW Thanks for commenting on my blog.