On 2022-04-27 17:34:17-0400, Jonathan Billings wrote: > On Apr 27, 2022, at 07:25, Justin Moore <[email protected]> > In general, the way I suggest debugging these kinds of hangs at > shutdown/reboot are to run: > > journalctl --boot=-1 --reverse
One thing to note. I got bitten by the following quite recently: [lars@localhost ~]$ journalctl --boot=-1 --reverse Specifying boot ID or boot offset has no effect, no persistent journal was found. [lars@localhost ~]$ I thought that the system in question, that crashed, had its files in /var/log/journal, but apparently not. That system is now setup to use persistent journal. :) Lars _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
