https://bugzilla.novell.com/show_bug.cgi?id=656104 https://bugzilla.novell.com/show_bug.cgi?id=656104#c21 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Milestone|--- |RC 2 --- Comment #21 from Marius Tomaschewski <mt@novell.com> 2011-02-10 15:12:00 UTC --- Yes, works perfectly: same socket node [2666 here] used by systemd and syslog daemon process - also after a switch to another syslog daemon: abraxas7:~ # lsof | grep "/dev/log" systemd 1 root 25u unix 0xffff88001cb86700 0t0 2666 /dev/log systemd-k 290 root 3w unix 0xffff88001cb86700 0t0 2666 /dev/log syslog-ng 1938 root 3u unix 0xffff88001cb86700 0t0 2666 /dev/log syslog-ng 1939 root 3u unix 0xffff88001cb86700 0t0 2666 /dev/log abraxas7:~ # vi /etc/sysconfig/syslog abraxas7:~ # systemctl restart syslog.service abraxas7:~ # lsof | grep "/dev/log" systemd 1 root 25u unix 0xffff88001cb86700 0t0 2666 /dev/log systemd-k 290 root 3w unix 0xffff88001cb86700 0t0 2666 /dev/log syslogd 2053 root 3u unix 0xffff88001cb86700 0t0 2666 /dev/log abraxas7:~ # vi /etc/sysconfig/syslog abraxas7:~ # systemctl restart syslog.service abraxas7:~ # lsof | grep "/dev/log" systemd 1 root 25u unix 0xffff88001cb86700 0t0 2666 /dev/log systemd-k 290 root 3w unix 0xffff88001cb86700 0t0 2666 /dev/log rsyslogd 2083 root 3u unix 0xffff88001cb86700 0t0 2666 /dev/log rs:main 2083 2084 root 3u unix 0xffff88001cb86700 0t0 2666 /dev/log rsyslogd 2083 2085 root 3u unix 0xffff88001cb86700 0t0 2666 /dev/log rsyslogd 2083 2086 root 3u unix 0xffff88001cb86700 0t0 2666 /dev/log rsyslogd 2083 2087 root 3u unix 0xffff88001cb86700 0t0 2666 /dev/log abraxas7:~ # systemctl status syslog.service syslog.service - LSB: Start the system logging daemons Loaded: loaded (/etc/init.d/syslog) Active: active (running) since Thu, 10 Feb 2011 15:58:37 +0100; 30s ago Process: 2063 ExecStop=/etc/init.d/syslog stop (code=exited, status=0/SUCCESS) Process: 2073 ExecStart=/etc/init.d/syslog start (code=exited, status=0/SUCCESS) Main PID: 2083 (rsyslogd) CGroup: name=systemd:/system/syslog.service └ 2083 /sbin/rsyslogd -c 5 -f /etc/rsyslog.conf [syslog-ng from Base:System, due to a typo in spec file causing incorrect modules.conf on RC1 (bnc##664931#c5)]. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.