You are not logged in.
I am doing a
journalctl /usr/sbin/sshd but only get two days worth of information.
There are lots of these errors popping up:
systemd[1]: Failed to start Cleanup of Temporary Directories.and by lots I mean several dozen every 20 or so seconds.
I assume these error messages are filling up my journal?
edit: Yes,
du /var/log/journal/
3035416 /var/log/journal/So, any ideas on how to fix the errors?
Offline
Actually when it reaches the predetermined size it cyles over. There are too many errors that are thrown up so that it fills the whole journal log in 2 days. You can set the size of journal at /etc/systemd/journal.conf.
but before that you have to deal with error logs with a small hack as described here in first post.
https://bbs.archlinux.org/viewtopic.php?id=156376
Offline