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 192 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,406