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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Fri Nov 17 17:40:07 CET 2006


Author: madduck
Date: 2006-11-17 17:40:07 +0100 (Fri, 17 Nov 2006)
New Revision: 1373

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
   logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-kernel
Log:
* violations.ignore.d/kernel: ignore if AGP fails to initialise on Matrox
  cards.
* ignore.d.workstation/kernel: ignore message about DRM loading and
  initializing.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-11-17 15:35:25 UTC (rev 1372)
+++ logcheck/trunk/debian/changelog	2006-11-17 16:40:07 UTC (rev 1373)
@@ -7,6 +7,8 @@
   * 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.
+  * violations.ignore.d/kernel: ignore if AGP fails to initialise on Matrox
+    cards.
   * 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.
@@ -22,6 +24,8 @@
   * ignore.d.workstation/kernel: ignore intel8x0 (soundcard) initialisation
     messages.
   * ignore.d.workstation/kernel: ignore more messages related to USB hotplug.
+  * ignore.d.workstation/kernel: ignore message about DRM loading and
+    initializing.
   * ignore.d.{workstation,server}/kernel: moved several messages to server
     class as they also apply to servers.
 
@@ -119,7 +123,7 @@
   * Now recommends logcheck-database of at least the current verson (>=
     instead of =).
 
- -- martin f. krafft <madduck at debian.org>  Fri, 17 Nov 2006 16:34:55 +0100
+ -- martin f. krafft <madduck at debian.org>  Fri, 17 Nov 2006 17:38:44 +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-17 15:35:25 UTC (rev 1372)
+++ logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2006-11-17 16:40:07 UTC (rev 1373)
@@ -93,6 +93,7 @@
 ^\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: intel8x0_measure_ac97_clock: measured [[:digit:]]+ usecs$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: intel8x0: clocking to [[:digit:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[drm\] Initialized card for PCI DMA\.$
 # this stuff is from pmounts autodetection
 ^\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\.$

Modified: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-kernel	2006-11-17 15:35:25 UTC (rev 1372)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-kernel	2006-11-17 16:40:07 UTC (rev 1373)
@@ -1,2 +1,3 @@
 ^\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:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[drm:mga_do_agp_dma_bootstrap\] \*ERROR\* Unable to acquire AGP: [-[:digit:]]+$




More information about the Logcheck-commits mailing list