stumbled on this bug. was looking into removing rsyslog.
before i hit this bug, i had already mkdir -p /var/log/journal and set Storage=persistent in "/etc/systemd/journald.conf" everything is working great
interesting note on my system apt-cache --installed rdepends rsyslog rsyslog Reverse Depends: initscripts ubuntu-minimal
but apt-cache --installed --no-breaks rdepends rsyslog rsyslog Reverse Depends: ubuntu-minimal
i think that depends comes from the Breaks stanza in the deb file. i think that is a bug in apt-cache, but I thought it was worth mentioning.
stumbled on this bug. was looking into removing rsyslog.
before i hit this bug, i had already journald. conf"
mkdir -p /var/log/journal
and set Storage=persistent in "/etc/systemd/
everything is working great
interesting note on my system
apt-cache --installed rdepends rsyslog
rsyslog
Reverse Depends:
initscripts
ubuntu-minimal
but
apt-cache --installed --no-breaks rdepends rsyslog
rsyslog
Reverse Depends:
ubuntu-minimal
i think that depends comes from the Breaks stanza in the deb file. i think that is a bug in apt-cache, but I thought it was worth mentioning.