[Logcheck-commits] r1351 - in logcheck/trunk: debian
rulefiles/linux/violations.ignore.d
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Wed Nov 15 10:07:44 CET 2006
Author: madduck
Date: 2006-11-15 10:07:44 +0100 (Wed, 15 Nov 2006)
New Revision: 1351
Added:
logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-bluez-utils
Modified:
logcheck/trunk/debian/changelog
logcheck/trunk/debian/logcheck-database.lintian-overrides
Log:
* violations.ignore.d/logcheck-bluez-utils: ignore non-critical failure
messages about connections that failed.
Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog 2006-11-15 08:57:55 UTC (rev 1350)
+++ logcheck/trunk/debian/changelog 2006-11-15 09:07:44 UTC (rev 1351)
@@ -42,6 +42,8 @@
* ignore.d.server/ppp: filtering messages about connections to pppd.
+ * violations.ignore.d/logcheck-bluez-utils: ignore non-critical failure
+ messages about connections that failed.
* ignore.d.server/bluez-utils: added to filter dund connection messages.
* violations.ignore.d/postfix: ignore unsupported SSL cert purpose.
@@ -93,7 +95,7 @@
* ignore.d.server/ntp: ignore debug messages from signal_no_reset.
- -- martin f. krafft <madduck at debian.org> Wed, 15 Nov 2006 09:55:59 +0100
+ -- martin f. krafft <madduck at debian.org> Wed, 15 Nov 2006 10:07:07 +0100
logcheck (1.2.50) unstable; urgency=low
Modified: logcheck/trunk/debian/logcheck-database.lintian-overrides
===================================================================
--- logcheck/trunk/debian/logcheck-database.lintian-overrides 2006-11-15 08:57:55 UTC (rev 1350)
+++ logcheck/trunk/debian/logcheck-database.lintian-overrides 2006-11-15 09:07:44 UTC (rev 1351)
@@ -6,6 +6,7 @@
logcheck-database binary: non-standard-file-perm etc/logcheck/violations.d/su 0640 != 0644
logcheck-database binary: non-standard-file-perm etc/logcheck/violations.d/sudo 0640 != 0644
logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-bind 0640 != 0644
+logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-bluez-utils 0640 != 0644
logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-courier 0640 != 0644
logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-cyrus 0640 != 0644
logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-dcc 0640 != 0644
Added: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-bluez-utils
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-bluez-utils 2006-11-15 08:57:55 UTC (rev 1350)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-bluez-utils 2006-11-15 09:07:44 UTC (rev 1351)
@@ -0,0 +1,2 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dund\[[[:digit:]]+\]: Accept failed\. Interrupted system call\([[:digit:]]+\)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dund\[[[:digit:]]+\]: Service record unregistration failed\.$
More information about the Logcheck-commits
mailing list