I am using Ubuntu 11.10 and I am unable to shutdown via shutdown option. If I issue a shutdown the system goes back to the login prompt.
I can shutdown the system only via terminal using sudo shutdown -h now
.
Let me know how to resolve this issue.
Asked
Active
Viewed 190 times
1 Answers
0
The problem might be due to rabbitmq
being installed on your machine.
See this bug report: https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/670289
Remove rabbitmq
using:
sudo apt-get purge rabbitmq-server

green
- 14,306
sudo shutdown -P now
instead of-h
. Next trysudo shutdown -P now
and again turn the computer ON. Now, try shutting it down using the GUI. – green Apr 09 '13 at 11:17rabbitmq
installed? Also please attach your~/.xsession-errors
file. – green Apr 16 '13 at 10:25who
command. – green Apr 16 '13 at 10:32rabbitmq
is the culprit. Have a look at this answer. – green Apr 16 '13 at 11:58