Your message dated Thu, 10 Dec 2009 19:19:23 +0000
with message-id <e1nioxr-0000n9...@ries.debian.org>
and subject line Bug#531596: fixed in logcheck 1.3.4
has caused the Debian Bug report #531596,
regarding logcheck: Doesn't ignore cron-apt Fetched lines
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 ow...@bugs.debian.org
immediately.)


-- 
531596: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531596
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: logcheck
Version: 1.2.69
Severity: normal

Lines from cron-apt such as this are not ignored.

  Jun  2 08:31:42 joseki cron-apt: Fetched 20.9MB in 2min25s (143kB/s)

There is a logcheck rule for cron-apt that appears is trying to match
this line.  It fails to match.

  ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Fetched 
[[:digit:].]+[kM]?B in ([[:digit:]]+m)?[[:digit:]]+s \([[:digit:].]+[kM]?B/s\)$

Here is a fix for the rule to match that line.

  ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Fetched 
[[:digit:].]+[kM]?B in ([[:digit:]]+min)?[[:digit:]]+s 
\([[:digit:].]+[kM]?B/s\)$

Bob

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Source: logcheck
Source-Version: 1.3.4

We believe that the bug you reported is fixed in the latest version of
logcheck, which is due to be installed in the Debian FTP archive:

logcheck-database_1.3.4_all.deb
  to main/l/logcheck/logcheck-database_1.3.4_all.deb
logcheck_1.3.4.dsc
  to main/l/logcheck/logcheck_1.3.4.dsc
logcheck_1.3.4.tar.gz
  to main/l/logcheck/logcheck_1.3.4.tar.gz
logcheck_1.3.4_all.deb
  to main/l/logcheck/logcheck_1.3.4_all.deb
