You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to Step 3: System Installation /var/log is on his own volume.
At my pretty standard system it's not mounted when journalctl looks for /var/log/journal at boot time, so, as journalctl is configured "# Storage=auto", it uses RAM and does not persist logs between boots.
@rlaager : It would appear the note at the end sort of addresses /var/log and /var/spool, but could this be made more explicit? unlike the Ubuntu guide, these datasets are not nested under rpool/ROOT/debian, so extra work seems necessary.
according to Step 3: System Installation /var/log is on his own volume.
At my pretty standard system it's not mounted when journalctl looks for /var/log/journal at boot time, so, as journalctl is configured "# Storage=auto", it uses RAM and does not persist logs between boots.
My workaround:
zfs set mountpoint=legacy rpool/var/log
echo "rpool/var/log /var/log zfs defaults 0 0" >> /etc/fstab
The text was updated successfully, but these errors were encountered: