Your message dated Fri, 04 Feb 2005 21:03:12 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#292779: fixed in oidentd 2.0.7-3
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; 29 Jan 2005 20:07:45 +0000
>From [EMAIL PROTECTED] Sat Jan 29 12:07:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from hqa.student.utwente.nl (buurman.student.utwente.nl)
[130.89.160.80] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cuysj-0003xa-00; Sat, 29 Jan 2005 12:07:45 -0800
Received: from neighbour by buurman.student.utwente.nl with local (Exim 3.36 #1
(Debian))
id 1CuzFG-0001KE-00; Sat, 29 Jan 2005 21:31:02 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Herbert Buurman <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ip_conntrack format changed
X-Mailer: reportbug 3.6
Date: Sat, 29 Jan 2005 21:31:02 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: oidentd
Version: 2.0.3-1
Severity: important
Since 2.6.9 the format of the ip_conntrack changed. Unfortunately the
exact format is dependent on the CONFIG_IP_NF_CT_ACCT option, so I don't
think there is a trivial fix for this.
When CONFIG_IP_NF_CT_ACCT is set, "packets=nnn bytes=nnn" is added in
the ip_conntrack file. A solution to this would probably require a
different way of parsing the ip_conntrack file?
The offending line in the code is src/kernel/linux.c:290
ret = sscanf(buf,
"%15s %*d %*d ESTABLISHED src=%d.%d.%d.%d dst=%d.%d.%d.%d
sport=%d dport=%d %*s %*s %*s dport=%d",
proto, &l1, &l2, &l3, &l4, &r1, &r2, &r3, &r4,
&lportm_temp, &fportm_temp, &mport_temp);
A simple fix here is replacing these lines by
ret = sscanf(buf,
"%15s %*d %*d ESTABLISHED src=%d.%d.%d.%d dst=%d.%d.%d.%d
sport=%d dport=%d %*s %*s %*s %*s %*s dport=%d",
proto, &l1, &l2, &l3, &l4, &r1, &r2, &r3, &r4,
&lportm_temp, &fportm_temp, &mport_temp);
but this will break oidentd when CONFIG_IP_NF_CT_ACCT is not set.
>From ChangeLog-2.6.9:
<[EMAIL PROTECTED]>
[NETFILTER]: Connection based accounting
This patch adds a config option to enable per-flow packet and
byte
accounting to ip_conntrack.
Signed-off-by: Harald Welte <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[email protected]>
This might also be relevant? (Also from Changelog-2.6.9)
<[EMAIL PROTECTED]>
[NETFILTER]: Move /proc/net/ip_conntrack to seq_file
This patch makes ip_conntrack use the seq_file API
Signed-off-by: Harald Welte <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[email protected]>
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages oidentd depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
-- no debconf information
---------------------------------------
Received: (at 292779-close) by bugs.debian.org; 5 Feb 2005 02:08:03 +0000
>From [EMAIL PROTECTED] Fri Feb 04 18:08:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CxFMh-0005H6-00; Fri, 04 Feb 2005 18:08:03 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CxFI0-000891-00; Fri, 04 Feb 2005 21:03:12 -0500
From: Martin Waitz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#292779: fixed in oidentd 2.0.7-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 04 Feb 2005 21:03:12 -0500
Delivered-To: [EMAIL PROTECTED]
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-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-Spam-Level:
Source: oidentd
Source-Version: 2.0.7-3
We believe that the bug you reported is fixed in the latest version of
oidentd, which is due to be installed in the Debian FTP archive:
oidentd_2.0.7-3.diff.gz
to pool/main/o/oidentd/oidentd_2.0.7-3.diff.gz
oidentd_2.0.7-3.dsc
to pool/main/o/oidentd/oidentd_2.0.7-3.dsc
oidentd_2.0.7-3_i386.deb
to pool/main/o/oidentd/oidentd_2.0.7-3_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Waitz <[EMAIL PROTECTED]> (supplier of updated oidentd 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 5 Feb 2005 00:35:55 +0100
Source: oidentd
Binary: oidentd
Architecture: source i386
Version: 2.0.7-3
Distribution: unstable
Urgency: low
Maintainer: Martin Waitz <[EMAIL PROTECTED]>
Changed-By: Martin Waitz <[EMAIL PROTECTED]>
Description:
oidentd - replacement ident daemon
Closes: 292779
Changes:
oidentd (2.0.7-3) unstable; urgency=low
.
* fix parsing of new ip_conntrack format, Closes: #292779
Files:
6baa10b7a0776d1a9b01ac669f5184da 568 net extra oidentd_2.0.7-3.dsc
e4c5972917ce305acc7fdfd369d6ad67 45985 net extra oidentd_2.0.7-3.diff.gz
b985eb02e580e4994830d2e7a39e1026 51460 net extra oidentd_2.0.7-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCBAgBj/Eaxd/oD7IRAlm3AJ4h2Fypw1tJ3rjIYRuAYINp8fyqUgCePRlp
kYSdGuJ/kDRARmkWkoWRafs=
=/ZZN
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]