Your message dated Sun, 20 Jul 2008 18:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#415352: fixed in binkd 0.9.9+rel-1 has caused the Debian Bug report #415352, regarding binkdlogstat - broken statistic on large transferted size 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.) -- 415352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415352 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: binkd Version: 0.9.9+20060809-1 Severity: minor Tags: patch Binkdlogstat generate wrong statistic when binkd log contain large transferted sizes. Example: Addr In In Out Out Bytes Bytes Files Files Avg OK Fail OK Fail sent recv sent recv CPS ============================================================================= 2:50/13 8 0 0 0 0 15191 0 2 7595.50 2:4635/69 4843 3 0 171 5107042 2032808 1445 1109 2090.12 2:5050/144.1 5696 0 0 0 -1642925445 905881933 10909 954 272512.54 2:5050/144.6 196 1 0 0 2125219 6855 72 17 12615.82 2:5050/144.37 234 3 0 0 4564598 28719 163 41 11121.83 ============================================================================= Total 10977 7 0 171 -1631128586 907965506 12589 2123 209416.27 I think transferted sizes would show in Kbytes, because it grows in last years heavy. Atached patch make this change and fix bug. -- Pavel 'Blaze' Vinogradov Beginner Linux Developer--- binkdlogstat.orig 2006-08-25 22:21:00.000000000 +0400 +++ binkdlogstat 2007-03-18 22:21:52.000000000 +0300 @@ -1,7 +1,11 @@ #!/usr/bin/perl # binkd log analizer ver 0.1 11 Jan 1999 -# Copyright (c) Pavel Gulchouck <[EMAIL PROTECTED]> 2:463/68 +# ver 0.2 15 May 2007 +# * Sent and recv sizes now counts in KBytes +# +# Copyright 1999-2007 (c) Pavel Gulchouck <[EMAIL PROTECTED]> 2:463/68 +# Copyright 2007 (c) Pavel Vinogradov <[EMAIL PROTECTED]> 2:5050/144 # License: BSD. while (<>) { @@ -59,8 +63,8 @@ } print <<EOF; - Addr In In Out Out Bytes Bytes Files Files Avg - OK Fail OK Fail sent recv sent recv CPS + Addr In In Out Out KBytes KBytes Files Files Avg + OK Fail OK Fail sent recv sent recv CPS ============================================================================= EOF @@ -70,7 +74,7 @@ printf $format, $addr, $okin{$addr}, $failedin{$addr}, $okout{$addr}, $failedout{$addr}, - $sentbytes{$addr}, $rcvbytes{$addr}, + $sentbytes{$addr}/1024, $rcvbytes{$addr}/1024, $sentfiles{$addr}, $rcvfiles{$addr}, $time{$addr} ? ($sentbytes{$addr}+$rcvbytes{$addr})/$time{$addr} : 0; $totokin += $okin{$addr}; @@ -88,7 +92,7 @@ EOF printf $format, " Total", $totokin, $totfailedin, $totokout, $totfailedout, - $totsentbytes, $totrcvbytes, $totsentfiles, $totrcvfiles, + $totsentbytes/1024, $totrcvbytes/1024, $totsentfiles, $totrcvfiles, $tottime ? ($totsentbytes+$totrcvbytes)/$tottime : 0; sub cmpaddr {
--- End Message ---
--- Begin Message ---Source: binkd Source-Version: 0.9.9+rel-1 We believe that the bug you reported is fixed in the latest version of binkd, which is due to be installed in the Debian FTP archive: binkd_0.9.9+rel-1.diff.gz to pool/main/b/binkd/binkd_0.9.9+rel-1.diff.gz binkd_0.9.9+rel-1.dsc to pool/main/b/binkd/binkd_0.9.9+rel-1.dsc binkd_0.9.9+rel-1_i386.deb to pool/main/b/binkd/binkd_0.9.9+rel-1_i386.deb binkd_0.9.9+rel.orig.tar.gz to pool/main/b/binkd/binkd_0.9.9+rel.orig.tar.gz 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. Marco d'Itri <[EMAIL PROTECTED]> (supplier of updated binkd 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: Sun, 20 Jul 2008 19:36:44 +0200 Source: binkd Binary: binkd Architecture: source i386 Version: 0.9.9+rel-1 Distribution: unstable Urgency: medium Maintainer: Marco d'Itri <[EMAIL PROTECTED]> Changed-By: Marco d'Itri <[EMAIL PROTECTED]> Description: binkd - FidoTech TCP/IP mailer Closes: 307046 415352 442207 446459 466114 469268 Changes: binkd (0.9.9+rel-1) unstable; urgency=medium . * New upstream release, with minor bug fixes. * I AM LOOKING FOR A CO-MAINTAINER! * Added binkdlogstat(8), contributed by Zhenja Kaluta. (Closes: #307046) * Fixed binkdlogstat with a patch from Pavel Vinogradov to report transferred files in kbytes. (Closes: #415352) * Use the complete path of binkd.inc in binkd.cfg. (Closes: #442207) * Enabled HTTPS proxy support. (Closes: #446459) * Do not fail if update-inetd is not installed. (Closes: #466114) * Merged NMUs. (Closes: #469268) Checksums-Sha1: 8a7152a53463ebab73d5d02cbd489c4b0bae8936 949 binkd_0.9.9+rel-1.dsc 991c3b793311dd7ac5cdbd5fff731dad951b8bde 285308 binkd_0.9.9+rel.orig.tar.gz 353f97a1e9ec72d943de45e57b7496db99a95b9c 22681 binkd_0.9.9+rel-1.diff.gz 557e6f86584fed084c08d4b644e90182a0731511 89526 binkd_0.9.9+rel-1_i386.deb Checksums-Sha256: 0229e1e9c2f16653be30eb213be239c06723f3ffd5b384081d5c634468fe4ef6 949 binkd_0.9.9+rel-1.dsc f01d5425a9710bf21fa7c94b4d258df17ca97e625bf9f224a0182fc4653045a2 285308 binkd_0.9.9+rel.orig.tar.gz 1d0ee9afe69c14a95f612e217ce188ff9e7720fd10a1b69c330414087553956b 22681 binkd_0.9.9+rel-1.diff.gz d0b77e72f5e315532ba2793a2d1d240276bb1c2c7d489195c5928c13345e7539 89526 binkd_0.9.9+rel-1_i386.deb Files: 1b473cee1e133423d1b0a14c20fdc7b4 949 comm extra binkd_0.9.9+rel-1.dsc e707544621485520f26407752023107d 285308 comm extra binkd_0.9.9+rel.orig.tar.gz 5d838b1d58358756f25a12917ffa384e 22681 comm extra binkd_0.9.9+rel-1.diff.gz 347e1315e542337f8de77fc8144f30d1 89526 comm extra binkd_0.9.9+rel-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkiDf+cACgkQFGfw2OHuP7Hs/gCdFxVTcvGokuFF/MlkdY/woLqC GnkAniSkmhLxckuUqw/CFZMHOXCNMmL5 =+EiM -----END PGP SIGNATURE-----
--- End Message ---

