Your message dated Mon, 11 Nov 2002 14:03:26 -0600 (CST)
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; 11 Nov 2002 20:03:58 +0000
>From [EMAIL PROTECTED] Mon Nov 11 14:03:57 2002
Return-path: <[EMAIL PROTECTED]>
Received: from boof.brainfood.com (gradall.private.brainfood.com) 
[65.125.64.189] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18BKmq-0004vY-00; Mon, 11 Nov 2002 14:03:56 -0600
Received: from localhost ([127.0.0.1])
        by gradall.private.brainfood.com with esmtp (Exim 3.35 #1 (Debian))
        id 18BKmV-0007zL-00; Mon, 11 Nov 2002 14:03:35 -0600
Date: Mon, 11 Nov 2002 14:03:26 -0600 (CST)
From: Adam Heath <[EMAIL PROTECTED]>
X-X-Sender: <[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
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-8.8 required=5.0
        tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,
              SPAM_PHRASE_01_02,USER_AGENT_PINE
        version=2.41
X-Spam-Level: 

On Mon, 11 Nov 2002, Thomas Koenig wrote:

> 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.

This is because apt doesn't know the size of subsequent files still to come,
as it has not yet gotten a response from the server.

Apt sends multiple requests at once(pipelining), but the responses must come
in the same order.  So, what you want can't be done.

Reply via email to