logtail_1.3.4_all.deb
  to main/l/logcheck/logtail_1.3.4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gerfried Fuchs <rho...@debian.at> (supplier of updated logcheck package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 07 Dec 2009 18:06:40 +0100
Source: logcheck
Binary: logcheck logcheck-database logtail
Architecture: source all
Version: 1.3.4
Distribution: unstable
Urgency: low
Maintainer: Debian logcheck Team <logcheck-devel@lists.alioth.debian.org>
Changed-By: Gerfried Fuchs <rho...@debian.at>
Description: 
 logcheck   - mails anomalies in the system logfiles to the administrator
 logcheck-database - database of system log rules for the use of log checkers
 logtail    - Print log file lines that have not been read (deprecated)
Closes: 319169 453309 453519 499323 506333 508335 508546 510889 511353 518422 
526116 526911 529367 530591 531596 533487 535976 536071 538696 542265 542273 
542390 544084 551340 555828
Changes: 
 logcheck (1.3.4) unstable; urgency=low
 .
   [ Hannes von Haugwitz ]
   * ignore.d.workstation/ifplugd
     - ignore link beat detection
   * ignore.d.server/smartd
     - added rule to match completed self-test
     - added rules to match more self-test messages
   * Added some rules for wpasupplicant (closes: #544084)
   * ignore.d.server/su, violations.ignore.d/logcheck-su
     - adjusted su rules to also match /dev/ prefix (closes: #551340)
   * Added rule for apcupsd (closes: #535976)
 .
   [ Frédéric Brière ]
   * Adjusted various kernel SCSI rules for removable media
   * Added USB kernel rules for USB_ANNOUNCE_NEW_DEVICES
   * Merged USB "new device" and "reset device" rules
   * Ignore "UDP: bad checksum" and "UDP: short packet" kernel messages
   * Corrected xdm pam_session rules (closes: #508335)
   * Updated acpid "client has disconnected" rule
   * Updated libpam-mount "realpath of X is Y" rule
   * Added libpam-mount "Command successful" rule
   * Adjusted ssh "Authentication failure" rule for "invalid user"
   * Updated cron-apt "Fetched" rule to match new time formats
     (closes: #531596)
   * Updated cron-apt rules to match all possible sizes and lengths
   * Replaced bashisms with POSIX equivalents (closes: #508546)
   * Depend on rsyslog by default (closes: #526911)
   * Dropped (now useless) ownership/permissions fixes on /var/lock/logcheck
   * ignore.d.server/openvpn: (closes: #499323)
     - match pathless ifconfig/route
     - match '.' and '_' in interface names
     - added "authentication succeeded' rule
   * ignore.d.server/dhcp:
     - interface names can have underscore in them (closes: #518422)
     - merged "Wrote X to leases file" rules, and added new ones
       (closes: #526116)
   * ignore.d.server/scponly: (closes: #506333)
     - added missing process name before PID
     - added the exhaustive list of commands allowed by scponly
   * Added rule for ext3 writeback data mode (closes: #542273)
   * ignore.d.server/dovecot:
     - replaced the (incomplete) method list with a wildcard (closes: #530591)
     - added I/O stats at the end of "Logged out" (closes: #538696)
     - added "discarded duplicate forward" and optional spacing to deliver
       rule (closes: #510889)
   * ignore.d.server/openvpn:
     - recognize some more options for PUSH_REPLY (closes: #511353)
   * ignore.d.server/postfix: (closes: #529367)
     - allow optional port number after "setting up TLS connection"
     - recognize "Trusted TLS connection established"
   * ignore.d.server/postfix:
     - allow <> as MAIL FROM in various messages
     - removing wildcard "reject: (RCPT|MAIL)" rule
   * ignore.d.server/innd:
     - added "no_read"/"no_post" rule (closes: #533487)
   * ignore.d.server/bind:
     - added various connection failure resolver messages (closes: #536071)
   * ignore.d.workstation/kernel:
     - adjusted sd "hardware sectors" rule for 2.6.28 (closes: #542390)
     - further adjusted that rule for 2.6.31-rc1
   * logtail/logtail2 no longer ignore -o when called with only one argument
     (closes: #453309)
   * Deleting obsolete conffiles in logcheck-database.preinst
     - ignore.d.server/lpr, replaced by lpr
     - ignore.d.server/ntp, replaced by ntp
     - ignore.d.server/sendmail, also in sendmail-base (closes: #542265)
     - deleting all the conffiles dropped over the years (closes: #453519)
   * Quote most variables and commands in logcheck
   * Allow filenames with spaces in logcheck.logfiles (closes: #319169)
   * ignore.d.server/smartd:
     - Replaced hardcoded controller list with generic pattern (closes: #555828)
 .
   [ Gerfried Fuchs ]
   * Upload to unstable.
   * Bump to Standards-Version 3.8.3.
Checksums-Sha1: 
 2eb59cbdea466aabde8b38ef32e01debd3f12e0e 1214 logcheck_1.3.4.dsc
 683fab32f26c57bc56f54c783d5e451a71a47906 153387 logcheck_1.3.4.tar.gz
 c593a25ef569dad272d22b9de19e4447d2c65ff6 70704 logcheck_1.3.4_all.deb
 b1c51f85691ff025bb8007ce602dbf50a9164c9c 117622 logcheck-database_1.3.4_all.deb
 dd3acfb70a42dea1586603b2b0219f7433bd3a92 56086 logtail_1.3.4_all.deb
Checksums-Sha256: 
 2c3b66c60714f99c79dbb2051f85a687920b3b3a20970a070335d89befdd1c61 1214 
logcheck_1.3.4.dsc
 08a6404a7447f51b303b7fb15619bb6b882471001a4c5b441d4163a5c67205ef 153387 
logcheck_1.3.4.tar.gz
 3c7765bb3f6f22ec5a45af5564b3dd6b0b986ed683a1fa213b6e62af239441d1 70704 
logcheck_1.3.4_all.deb
 f2745c03a79e90f8879da023612c4535234e86a44a93a000991c062eef086b72 117622 
logcheck-database_1.3.4_all.deb
 058a8a976cf40f1312a8262544c218db0285a2a0c1176dc96c89c3794b0f5257 56086 
logtail_1.3.4_all.deb
Files: 
 5400f310017cf2b386485c56b81d5b80 1214 admin optional logcheck_1.3.4.dsc
 78bde35c67c824e3353a318eb3ff6ad0 153387 admin optional logcheck_1.3.4.tar.gz
 568d2f67d1976ed7aa34c6c3b6240276 70704 admin optional logcheck_1.3.4_all.deb
 9cb14251b49a63c9d78c7a64392e2999 117622 admin optional 
logcheck-database_1.3.4_all.deb
 ccb205c725243e4936dbe10e5cde27e3 56086 admin optional logtail_1.3.4_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkshQNsACgkQELuA/Ba9d8a38gCeLKS7MadXlqf8f3zjNoyz50ML
QrUAniknd5EiV8YcjD85Ua2U49UpPHfU
=KVAW
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Logcheck-devel mailing list
Logcheck-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

Reply via email to