Shutdown=Reboot problem

Soldato
Joined
5 Nov 2011
Posts
5,549
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?
 
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