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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat Feb 10 17:49:13 CET 2007


Author: madduck
Date: 2007-02-10 17:49:13 +0100 (Sat, 10 Feb 2007)
New Revision: 1496

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/kernel
Log:
* ignore.d.server/kernel: ignore more initialisation messages from SCSI
  subsystem.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-02-10 16:46:28 UTC (rev 1495)
+++ logcheck/trunk/debian/changelog	2007-02-10 16:49:13 UTC (rev 1496)
@@ -15,8 +15,11 @@
 
   * ignore.d.server/ssh: ignore @ in names of nonexistent accounts.
 
- -- martin f. krafft <madduck at debian.org>  Sat, 10 Feb 2007 16:45:36 +0000
+  * ignore.d.server/kernel: ignore more initialisation messages from SCSI
+    subsystem.
 
+ -- martin f. krafft <madduck at debian.org>  Sat, 10 Feb 2007 16:48:48 +0000
+
 logcheck (1.2.54) unstable; urgency=low
 
   * ignore.d.server/dovecot: also ignore local logins, which are "secured",

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/kernel	2007-02-10 16:46:28 UTC (rev 1495)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/kernel	2007-02-10 16:49:13 UTC (rev 1496)
@@ -26,10 +26,11 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: NET: Registered protocol family [0-9]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: eth[0-9]+: Media Link (Off|On [0-9]+mbps (full|half)-duplex)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: SCSI subsystem initialized$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: SCSI device [[:alnum:]]+: drive cache: write through$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: SCSI device [[:alnum:]]+: drive cache: write (through|back)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: BIOS EDD facility v[.0-9]+ [0-9]+-\w{3}-[0-9]+, [0-9]+ devices found$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Device not ready\. Make sure there is a disc in the drive\.$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: libata version [.[:digit:]]+ loaded\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: ata[[:digit:]]+: EH complete$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: [[:lower:]]+: unknown partition table$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: ([[:lower:]]+):( (\1[[:digit:]]+|[<>]))+
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: [[:lower:]]+: cache flushes supported$




More information about the Logcheck-commits mailing list