-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Package: logcheck-database Version: 1.2.39 Severity: normal Tags: patch Hi, this patch adds a regex for the hostname and ignore the exit code. Since there is no helpfule output (even in debug mode!) if the exit code is !0, it is not interesting to know about the exit code. by, Martin - -- Powered by Debian GNU / Linux -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC8+f4OvJj+wS6JuIRArF3AJ9Q6YuGDZiLkJOSCYULpXnPKPeoOgCeMn5M BCokqJvgkhNcFUo2HtxiyLQ=c9t+ -----END PGP SIGNATURE----- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cvsd Url: http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20050806/d5d9d8f5/attachment.txt
maximilian attems
2005-Aug-17 21:05 UTC
Bug#321506: [Logcheck-devel] Bug#321506: rule update for cvsd
tags 321506 pending stop On Sat, 06 Aug 2005, Martin Lohmeier wrote:> this patch adds a regex for the hostname and ignore the exit code. Since > there is no helpfule output (even in debug mode!) if the exit code is !> 0, it is not interesting to know about the exit code. > > by, Martin > - --i have no idea where the andromeda is from, but it's no in the current cvs.> --- cvsd.orig 2005-08-06 00:20:43.000000000 +0200 > +++ cvsd 2005-08-06 00:23:02.000000000 +0200 > @@ -1,2 +1,2 @@ > -^\w{3} [ :0-9]{11} andromeda cvsd\[[0-9]+\]: connection from [0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3} [0-9]{1,5}$ > -^\w{3} [ :0-9]{11} andromeda cvsd\[[0-9]+\]: cvs command exited with exit-status 1$ > +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cvsd\[[0-9]+\]: connection from [0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3} [0-9]{1,5}$ > +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cvsd\[[0-9]+\]: cvs command exited with exit-status [0-9]+$fixed the exit-status. thanks for your patch! -- maks
Debian Bug Tracking System
2005-Aug-17 21:19 UTC
Processed: Re: [Logcheck-devel] Bug#321506: rule update for cvsd
Processing commands for control at bugs.debian.org:> tags 321506 pendingBug#321506: rule update for cvsd Tags were: patch Tags added: pending> stopStopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Debian Bug Tracking System
2005-Aug-22 21:03 UTC
[Logcheck-devel] Bug#321506: marked as done (rule update for cvsd)
Your message dated Mon, 22 Aug 2005 13:32:39 -0700 with message-id <E1E7IyF-0002yH-00 at spohr.debian.org> and subject line Bug#321506: fixed in logcheck 1.2.41 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 5 Aug 2005 22:28:14 +0000>From martin at mein-horde.de Fri Aug 05 15:28:14 2005Return-path: <martin at mein-horde.de> Received: from mein-horde.de [80.190.250.190] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E1Afm-0004oR-00; Fri, 05 Aug 2005 15:28:14 -0700 Received: from localhost (localhost [127.0.0.1]) by mein-horde.de (Postfix) with ESMTP id D37652EC0D0 for <submit at bugs.debian.org>; Sat, 6 Aug 2005 00:28:12 +0200 (CEST) Received: from mein-horde.de ([127.0.0.1]) by localhost (ipx10645 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07752-04 for <submit at bugs.debian.org>; Sat, 6 Aug 2005 00:28:12 +0200 (CEST) Received: from [192.168.150.10] (port-212-202-175-61.dynamic.qsc.de [212.202.175.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mein-horde.de (Postfix) with ESMTP id 286BF2EC0CF for <submit at bugs.debian.org>; Sat, 6 Aug 2005 00:28:11 +0200 (CEST) Message-ID: <42F3E7F8.7000700 at mein-horde.de> Date: Sat, 06 Aug 2005 00:28:08 +0200 From: Martin Lohmeier <martin at mein-horde.de> User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Debian Bugs <submit at bugs.debian.org> Subject: rule update for cvsd X-Enigmail-Version: 0.91.0.0 Content-Type: multipart/mixed; boundary="------------000801080902060009060108" X-Virus-Scanned: by amavisd-new at mein-horde.de Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 This is a multi-part message in MIME format. --------------000801080902060009060108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Package: logcheck-database Version: 1.2.39 Severity: normal Tags: patch Hi, this patch adds a regex for the hostname and ignore the exit code. Since there is no helpfule output (even in debug mode!) if the exit code is !0, it is not interesting to know about the exit code. by, Martin - -- Powered by Debian GNU / Linux -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC8+f4OvJj+wS6JuIRArF3AJ9Q6YuGDZiLkJOSCYULpXnPKPeoOgCeMn5M BCokqJvgkhNcFUo2HtxiyLQ=c9t+ -----END PGP SIGNATURE----- --------------000801080902060009060108 Content-Type: text/plain; name="cvsd" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cvsd" --- cvsd.orig 2005-08-06 00:20:43.000000000 +0200 +++ cvsd 2005-08-06 00:23:02.000000000 +0200 @@ -1,2 +1,2 @@ -^\w{3} [ :0-9]{11} andromeda cvsd\[[0-9]+\]: connection from [0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3} [0-9]{1,5}$ -^\w{3} [ :0-9]{11} andromeda cvsd\[[0-9]+\]: cvs command exited with exit-status 1$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cvsd\[[0-9]+\]: connection from [0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3} [0-9]{1,5}$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ cvsd\[[0-9]+\]: cvs command exited with exit-status [0-9]+$ --------------000801080902060009060108-- --------------------------------------- Received: (at 321506-close) by bugs.debian.org; 22 Aug 2005 20:49:34 +0000>From katie at spohr.debian.org Mon Aug 22 13:49:34 2005Return-path: <katie at spohr.debian.org> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7IyF-0002yH-00; Mon, 22 Aug 2005 13:32:39 -0700 From: Todd Troxell <ttroxell at debian.org> To: 321506-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#321506: fixed in logcheck 1.2.41 Message-Id: <E1E7IyF-0002yH-00 at spohr.debian.org> Sender: Archive Administrator <katie at spohr.debian.org> Date: Mon, 22 Aug 2005 13:32:39 -0700 Delivered-To: 321506-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 18 Source: logcheck Source-Version: 1.2.41 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.2.41_all.deb to pool/main/l/logcheck/logcheck-database_1.2.41_all.deb logcheck_1.2.41.dsc to pool/main/l/logcheck/logcheck_1.2.41.dsc logcheck_1.2.41.tar.gz to pool/main/l/logcheck/logcheck_1.2.41.tar.gz logcheck_1.2.41_all.deb to pool/main/l/logcheck/logcheck_1.2.41_all.deb logtail_1.2.41_all.deb to pool/main/l/logcheck/logtail_1.2.41_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 321506 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Todd Troxell <ttroxell at debian.org> (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 ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 22 Aug 2005 15:27:45 -0500 Source: logcheck Binary: logcheck logtail logcheck-database Architecture: source all Version: 1.2.41 Distribution: unstable Urgency: low Maintainer: Debian logcheck Team <logcheck-devel at lists.alioth.debian.org> Changed-By: Todd Troxell <ttroxell at debian.org> 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 Closes: 311216 312597 312598 312729 313601 313603 314951 315507 316612 317642 317741 317772 318500 318731 320009 321506 322036 322179 322570 Changes: logcheck (1.2.41) unstable; urgency=low . [ Jamie Penman-Smithson ] * Fix postfix rule to match "setting up TLS connection" messages again. * Fix innd rule for "ME time" messages, add rule for innfeed "ME time" messages. * Fix rules for gps to match messages with the null sender (<>). * Update cyrus/notifyd rule to match destination folders and subfolders too. * Update cyrus rules to suppress DBERROR db3: n lockers messages when it's only 1-2 lockers, these messages are harmless as long as the number doesn't increase. * Update postfix lmtp rule to match messages given by amavis when discarding UBE and viruses. * Fix bug in the squid rule for "found whitespace" messages which caused grep to choke due to unescaped { and } characters. (Closes: #311216) * Update innd nnrpd rule for latest version of INN. * Add a versioned dependency on grep to prevent bugs like #311216 happening in the first place. * Added Vietnamese translation, thanks to Clytie Siddall. (Closes: #312597) * Fix minor typo in logcheck-database.templates. (Closes: #312598) * Modify rules for successful ssh login messages to match when ssh/ssh2 is not specified at the end. (Closes: #312729) * Modified ignore.d.workstation/kernel to ignore nfs warnings about mount version. (Closes: #313601) * Fix postfix anvil rules to match max message/recipient rate and count messages. * Add the first rules for dkfilter, which implements domainkeys signing and verification for postfix. * Add rule for openssh-krb5 and add gssapi-with-mic to the list of auth alternatives. (Closes: #318500) * Add ovpn-tunnel rule to suppress "VERIFY OK: nsCertType=SERVER" messages. Thanks to Martin Lohmeier <martin at mein-horde.de>. (Closes: #320009) . [ Maximilian Attems ] * Suppress error message if hostname not set. (Closes: #314951) * Add another sshd rule for PARANOID /etc/hosts.deny setting. * Fix postfix rule concerning Service unavailable. (Closes: #315507) * Add some initial support for exim4 log messages. Pretty rudimentary stuff still, will need further refinements. (Closes: #316612) * First rule for amandad. (Closes: #313603) * Remention how to invoke logcheck with sudo. * Add an examples section to the manpage with my most usual invocation. * Fix rules for gconfd loglines. * Add rule for mailman admin loglines in violations.ignore.d/logcheck-postfix thanks toby cabot <toby at caboteria.org>. (Closes: #317772) * Fix hostname match in rbldnsd rule thanks sistemas at dedaloingenieros.com. (Closes: #317741) * Unifiy gdm rules, add a rule for X restart. * Beautify README.logcheck-database, uses markdown(1) syntax now. Added testing rules header to carify sections. (Closes: #317642, #318731) * Small manpage fixes. * Add 2 courier rules for ACCEPTED usernames and the started client module. * Add pdns rule for duplicate packets from recursor. * Fix cvs rule for exit code != 0. thanks Martin Lohmeier <martin at mein-horde.de> (Closes: #321506) * Fix hostname match in cups-lpd rules thanks Gilbert Laycock <gtl1 at mcs.le.ac.uk> (Closes: #322179) * Add horde3 rules for users login/logout thanks Martin Lohmeier <martin at mein-horde.de> (Closes: #322570) * Fix logcheck.8 rendering of docbook-to-man. (Closes: #322036) . [Todd Troxell] * Tweak descriptions to satisfy litian. Files: 1885143b4845e7da6dc748ef4f2ec7fb 736 admin optional logcheck_1.2.41.dsc 1a946e45f82a0dc98838c896510dfca9 101085 admin optional logcheck_1.2.41.tar.gz 4ec4e8c0a9227a8c06a716675f8a0d3f 47870 admin optional logcheck_1.2.41_all.deb 3bf53f05bfb119af9e2c1da3c8130f12 67460 admin optional logcheck-database_1.2.41_all.deb 078148d37c693d7dd9511355d70e7d40 29826 admin optional logtail_1.2.41_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFDCijR4u3oQ3FHP2YRAjnTAJwL7ztRs3iUx4sltg+pROJaxdf/QgCgtall nSanCABtCnyTfEYFeoyVZQ4=M6Pk -----END PGP SIGNATURE-----