journalctl -b -1 Specifying boot ID or boot offset has no effect, no persistent journal was found.
mkdir -p /var/log/journal systemd-tmpfiles --create --prefix /var/log/journal [/usr/lib/tmpfiles.d/mdadm.conf:1] Line references path below legacy directory /var/run/, updating /var/run/mdadm → /run/mdadm; please update the tmpfiles.d/ drop-in file accordingly. [/usr/lib/tmpfiles.d/pptp.conf:1] Line references path below legacy directory /var/run/, updating /var/run/pptp → /run/pptp; please update the tmpfiles.d/ drop-in file accordingly. systemctl restart systemd-journald
Ahora el journal se crean en una nueva ubicación:
ll /var/log/journal/ total 0 drwxr-sr-x+ 2 root systemd-journal 28 Jun 2 19:09 9a85483ca35740a8a3e7537687fe062a
Después de reiniciar, al listar los arranques almacenados aparecen mas de uno:
journalctl --list-boots -1 ee4accf1fe6c408e94ad96fe8988080a Sun 2019-06-02 18:57:40 CEST—Sun 2019-06-02 19:19:24 CEST 0 976f76e67e6244ab83eeb18dbd77ed62 Sun 2019-06-02 19:30:27 CEST—Sun 2019-06-02 19:36:14 CEST
Esta solución se aplica según lo indicado aquí.
No hay comentarios:
Publicar un comentario