[Logcheck-commits] Frédéric Brière : i.d.w/kernel: adjusted agpgart rules for newer kernels

Gerfried Fuchs alfie at alioth.debian.org
Thu Feb 25 19:21:17 UTC 2010


Module: logcheck
Branch: lenny-backports
Commit: c72ad25f895bb363be29fac3fc4fd523179f6bd6
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=c72ad25f895bb363be29fac3fc4fd523179f6bd6

Author: Frédéric Brière <fbriere at fbriere.net>
Date:   Thu Feb 18 22:06:43 2010 -0500

i.d.w/kernel: adjusted agpgart rules for newer kernels

Here are some sample log lines:

  Dec  7 11:26:00 toroia kernel: [61310.243637] agpgart-via 0000:00:00.0: AGP 2.0 bridge
  Dec  7 11:26:00 toroia kernel: [61310.243676] agpgart-via 0000:00:00.0: putting AGP V2 device into 1x mode
  Dec  7 11:26:00 toroia kernel: [61310.243752] pci 0000:01:00.0: putting AGP V2 device into 1x mode

---

 debian/changelog                            |    1 +
 rulefiles/linux/ignore.d.workstation/kernel |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 00187a5..025a3fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,7 @@ logcheck (1.3.7) UNRELEASED; urgency=low
     - allow ':' and arbitrary paths for input devices
     - adjusted "USB HID" rule to match generic devices
     - adjusted "USB HID" rule for newer kernels
+    - adjusted agpgart rules for newer kernels
 
  -- Hannes von Haugwitz <hannes at vonhaugwitz.com>  Sun, 31 Jan 2010 20:13:27 +0100
 
diff --git a/rulefiles/linux/ignore.d.workstation/kernel b/rulefiles/linux/ignore.d.workstation/kernel
index 637d8a7..8d97188 100644
--- a/rulefiles/linux/ignore.d.workstation/kernel
+++ b/rulefiles/linux/ignore.d.workstation/kernel
@@ -15,7 +15,9 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? ISO 9660 Extensions: [_[:alnum:]]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? ISOFS: changing to secondary root$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? agpgart: Found an AGP [[:digit:].]+ compliant device at [[:digit:]:.]+\.$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? agpgart: Putting AGP V[[:digit:]] device at [[:digit:]:.]+ into [[:digit:]]x mode$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? agpgart-[-[:alnum:]]+ [[:xdigit:]:.]+: AGP [.[:digit:]]+ bridge$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? agpgart(-[-[:alnum:]]+ [[:xdigit:]:.]+)?: [pP]utting AGP V[[:digit:]] device (at [[:digit:]:.]+ )?into [[:digit:]]x mode$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? pci [[:xdigit:]:.]+: putting AGP V[[:digit:]] device into [[:digit:]]x mode$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? hub [[:digit:]]+-[[:digit:]]+:[[:digit:]]+\.[[:digit:]]+: (USB hub found|[[:digit:]]+ ports detected)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? hub [[:digit:]]+-[[:digit:]]+:[[:digit:]]+\.[[:digit:]]+: over-current change on port [[:digit:]]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? hub [[:digit:]]+-[[:digit:]]+:[[:digit:]]+\.[[:digit:]]+: port [[:digit:]]+ disabled by hub \(EMI\?\), re-enabling\.\.\.$




More information about the Logcheck-commits mailing list