On 2022-04-27 17:34:17-0400, Jonathan Billings wrote:
On Apr 27, 2022, at 07:25, Justin Moore justin.nonwork@gmail.com 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