Comment 2 for bug 1471284

Revision history for this message
Martin Pitt (pitti) wrote :

Can you please follow /usr/share/doc/systemd/README.Debian to debug this shutdown hang? I. e. start the debug shell, shut down, Ctrl+Alt+F9 to switch to it, and do

  systemctl list-jobs > /root/jobs.txt
  journalctl -b > /root/journal.txt
  reboot -f

then attach /root/jobs.txt and /root/journal.txt here? Thanks!

If saving the files does not work any more because the root fs is already readonly, please do "mount -o remount,rw /" and re-do the systemctl/journalctl commands. Thanks!