Mailinglist Archive: opensuse-bugs (6933 mails)
| < Previous | Next > |
[Bug 676041] New: rsyslog discard operator doesn't work
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 1 Mar 2011 19:50:23 +0000
- Message-id: <bug-676041-21960@http.bugzilla.novell.com/>
https://bugzilla.novell.com/show_bug.cgi?id=676041
https://bugzilla.novell.com/show_bug.cgi?id=676041#c0
Summary: rsyslog discard operator doesn't work
Classification: openSUSE
Product: openSUSE 11.4
Version: RC 2
Platform: All
OS/Version: Linux
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: jreuter@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: ---
Blocker: ---
The following rule placed in doesn't discard the message:
if ($programname == 'dhclient') and \
($msg contains 'XMT: Solicit on eth') then ~
I still get log entries like
Mar 1 20:32:08 iktis dhclient: XMT: Solicit on eth0, interval 125680ms.
in /var/log/messages
The rule itself catches. Other example,
if ($programname == 'smartd') then /var/log/smartd
& ~
leads to log entries in both /var/log/smartd and /var/log/messages. The
same rule set works in previous versions of rsyslog works as expected.
Turning off $RepeatedMsgReduction works around the issue, as described in
http://bugzilla.adiscon.com/show_bug.cgi?id=217
--
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.
| < Previous | Next > |