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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue Jul 11 18:43:39 UTC 2006


Author: madduck
Date: 2006-07-11 18:43:38 +0000 (Tue, 11 Jul 2006)
New Revision: 1167

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
Log:
* ignore.d.workstation/kernel: ignore messages about unknown keys pressed.
  This information is interesting, but by the time logcheck delivers the
  mail, no user will remember which key s/he pressed.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-07-11 12:30:46 UTC (rev 1166)
+++ logcheck/trunk/debian/changelog	2006-07-11 18:43:38 UTC (rev 1167)
@@ -22,8 +22,11 @@
   * violations.ignore.d/logcheck-ssh: ignore also new-style "BREAK-IN"
     messages (with the hyphen) when it's a clear fake (IP maps to A, which does
     not map to IP).
+  * ignore.d.workstation/kernel: ignore messages about unknown keys pressed.
+    This information is interesting, but by the time logcheck delivers the
+    mail, no user will remember which key s/he pressed.
 
- -- martin f. krafft <madduck at debian.org>  Tue, 11 Jul 2006 13:25:34 +0200
+ -- martin f. krafft <madduck at debian.org>  Tue, 11 Jul 2006 20:39:58 +0200
 
 logcheck (1.2.46) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2006-07-11 12:30:46 UTC (rev 1166)
+++ logcheck/trunk/rulefiles/linux/ignore.d.workstation/kernel	2006-07-11 18:43:38 UTC (rev 1167)
@@ -108,4 +108,6 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: btaudio: driver version [0-9.]+ loaded \[digital\+analog\]$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: eth[0-9]: tx interrupt but no status$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: CSLIP: code copyright 1989 Regents of the University of California$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: atkbd.c: Keyboard on isa0060/serio0 reports too many keys pressed\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: atkbd\.c: Keyboard on isa0060/serio0 reports too many keys pressed\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: atkbd\.c: Unknown key released \(translated set [[:digit:]]+, code 0x[[:xdigit:]]+ on isa0060/serio0\)\.
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: atkbd\.c: Use 'setkeycodes [[:xdigit:]]+ <keycode>' to make it known\.




More information about the Logcheck-commits mailing list