Am 26.06.20 um 02:21 schrieb Michael Biebl: > Am 25.06.20 um 23:48 schrieb Christian Göttsche: >> Package: rsyslog >> Version: 8.2006.0-1 >> >> Hi, >> >> since version 8.2006.0-1 the rsyslog module imuxsock overrides >> /dev/log, which is by default a symlink to >> /run/systemd/journal/dev-log, by creating a socket. >> This leads to not all messages being forwarded to systemd-journald. >> >> Is this an intended behaviour? > > No. > > I suspect this is a change triggered by this upstream commit: > > > https://github.com/rsyslog/rsyslog/pull/4317 > > Specifically the syslog.socket bits. Can you try and revert those changes? >
--- a/rsyslog.service.in +++ b/rsyslog.service.in @@ -1,8 +1,10 @@ [Unit] Description=System Logging Service -Requires=syslog.socket +;Requires=syslog.socket @@ -16,4 +18,4 @@ LimitNOFILE=16384 [Install] WantedBy=multi-user.target -Alias=syslog.service +;Alias=syslog.service The result is, that the syslog.service symlink is no longer created upon installation and syslog.socket not started during boot.
signature.asc
Description: OpenPGP digital signature