Your message dated Wed, 13 Nov 2002 23:21:49 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#168710: apt: Download time for apt-get update is based on
current file only
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; 11 Nov 2002 19:42:33 +0000
>From [EMAIL PROTECTED] Mon Nov 11 13:42:32 2002
Return-path: <[EMAIL PROTECTED]>
Received: from moutvdom.kundenserver.de [195.20.224.131]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18BKS8-0003Kv-00; Mon, 11 Nov 2002 13:42:32 -0600
Received: from [212.227.126.223] (helo=mrvdomng.kundenserver.de)
by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1)
id 18BKS6-0001ov-00
for [EMAIL PROTECTED]; Mon, 11 Nov 2002 20:42:30 +0100
Received: from [217.2.138.246] (helo=meiner)
by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1)
id 18BKS6-0002TN-00; Mon, 11 Nov 2002 20:42:30 +0100
Received: from ig25 by meiner with local (Exim 3.36 #1 (Debian))
id 18BKTs-0000Qz-00; Mon, 11 Nov 2002 20:44:20 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Thomas Koenig <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt: Download time for apt-get update is based on current file only
X-Mailer: reportbug 2.9
Date: Mon, 11 Nov 2002 20:44:20 +0100
Message-Id: <[EMAIL PROTECTED]>
Sender: Thomas Koenig <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.6 required=5.0
tests=SPAM_PHRASE_00_01
version=2.41
X-Spam-Level:
Package: apt
Version: 0.5.4
Severity: minor
When doing an "apt-get update", the estimator is pretty wildly off
because it only takes the file that's currently being downloaded
into account. This looks like this:
Hit ftp://non-us.debian.org unstable/non-US/non-free Sources
Get:6 ftp://non-us.debian.org unstable/non-US/non-free Release [95B]
Get:7 ftp://ftp.debian.org unstable/main Packages [2244kB]
99% [7 Packages 2235814/2244kB 99%] 6460B/s 1s
... with the sources lists still in need for a download.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux meiner 2.4.18 #4 Mon Jun 17 20:14:20 CEST 2002 i686
Locale: LANG=C, [EMAIL PROTECTED]
Versions of packages apt depends on:
ii libc6 2.3.1-3 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.4-12 The GNU stdc++ library
-- no debconf information
---------------------------------------
Received: (at 168710-done) by bugs.debian.org; 14 Nov 2002 07:17:32 +0000
>From [EMAIL PROTECTED] Thu Nov 14 01:17:32 2002
Return-path: <[EMAIL PROTECTED]>
Received: from gandalf.tausq.org (pippin.tausq.org) [64.81.244.94]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18CEFo-0006hP-00; Thu, 14 Nov 2002 01:17:32 -0600
Received: by pippin.tausq.org (Postfix, from userid 1000)
id 2DF89CDB18; Wed, 13 Nov 2002 23:21:49 -0800 (PST)
Date: Wed, 13 Nov 2002 23:21:49 -0800
From: Randolph Chung <[EMAIL PROTECTED]>
To: Thomas Koenig <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Subject: Re: Bug#168710: apt: Download time for apt-get update is based on
current file only
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Randolph Chung <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.4i
X-PGP: for PGP key, see http://www.tausq.org/pgp.txt
X-GPG: for GPG key, see http://www.tausq.org/gpg.txt
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-13.4 required=5.0
tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01,
USER_AGENT,USER_AGENT_MUTT
version=2.41
X-Spam-Level:
> That is _very_ strange.
>
> >From my ISDN connection, downloading the binary Packages file
> takes about five minutes.
>
> Do you mean that the server never responds to the size file query
> for the source Packages file for five minutes?
it's quite possible, if the server is pipelining the requests/replies
on one connection, then you will not start receiving info about the
second file until the first one is done.
randolph