https://bugzilla.novell.com/show_bug.cgi?id=805309 https://bugzilla.novell.com/show_bug.cgi?id=805309#c0 Summary: syslog-ng: NetworkManager entries in /var/log/messages instead of /var/log/NetworkManager Classification: openSUSE Product: openSUSE 12.3 Version: RC 1 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- 12.3-RC1 plus updates: in /var/log/NetworkManager the last entries are from Feb. 14, newer entries only show up in /var/log/messages: # tail -1 /var/log/NetworkManager Feb 14 10:02:55 hl NetworkManager[1168]: <info> wins '10.0.5.18' # xzgrep -h NetworkManager /var/log/messages{*xz,} | cut -d: -f2 | cut -d\ -f-2 | uniq -c 2671 Jan 21 869 Jan 22 1050 Jan 23 3485 Jan 24 8 Feb 2083 Feb 19 485 Feb 20 2800 Feb 21 441 Feb 22 # egrep -i 'network|netmgm' /etc/syslog-ng/syslog-ng.conf # uncomment to process log messages from network: filter f_netmgm { message('^NetworkManager:'); }; # NetworkManager messages in one file: destination netmgm { file("/var/log/NetworkManager" suppress(30)); }; log { source(src); source(chroots); filter(f_netmgm); destination(netmgm); flags(final); }; -- 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.