I want to see the previous dmesg log before the reboot. In previous versions of fedora, It used to be in /var/log/messages
. But from Fedora 20, it's being stored through systemd
i.e. journalctl
.
I've a directory /var/log/journal
. It has many files and all of them having extension as .journal
. I tried to open them with gedit
. But couldn't succeed. I tried with notepad++. It's showing unreadable data as if a binary file. How to read them?
Failed to open files: Bad message
– Sridhar Sarnobat Jul 31 '21 at 18:53I'd guess other languages may have similar tools as well.
– Stephan Jun 05 '23 at 16:00