Doc /
Journalctl
I get this, it seems that I have no recent journal. How to reset this to normal?
I found the solution and summarize it here:
essentially changed /etc/systemd/journald.conf to have
SystemMaxUse=100M MaxRetentionSec=3month
and
systemctl restart systemd-journald
this set the journal with a normal way and removed the old entries
thanks jdd