[Logcheck-commits] r1350 - in logcheck/trunk: debian rulefiles/linux/violations.ignore.d

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Nov 15 09:57:55 CET 2006


Author: madduck
Date: 2006-11-15 09:57:55 +0100 (Wed, 15 Nov 2006)
New Revision: 1350

Added:
   logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-kernel
Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/debian/logcheck-database.lintian-overrides
Log:
* violations.ignore.d/kernel: ignore some non-critical messages by device
  drivers, such as USB stuff.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-11-14 18:48:55 UTC (rev 1349)
+++ logcheck/trunk/debian/changelog	2006-11-15 08:57:55 UTC (rev 1350)
@@ -5,6 +5,8 @@
     regexps in this version.
 
   * violations.d/kernel: added to elevate messages about media errors.
+  * violations.ignore.d/kernel: ignore some non-critical messages by device
+    drivers, such as USB stuff.
   * ignore.d.server/kernel: ignore message about device-mapper loading.
   * ignore.d.server/kernel: ignore startup banners by tun/tap driver.
   * ignore.d.server/kernel: ignore startup configuration printout by sk98lin.
@@ -91,7 +93,7 @@
 
   * ignore.d.server/ntp: ignore debug messages from signal_no_reset.
 
- -- martin f. krafft <madduck at debian.org>  Tue, 14 Nov 2006 19:48:34 +0100
+ -- martin f. krafft <madduck at debian.org>  Wed, 15 Nov 2006 09:55:59 +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-14 18:48:55 UTC (rev 1349)
+++ logcheck/trunk/debian/logcheck-database.lintian-overrides	2006-11-15 08:57:55 UTC (rev 1350)
@@ -12,6 +12,7 @@
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-dovecot 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-hylafax 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-innd 0640 != 0644
+logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-kernel 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-login 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-mon 0640 != 0644
 logcheck-database binary: non-standard-file-perm etc/logcheck/violations.ignore.d/logcheck-nagios 0640 != 0644

Added: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-kernel	2006-11-14 18:48:55 UTC (rev 1349)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-kernel	2006-11-15 08:57:55 UTC (rev 1350)
@@ -0,0 +1,2 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: usbmon: debugfs is not available$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: [[:alnum:][:space:]]+: probe of [:.[:xdigit:]]+ failed with error [-[:digit:]]+$




More information about the Logcheck-commits mailing list