[Logcheck-commits] Hannes von Haugwitz: i.d.w/kernel: ignore inserted and removed SD cards
Gerfried Fuchs
alfie at alioth.debian.org
Thu Feb 25 19:20:50 UTC 2010
Module: logcheck
Branch: lenny-backports
Commit: 8bdb61ac4923c0ce635b06da72cc140d36a110c3
URL: http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=8bdb61ac4923c0ce635b06da72cc140d36a110c3
Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date: Sun Feb 7 15:39:04 2010 +0100
i.d.w/kernel: ignore inserted and removed SD cards
---
debian/changelog | 2 ++
rulefiles/linux/ignore.d.workstation/kernel | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 363894c..b341766 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
logcheck (1.3.7) UNRELEASED; urgency=low
[ Hannes von Haugwitz ]
+ * ignore.d.workstation/kernel:
+ - added rules for inserted and removed SD cards
* ignore.d.server/mountd: new
- added rule for authenticated mount/unmount requests,
thanks to Paweł Hajdan, Jr. (closes: #567842)
diff --git a/rulefiles/linux/ignore.d.workstation/kernel b/rulefiles/linux/ignore.d.workstation/kernel
index 41a3b3e..27a7c9e 100644
--- a/rulefiles/linux/ignore.d.workstation/kernel
+++ b/rulefiles/linux/ignore.d.workstation/kernel
@@ -149,3 +149,6 @@
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? wlan[0-9]: (authenticate(d| with AP ([0-9a-f]{2}:){5}[0-9a-f]{2})|associate(d| with AP ([0-9a-f]{2}:){5}[0-9a-f]{2}))$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? wlan[0-9]: ((direct probe to|a(uthentic|ssoci)ate with) AP ([0-9a-f]{2}:){5}[0-9a-f]{2} \(try [1-3]\)|direct probe responded)$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? wlan[0-9]: RX (Rea|A)ssocResp from ([0-9a-f]{2}:){5}[0-9a-f]{2} \(capab=0x[[:xdigit:]]+ status=0 aid=[0-9]+\)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? mmc[0-9]: (new SD card at address [[:xdigit:]]{4}|card [[:xdigit:]]{4} removed)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? mmcblk[0-9]: mmc[0-9]:[[:xdigit:]]{4} [[:alnum:]]+ [.[:digit:]]+ [MG]iB$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ kernel:( \[ *[[:digit:]]+\.[[:digit:]]+\])? mmcblk[0-9]:( p[0-9])+$
More information about the Logcheck-commits
mailing list