martin@linux-70ce:~> ls -la /var/log/journal
ls: Zugriff auf /var/log/journal nicht möglich: Datei oder Verzeichnis nicht gefunden
martin@linux-70ce:~>
this means
martin@linux-70ce:~> ls -la /var/log/journal
ls: access to /var/log/journal is not possible: file and path cannot be found
martin@linux-70ce:~>
Add the directory as root. No directory no log file in that directory. At some point you must have erased it to stop the log. Maybe you had space problems??
Not necessarily. I have an openSUSE 13.1 installation that doesn’t use the systemd journal. I chose deliberately to stay with syslog and /var/log/messages. If dilbertone upgraded from 13.1 to 13.2, the perhaps the same situation?
Should have been created with the install/upgrade. But not having the directory is how to stop logging. In any case make it will turning logging via systemd back on
linux-70ce:/home/martin # journctl -f
If 'journctl' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf journctl
linux-70ce:/home/martin #
linux-70ce:/home/martin #
linux-70ce:/home/martin # systemctl restart systemd-journald
linux-70ce:/home/martin # journctl -f
If 'journctl' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf journctl
this command seems to make some problems and cause issues: