On 10/22/24 5:07 AM, J Leslie Turriff via tde-devels wrote:
no persistent journal was
found.
Not a problem, that just means your install isn't configured to preserve a
persistent journal. It isn't being saved on reboot.
Generally, the journal config file was /etc/systemd/journald.conf, but
openSUSE likes to put individual pieces of the config in
/etc/systemd/journald.conf.d/
You can make the journal persistent and limit its size on disk to 1/2G
(probably close to a year of boots depending on how chatty you make it)
You can do that with:
$ cat /etc/systemd/journald.conf.d/10-persistent-size.conf
Storage=persistent
SystemMaxUse=512M
(or set the SystemMaxUse to whatever you want, 50M is plenty for a couple of
boots to be saved, maybe a couple of months...)
--
David C. Rankin, J.D.,P.E.