1

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.

green
  • 14,306
blue
  • 93

1 Answers1

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