Comment 4 for bug 1451096

Revision history for this message
Richard Huddleston (rhuddusa) wrote :

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.