12. 04 will not power downm

Asked by Tonyt

ubuntu 12.04 will not shut after recent up dates keeping returning to the login page ,shuts down if hold down power button or close through the terminal..

.have tryed in terminal:
1. sudo gedit /etc/default/grub
2. Find the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
3. Change this to: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
4. Save the file and close the file. 5. Finally, in terminal: sudo update-grub

does not work

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ubuntu-meta Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

Hi ,

if you converted the question to a bug , might be the best solution.

I say that cuz you said " after recent up dates keeping returning to the login page" and this is important.

That means you didn't change anything or install anything to causing this problem.

If recent updates caused this problem then my mind goes to a bug.

Ok ,

there is probably a workaround for your problem .. like this

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart

dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

but this is not a fix. If above working is just a workaround.

Thanks

Revision history for this message
Tonyt (tonys666) said :
#2

Thanks NikTh, that solved my question.