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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Fri Nov 3 19:46:03 CET 2006


Author: madduck
Date: 2006-11-03 19:46:03 +0100 (Fri, 03 Nov 2006)
New Revision: 1302

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
Log:
improved hotplug device filters

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-11-03 18:38:56 UTC (rev 1301)
+++ logcheck/trunk/debian/changelog	2006-11-03 18:46:03 UTC (rev 1302)
@@ -12,7 +12,7 @@
   * ignore.d.server/kernel, ignore.d.workstation/kernel: move messages about
     lack of IPv6 routers to server level.
 
- -- martin f. krafft <madduck at debian.org>  Fri,  3 Nov 2006 19:38:34 +0100
+ -- martin f. krafft <madduck at debian.org>  Fri,  3 Nov 2006 19:45:43 +0100
 
 logcheck (1.2.50) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2006-11-03 18:38:56 UTC (rev 1301)
+++ logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2006-11-03 18:46:03 UTC (rev 1302)
@@ -55,12 +55,11 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Ending clean XFS mount for filesystem: [[:alnum:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: scsi[0-9]+ : SCSI emulation for (IEEE-1394 SBP-2 Devices|USB Mass Storage devices)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Attached scsi removable disk sd[a-z]( at scsi[0-9], channel [0-9], id [0-9], lun [0-9])?$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: sd [0-9:]+ Attached scsi removable disk sd[a-z]$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: sd [0-9:]+ Attached scsi (removable )?disk sd[a-z]$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: SCSI device sd[a-z]: [0-9]+ 512-byte hdwr sectors \([0-9]+ MB\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: sd[a-z]: Write Protect is off$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: sd[a-z]: sd[a-z]1$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: [[:space:]]*sd[a-z]: sd[a-z]1( sd[a-z][0-9]+)*$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: sr[0-9]+: [^[:space:]]+ drive: [ \/[:alnum:]]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: +Vendor: .+ +Model: [[:alnum:][:space:]]+ ([^[:space:]]+[[:space:]]+)?+Rev: +[.0-9]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: +Type: +[^[:space:]]+ +ANSI SCSI revision: [0-9]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Attached scsi CD-ROM sr[0-9]+ at scsi[0-9], channel [0-9], id [0-9], lun [0-9]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ scsi.agent\[[0-9]+\]: (disk|cdrom) at [\./:[:alnum:]-]+$
@@ -108,6 +107,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: UDF-fs: No VRS found$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Unable to identify CD-ROM format\.$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: FAT: bogus number of reserved sectors$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: VFS: Can't find a valid FAT filesystem on dev [^[:space:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: NTFS driver [.[:digit:]]+ \[Flags: R/W MODULE\]\.$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: NTFS-fs error \(device [^[:space:]]+\): read_ntfs_boot_sector\(\): Primary boot sector is invalid\.$
@@ -122,7 +122,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: usb [-.[:digit:]]+: reset full speed USB device using ohci_hcd and address [[:digit:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: usb [-.[:digit:]]+: not running at top speed; connect to a high speed hub$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: usb-storage: device found at [[:digit:]]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: Vendor: [-_. [:alnum:]]+Model: [-_. [:alnum:]]+Rev: [-_. [:alnum:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: [[:space:]]*Vendor: [-_. [:alnum:]]+Model: [-_. [:alnum:]]+Rev: [-_. [:alnum:]]+$
 # for sun machines
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: sunmouse: Successfully adjusted to [0-9]+ baud\.$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: btaudio: driver version [0-9.]+ loaded \[digital\+analog\]$




More information about the Logcheck-commits mailing list