[Logcheck-devel] Bug#186372: marked as done (logcheck - small regexp updates for dhcp and nfs)
Debian Bug Tracking System
owner at bugs.debian.org
Fri Jul 9 03:48:04 UTC 2004
Your message dated Thu, 08 Jul 2004 23:32:06 -0400
with message-id <E1Bim7K-0004V7-00 at newraff.debian.org>
and subject line Bug#186372: fixed in logcheck 1.2.23
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; 26 Mar 2003 16:19:45 +0000
>From waldi at debian.org Wed Mar 26 10:19:45 2003
Return-path: <waldi at debian.org>
Received: from pd9e609c2.dip.t-dialin.net (extern.mail.waldi.eu.org) [217.230.9.194] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18yDcu-0006KK-00; Wed, 26 Mar 2003 10:19:44 -0600
Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000)
id 657B174EEA; Wed, 26 Mar 2003 17:19:38 +0100 (CET)
Date: Wed, 26 Mar 2003 17:19:38 +0100
From: Bastian Blank <waldi at debian.org>
To: submit at bugs.debian.org
Subject: logcheck - small regexp updates for dhcp and nfs
Message-ID: <20030326161938.GA5088 at wavehammer.waldi.eu.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="+g7M9IMkV8truYOl"
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Delivered-To: submit at bugs.debian.org
X-Spam-Status: No, hits=-1.6 required=4.0
tests=PGP_SIGNATURE_2,SPAM_PHRASE_00_01,USER_AGENT,
USER_AGENT_MUTT
version=2.44
X-Spam-Level:
--+g7M9IMkV8truYOl
Content-Type: multipart/mixed; boundary="pf9I7BMVVzbSWLtt"
Content-Disposition: inline
--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: logcheck-database
Version: 1.2.12
Severity: normal
small updates for regexps:
- dhcp: add rules for bootp request/replys
- nfs: ignore rpc.mountd requests
bastian
--=20
=2E.. The prejudices people feel about each other disappear when they get
to know each other.
-- Kirk, "Elaan of Troyius", stardate 4372.5
--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Description: diff
Content-Disposition: attachment; filename=diff
diff -urN logcheck-1.2.12.orig/rulefiles/linux/ignore.d.server/dhcp logcheck-1.2.12/rulefiles/linux/ignore.d.server/dhcp
--- logcheck-1.2.12.orig/rulefiles/linux/ignore.d.server/dhcp 2003-03-19 22:35:24.000000000 +0100
+++ logcheck-1.2.12/rulefiles/linux/ignore.d.server/dhcp 2003-03-26 17:10:59.000000000 +0100
@@ -6,11 +6,11 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): Wrote [0-9]+ new dynamic host decls to leases file\.$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): Wrote [0-9]+ leases to leases file\.$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|):$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPDISCOVER from [:[:alnum:]]+ via [[:alnum:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): (BOOTREQUEST|DHCPDISCOVER) from [:[:alnum:]]+ via [[:alnum:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): BOOTREPLY for [.0-9]+ to [:[:alnum:]]+ \([:[:alnum:]]+\) via [[:alnum:]]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPOFFER on [.0-9]+ to [:[:alnum:]]+ via [[:alnum:]]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPREQUEST for [.0-9]+ (\([.0-9]+\) |)from [:[:alnum:]]+ via [[:alnum:]]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPACK on [.0-9]+ to [:[:alnum:]]+ via [[:alnum:]]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): BOOTREQUEST from [:[:alnum:]]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPINFORM from [:[:alnum:]]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPNAK on [:[:alnum:]]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd(-2.2.x|): DHCPRELEASE on [.0-9]+$
diff -urN logcheck-1.2.12.orig/rulefiles/linux/ignore.d.server/nfs logcheck-1.2.12/rulefiles/linux/ignore.d.server/nfs
--- logcheck-1.2.12.orig/rulefiles/linux/ignore.d.server/nfs 1970-01-01 01:00:00.000000000 +0100
+++ logcheck-1.2.12/rulefiles/linux/ignore.d.server/nfs 2003-03-26 16:56:21.000000000 +0100
@@ -0,0 +1 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ rpc\.mountd: authenticated mount request from [^[:space:]]+ for
--pf9I7BMVVzbSWLtt--
--+g7M9IMkV8truYOl
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iEYEARECAAYFAj6B0xoACgkQLkAIIn9ODhFW/wCgs9LQbYHQZ3m3PHBT2tAtpbB6
cAwAn0MxseoDRY2pQQceGI0+SxvwojAp
=FJAy
-----END PGP SIGNATURE-----
--+g7M9IMkV8truYOl--
---------------------------------------
Received: (at 186372-close) by bugs.debian.org; 9 Jul 2004 03:38:07 +0000
>From katie at ftp-master.debian.org Thu Jul 08 20:38:07 2004
Return-path: <katie at ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BimD8-0006Ki-00; Thu, 08 Jul 2004 20:38:06 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Bim7K-0004V7-00; Thu, 08 Jul 2004 23:32:06 -0400
From: Todd Troxell <ttroxell at debian.org>
To: 186372-close at bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#186372: fixed in logcheck 1.2.23
Message-Id: <E1Bim7K-0004V7-00 at newraff.debian.org>
Sender: Archive Administrator <katie at ftp-master.debian.org>
Date: Thu, 08 Jul 2004 23:32:06 -0400
Delivered-To: 186372-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: logcheck
Source-Version: 1.2.23
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.23_all.deb
to pool/main/l/logcheck/logcheck-database_1.2.23_all.deb
logcheck_1.2.23.dsc
to pool/main/l/logcheck/logcheck_1.2.23.dsc
logcheck_1.2.23.tar.gz
to pool/main/l/logcheck/logcheck_1.2.23.tar.gz
logcheck_1.2.23_all.deb
to pool/main/l/logcheck/logcheck_1.2.23_all.deb
logtail_1.2.23_all.deb
to pool/main/l/logcheck/logtail_1.2.23_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 186372 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: Thursday, 12 Jul 2004 22:55:19 -0500
Source: logcheck
Binary: logcheck logtail logcheck-database
Architecture: source all
Version: 1.2.23
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 - A database of system log rules for the use of log checkers
logtail - Print log file lines that have not been read
Closes: 149567 186372 190101 234385 244171 253861 253879 253998 254133 254681 255560 256549
Changes:
logcheck (1.2.23) unstable; urgency=low
.
maks:
* Remove logcheck pre-dependency on logtail.
* Added imapproxy, kernel, nfs, scponly rules.
* Updated dhcpd, innd, postfix, su, sudo rules.
(Closes: #253879, #244171, #190101, #254681, #253861, #186372, #255560).
* Fix locale dependent regexes.
* Implemented testing mode to logcheck - doesn't update offset.
* Added -l LOG switch for test runs on new log files.
thanks todd for ideas and first work (Closes: #234385).
* Add -m switch to specify recipient. (Closes: #149567).
alfie:
* debian/logcheck-database.templates: Clearified the rules-directories-note
template and got updates for all translations. Thanks for fast responses!
todd:
* Update innfeed rules (Closes: #254133).
* Update dhcp3 rules (Closes: #256549).
* Change postinst script to set permissions on versions previous to 1.2.23
(Closes: #253998).
* Add postfix rule for lmtp.
* Add Rule for cyrus imap/SQUAT annoyance.
* Spamd update for unknown message id.
* Add Kernel and bonobo rules for workstations.
Files:
194681a5833e247adcd50c6ffe0e4a43 670 admin optional logcheck_1.2.23.dsc
ec715b8a1160751367dabdecb4ddfeb4 74885 admin optional logcheck_1.2.23.tar.gz
14ba0cd447909d769867efbd331960e6 37348 admin optional logcheck_1.2.23_all.deb
bad26ea13036470994f54bf9e1c3c18b 42778 admin optional logcheck-database_1.2.23_all.deb
ba84ae48e13e927d3e4da649913768e6 21788 admin optional logtail_1.2.23_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFA7gsO4u3oQ3FHP2YRApstAKCSu6oScQckvbfjz0y3DuA51fD8dwCgw0Dc
Np43xnp5o9CWVR4xuRbUqx4=
=MYFx
-----END PGP SIGNATURE-----
More information about the Logcheck-devel
mailing list