Shutdown=Reboot problem

Soldato
Joined
5 Nov 2011
Posts
5,577
Location
Derbyshire
Hello all,

Weird issue where if I tell Ubuntu to shut down the system reboots. I have no idea how or why just that it does it every time I shut down.
Running 12.10

I have looked on google as Ubuntu forums and a few other have had it but threads ended there. No resolution.

Anyone help?
 
Yes they also reboot the system. It's weird as it pretty much does hard shut down. Then about 4 or 5 seconds after it switches on again.
 
Holding the power button down shut it down, or does it restart again? Tempted to say power button no case is faulty if so.
 
I'm no ubuntu expert but presumably it's running consolekit?

can you try the following?

Code:
sudo  dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop

Also what was said here:

Do 'sudo shutdown -h now' or 'sudo init 0' work, or do they restart too?

Is the 'su'/'root' account configured? i.e. doing a 'shutdown -h now' while logged in as root.

I've seen this before, I think it was permission issue but I can't remember.
 
Last edited:
Back
Top Bottom