Your message dated Sat, 15 Jan 2011 01:01:11 +0100
with message-id <[email protected]>
and subject line Not present in testing/squeeze. Closing.
has caused the Debian Bug report #569843,
regarding logcheck-database: acpid filter misses trailing white space
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.)


-- 
569843: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569843
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: logcheck-database
Version: 1.2.69
Severity: normal
Tags: patch

The syslog messages for acpid when a window client connects
or disconnect all have a trailing single space at each line.
Therefore the existing two patterns in

  /etc/logcheck/ignore.d.server/acpid

fail to filter out the events. Furthermore, the disconnect
message includes a PID-numbered client, which is not present
in the pattern at all.

A functional patch follows!


--- /tmp/acpid  2010-02-14 18:53:53.000000000 +0100
+++ /etc/logcheck/ignore.d.server/acpid 2010-02-14 19:14:55.000000000 +0100
@@ -5 +5 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ acpid: client connected from 
[[:digit:]]+\[[[:digit:]]+:[[:digit:]]+\]$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ acpid: client connected from 
[[:digit:]]+\[[[:digit:]]+:[[:digit:]]+\][[:space:]]*$
@@ -8 +8 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ acpid: client has disconnected$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ acpid: client 
[[:digit:]]+\[[[:digit:]]+:[[:digit:]]+\] has disconnected[[:space:]]*$


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable'), (90, 'testing'), (80, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



--- End Message ---
--- Begin Message ---
The log messages from acpid never end in spaces on a system
running testing/squeeze. I therefore close this bug report.

Best regards,
   Mats Erik Andersson, DM


--- End Message ---
_______________________________________________
Logcheck-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

Reply via email to