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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sat Jul 14 10:19:29 UTC 2007


Author: madduck
Date: 2007-07-14 10:19:29 +0000 (Sat, 14 Jul 2007)
New Revision: 1600

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
Log:
  - ignore DRM initialisation messages by R200 chipsets.


Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-07-14 10:19:27 UTC (rev 1599)
+++ logcheck/trunk/debian/changelog	2007-07-14 10:19:29 UTC (rev 1600)
@@ -28,6 +28,7 @@
 
   * ignore.d.workstation/kernel:
     - USB IDs are hexadecimal, not just decimal.
+    - ignore DRM initialisation messages by R200 chipsets.
 
   * violations.ignore.d/kernel:
     - ignore test WP failure on usb-storage connection.
@@ -68,7 +69,7 @@
   * Patch for log-summary-ssh by Justin Pryzby to ignore messages related to
     invalid users as well as illegal ones (closes: #422525).
 
- -- martin f. krafft <madduck at debian.org>  Sat, 14 Jul 2007 10:27:33 +0200
+ -- martin f. krafft <madduck at debian.org>  Sat, 14 Jul 2007 10:38:10 +0200
 
 logcheck (1.2.56) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2007-07-14 10:19:27 UTC (rev 1599)
+++ logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2007-07-14 10:19:29 UTC (rev 1600)
@@ -95,6 +95,9 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? intel8x0_measure_ac97_clock: measured [[:digit:]]+ usecs$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? intel8x0: clocking to [[:digit:]]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? \[drm\] Initialized card for PCI DMA\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? \[drm\] Setting GART location based on new memory map$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? \[drm\] Loading R200 Microcode$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? \[drm\] writeback test succeeded in [[:digit:]]+ usecs$
 # this stuff is from pmounts autodetection
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? UDF-fs: No (VRS|partition) found( \([[:digit:]]+\))?$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[[[:digit:]]+\.[[:digit:]]+\])? Unable to identify CD-ROM format\.$




More information about the Logcheck-commits mailing list