Your message dated Wed, 12 Jan 2011 11:02:11 +0000
with message-id <[email protected]>
and subject line Bug#608619: fixed in daemonlogger 1.2.1-6
has caused the Debian Bug report #608619,
regarding daemonlogger: Inconsistencies in rollover size defaults
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.)
--
608619: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608619
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: daemonlogger
Version: 1.2.1-5
Priority: minor
Tags: patch upstream
The README file of daemonlogger, as well as the Packages' description
claim that the rollover size for package captures is 1 GB but, actually,
the source code denies this:
1386 signal(SIGTERM, quitter); if(errno!=0) errno=0;
1387 signal(SIGINT, quitter); if(errno!=0) errno=0;
1388 signal(SIGQUIT, quitter); if(errno!=0) errno=0;
1389 signal(SIGHUP, restarter); if(errno!=0) errno=0;
1390 signal(SIGALRM, dl_shutdown); if(errno!=0) errno=0;
1391
1392 rollsize = 2*GIGABYTE;
1393
As you can see, rollsize is set 2GB. It is only set to 1GB when an
incorrect rollsize is defined.
To fix these inconsistencies, please find the attached patch (some of its
contents have already been submitted upstream).
The patch:
- makes the information in debian/control a lit vague since rollover size
can be adjusted by the command line options
- introduces a patch to fix the inconsistency in the source
- modifies the README file to indicate that the rollover size is 2 GB
Hopefully you will find this patch useful. If so, please include it in your next
package upload.
Regards
Javier
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: daemonlogger
Source-Version: 1.2.1-6
We believe that the bug you reported is fixed in the latest version of
daemonlogger, which is due to be installed in the Debian FTP archive:
daemonlogger_1.2.1-6.debian.tar.gz
to main/d/daemonlogger/daemonlogger_1.2.1-6.debian.tar.gz
daemonlogger_1.2.1-6.dsc
to main/d/daemonlogger/daemonlogger_1.2.1-6.dsc
daemonlogger_1.2.1-6_amd64.deb
to main/d/daemonlogger/daemonlogger_1.2.1-6_amd64.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.
Chris Taylor <[email protected]> (supplier of updated daemonlogger 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.8
Date: Wed, 12 Jan 2011 10:34:55 +0000
Source: daemonlogger
Binary: daemonlogger
Architecture: source amd64
Version: 1.2.1-6
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor <[email protected]>
Changed-By: Chris Taylor <[email protected]>
Description:
daemonlogger - simple network packet logger and soft tap daemon
Closes: 608619 608620
Changes:
daemonlogger (1.2.1-6) unstable; urgency=low
.
* Update 00-dumbnet patch (Closes: #608620).
* Removed patch 01-makefile.
* Created patch 01-rollover (Closes: #608619).
- Patch from Javier Fernández-Sanguino Peña.
- Fixes rollover inconsistencies.
* Bump standards-version.
Checksums-Sha1:
79aefb0e7dad4dba22e16975b8f55751171a809e 1165 daemonlogger_1.2.1-6.dsc
eb96ea37f42aafa00fc7e6a70eac105670e2f38b 6348
daemonlogger_1.2.1-6.debian.tar.gz
e1cc72302c260b6fbd34d109d33a528b09032af3 21318 daemonlogger_1.2.1-6_amd64.deb
Checksums-Sha256:
bd978762430c98de4c405c0c978ecc2b1d279d6aaa0add287342c4a6fc704597 1165
daemonlogger_1.2.1-6.dsc
37b00e35d700e2bfe2845570889b3e6febb6233e21e7355ee3506088f8fed919 6348
daemonlogger_1.2.1-6.debian.tar.gz
d8ab6cbfe49ff020684423722b5c09949136be6704ae942188d7aafe62d4651f 21318
daemonlogger_1.2.1-6_amd64.deb
Files:
87bc5f5e589dba5f54ec24743957993c 1165 net optional daemonlogger_1.2.1-6.dsc
1e6c05f699d573c0cf51790035d3e165 6348 net optional
daemonlogger_1.2.1-6.debian.tar.gz
f231c5dcfeaa4f91dfad9f43e38d588f 21318 net optional
daemonlogger_1.2.1-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0tia8ACgkQLpNUoan9SCEWWgCfbSVtAY3C5xxW44Jyo420o9ld
UoEAnjrkGLmO3EqMdG3p1bxgD3tbJJ/I
=TGaK
-----END PGP SIGNATURE-----
--- End Message ---