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 nowinstead of-h. Next trysudo shutdown -P nowand again turn the computer ON. Now, try shutting it down using the GUI. – green Apr 09 '13 at 11:17rabbitmqinstalled? Also please attach your~/.xsession-errorsfile. – green Apr 16 '13 at 10:25whocommand. – green Apr 16 '13 at 10:32rabbitmqis the culprit. Have a look at this answer. – green Apr 16 '13 at 11:58