My operating system is Ubuntu 17.10. When I shut down my laptop, it takes about half an hour or more to turn off. What's the problem? With Ubuntu 17.04 this was not the case.
Asked
Active
Viewed 331 times
2
sudo poweroff
and see if it goes down in a timely manner... – George Udosen Oct 25 '17 at 19:34CTRL+ATL+F1
, login and then typeshutdown -h now
. The messages there should give you more hints. Feel free to post them in the post, so we can investigate further. – noreabu Oct 25 '17 at 20:40top
and see if there's anything at the top of the list that looks unfamiliar, note that down, don't close top yet. Ctrl-alt-f7 will switch you back to your GUI session, do your usual routine for shutdown, do ctrl-alt-f1 again, see what is in the list that wasn't there before or that is higher up than before. You could also trysudo shutdown -h now
from the console, orsudo poweroff
. Is that faster, do any errors get reported? Whilst shutting down you cantail -f /var/log/syslog
which may give some clues. – pbhj Oct 27 '17 at 11:38