Sometimes my Ubuntu 11.10 does not want to shutdown properly. After about 3-5 boots, on shutdown it hangs.
I am updating it regularly.

Has anyone encountered this issue? Could it be because of some updates?
What could be the reason for this?

link|improve this question
see also this AskUbuntu question: askubuntu.com/questions/72934/… – Pisu Oct 27 '11 at 20:46
feedback

migrated from stackoverflow.com Oct 26 '11 at 6:37

This question came from our site for professional and enthusiast programmers.

1 Answer

I have this problem every time I try to shut down. Try sudo apt-get install -f. If yours is like mine, that will not work but at least you'll know if you had any broken dependencies. Until a real fix comes around, shut down with sudo /sbin/poweroff now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.