Your message dated Thu, 11 Feb 2010 22:04:02 +0100
with message-id <[email protected]>
and subject line Re: [Logcheck-devel] Bug#569014: logcheck kernel rules don't
match [<blank><number>.<number>]
has caused the Debian Bug report #569014,
regarding logcheck kernel rules don't match [<blank><number>.<number>]
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
569014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569014
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: logcheck
Version: 1.2.69
The current ruleset "kernel" provided with this logcheck package don't
match entries where the kernel timeline has leading spaces, like:
[ 42.302707]
For example, the following entry:
Feb 4 17:05:24 hostname kernel: [ 144.591487] tun: Universal TUN/TAP
device driver, 1.6
didn't matched the re:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:(
\[[[:digit:]]+\.[[:digit:]]+\])? tun: Universal TUN/TAP device driver,
[.[:digit:]]+$
But did match after adding a " +?" in front of
"[[:digit:]]+\.[[:digit:]]", giving the following re:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel:( \[
+?[[:digit:]]+\.[[:digit:]]+\])? tun: Universal TUN/TAP device driver,
[.[:digit:]]+$
I am using Debian GNU/Linux "lenny" 5.0.4 with kernel 2.6.26-2-amd64.
--
Daniel Le Bray
Centre de Ressources Informatiques
Universite du Havre
--- End Message ---
--- Begin Message ---
Version: 1.3.0
Hi,
this has been fixed in 1.3.0, so I'll close this bug.
Hannes
--- End Message ---
_______________________________________________
Logcheck-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel