Bug ID | 991190 |
---|---|
Summary | journald does not create /run/systemd/journal/syslog |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | jslaby@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
I have rsyslogd, but I see no daemon messages in /var/log/messages. rsyslog.conf contains also: $ModLoad imuxsock.so *.*;mail.none;news.none -/var/log/messages I suspect journald is the cause as journactl log shows the messages from daemons, but it does not seem to forward the messages. Despite I have "ForwardToSyslog=yes" in /etc/systemd/journald.conf, /run/systemd/journal/syslog does not exist. So there is no socket to pull the messages from...