http://bugzilla.novell.com/show_bug.cgi?id=593699 http://bugzilla.novell.com/show_bug.cgi?id=593699#c3 Michael Monnerie <novell-web@zmi.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |novell-web@zmi.at --- Comment #3 from Michael Monnerie <novell-web@zmi.at> 2010-04-28 10:16:34 UTC --- I found out that if you run syslog-ng, klogd runs also: /sbin/syslog-ng -a /var/lib/dhcp/dev/log -a /var/lib/named/dev/log /sbin/klogd -c 1 -x But if you use rsyslog instead, klogd doesn't run: /sbin/rsyslogd -c 4 -f /etc/rsyslog.conf Then I checked "sysctl -a|grep printk" and saw that klogd sets: kernel.printk = 1 4 1 7 while without it has kernel.printk = 7 4 1 7 So maybe there is the dependency. I set kernel.printk = 2 4 1 7 in /etc/sysctl.conf now, that solves it as a workaround. But it would be nice if you could fix it so the default behaviour becomes the same in rsyslog as with syslog-ng. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.