[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#155300: marked as done (atftpd died on long files)



Your message dated Fri, 17 Sep 2004 06:47:07 -0400
with message-id <E1C8GGh-0002OJ-00@newraff.debian.org>
and subject line Bug#155300: fixed in atftp 0.7-1
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; 3 Aug 2002 04:21:39 +0000
>From joerg@alea.gnuu.de Fri Aug 02 23:21:39 2002
Return-path: <joerg@alea.gnuu.de>
Received: from uucp.gnuu.de [151.189.0.84] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17aqQ6-0002aw-00; Fri, 02 Aug 2002 23:21:38 -0500
Received: from alea.gnuu.de (uucp@localhost)
	by uucp.gnuu.de (8.11.1/8.11.1) with bsmtp id g734LZw69367
	for submit@bugs.debian.org; Sat, 3 Aug 2002 06:21:35 +0200 (CEST)
Received: from [192.168.0.2] (helo=joerg.localnet)
	by alea.gnuu.de with smtp (Exim 3.35 #1 (Debian))
	id 17alqU-0003e7-00
	for <submit@bugs.debian.org>; Sat, 03 Aug 2002 01:28:34 +0200
Received: by joerg.localnet (sSMTP sendmail emulation); Sat,  3 Aug 2002 01:24:09 +0200
Date: Sat, 3 Aug 2002 01:24:09 +0200
From: =?iso-8859-1?Q?J=F6rg?= Sommer <joerg@alea.gnuu.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: atftpd died on long files
Message-ID: <20020802232409.GA7764@alea.gnuu.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Reportbug-Version: 1.50
Delivered-To: submit@bugs.debian.org

Package: atftpd
Version: 0.6
Severity: normal

Hi,

I transfer a great file over tftp. The high network traffic causes many
timeouts. But I think atftpd has a bad timeout strategy. If 5 timeouts
occure while a load/send process atftpd quits. But 5 timeouts with a 3MB
file aren't to much.

Or better, let me tell you what's your fault: in
tftp_{receive,send}_file() in tftp_file.c you increase the counter
number_of_timeouts with every timeout. But this doesn't consider that
case of timeouts on every 20th package. It's better to increase the
counter on every timeout and reset (or decrease) it on every received
package. So atftpd only quits if it gets 5 timeouts running and if a
package follows a timeout the counter is reseted as if never a timeout
occured before.

Joerg.

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux joerg 2.4.18 #1 Mit Jul 3 17:41:58 MEST 2002 i586
Locale: LANG=de_DE, LC_CTYPE=de_DE

Versions of packages atftpd depends on:
ii  debconf                       1.0.32     Debian configuration management sy
ii  libc6                         2.2.5-6    GNU C Library: Shared libraries an
ii  libwrap0                      7.6-9      Wietse Venema's TCP wrappers libra
ii  netkit-inetd                  0.10-9     The Internet Superserver

---------------------------------------
Received: (at 155300-close) by bugs.debian.org; 17 Sep 2004 10:54:28 +0000
>From katie@ftp-master.debian.org Fri Sep 17 03:54:28 2004
Return-path: <katie@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 1C8GNo-0001U8-00; Fri, 17 Sep 2004 03:54:28 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1C8GGh-0002OJ-00; Fri, 17 Sep 2004 06:47:07 -0400
From: Ludovic Drolez <ldrolez@debian.org>
To: 155300-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#155300: fixed in atftp 0.7-1
Message-Id: <E1C8GGh-0002OJ-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 17 Sep 2004 06:47:07 -0400
Delivered-To: 155300-close@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: 

Source: atftp
Source-Version: 0.7-1

We believe that the bug you reported is fixed in the latest version of
atftp, which is due to be installed in the Debian FTP archive:

atftp_0.7-1.diff.gz
  to pool/main/a/atftp/atftp_0.7-1.diff.gz
atftp_0.7-1.dsc
  to pool/main/a/atftp/atftp_0.7-1.dsc
atftp_0.7-1_i386.deb
  to pool/main/a/atftp/atftp_0.7-1_i386.deb
atftp_0.7.orig.tar.gz
  to pool/main/a/atftp/atftp_0.7.orig.tar.gz
atftpd_0.7-1_i386.deb
  to pool/main/a/atftp/atftpd_0.7-1_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 155300@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Drolez <ldrolez@debian.org> (supplier of updated atftp 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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 14 Sep 2004 18:50:20 +0200
Source: atftp
Binary: atftpd atftp
Architecture: source i386
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez <ldrolez@debian.org>
Changed-By: Ludovic Drolez <ldrolez@debian.org>
Description: 
 atftp      - Advanced TFTP client
 atftpd     - Advanced TFTP server
Closes: 155300 180461 227258 238196 263221
Changes: 
 atftp (0.7-1) unstable; urgency=low
 .
   * New maintainer. Closes: Bug#227258.
   * New release. Closes: Bug#263221, Bug#155300, Bug#180461, Bug#238196.
Files: 
 74e44865679c3b69d614d88e4baa87a5 615 net optional atftp_0.7-1.dsc
 3b27365772d918050b2251d98a9c7c82 202234 net optional atftp_0.7.orig.tar.gz
 3678b84e6cecdfc1cec48b88d8ab5876 3649 net optional atftp_0.7-1.diff.gz
 e630fb68c8b348ffd1dff31d810f5ca4 27544 net optional atftp_0.7-1_i386.deb
 f57eca2a57cd49d79c587781ce3362f6 63766 net optional atftpd_0.7-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBSruisRlQAP1GppgRAlnyAJ0Yavxkm7hfknQqFYvdaifoFOQfOgCgh21o
rFKlg/ECOZ7Q31FyH7HQqh4=
=9cfT
-----END PGP SIGNATURE-----



Reply to: