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

Bug#94342: marked as done (apt-get loads 2000K when the package is 150K (for example))



Your message dated Wed, 18 Apr 2001 17:19:30 -0600 (MDT)
with message-id <Pine.LNX.3.96.1010418171618.9312A-100000@wakko.deltatee.com>
and subject line Bug#94342: apt-get loads 2000K when the package is 150K (for example)
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 18 Apr 2001 08:50:01 +0000
>From juergen.erhard@gmx.net Wed Apr 18 03:50:01 2001
Return-path: <juergen.erhard@gmx.net>
Received: from fbgdi6-145-253-171-051.arcor-ip.net (wanderer.local) [145.253.171.51] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14pnet-0005Is-00; Wed, 18 Apr 2001 03:50:00 -0500
Received: from jae by wanderer.local with local (Exim 3.22 #1 (Debian))
	id 14pne1-00073a-00; Wed, 18 Apr 2001 10:49:01 +0200
From: "Jürgen A. Erhard" <juergen.erhard@gmx.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt-get loads 2000K when the package is 150K (for example)
X-Reportbug-Version: 1.14
X-Mailer: reportbug 1.14
Date: Wed, 18 Apr 2001 10:49:01 +0200
Message-Id: <E14pne1-00073a-00@wanderer.local>
Sender: =?iso-8859-1?Q?J=FCrgen_A=2E_Erhard?= <jae@ilk.de>
Delivered-To: submit@bugs.debian.org

Package: apt
Version: 0.5.3
Severity: important

Multiple times now when doing apt-get -duy upgrade
(>100M in total), it said

Get:N ....... VERSION [156kB]

and then proceeded to fetch mutch more than that, showing s.th. like

[N blah 757342/1507kB]

This doesn't happen right away... that also means, if I stop apt-get with an
INT, and restart, it shows the correct download stats.

It only happens after a couple of pkgs have been downloaded...

I wish I could give more info, but unfortunately it seems to be pretty
indeterminate.

There are no *.FAILED pkgs in /var/cache/apt/archives from this... the
packages just vanish on interrupting apt-get, it seems (so on restart it
fetches again from the beginning)

Being on a 33.6 modem line, this is really annoying, as it *really* fetches
stuff... though since it happens to fetch more than the server should give
it, this should be impossible, right?

Guess I'm gonna watch which servers it happens on... could be (or should be,
as the Get:N line seems to get its info from the Packages file whereas the
progress report seems to come from the HTTP transfer (right?))

(If this persists... well, apt-get apparently should check the info gotten
from the server against the info it has.  Maybe the first N bytes *are*
the correct pkg...)

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux wanderer 2.2.19-wanderer #2 Mon Mar 26 16:20:48 CEST 2001 i686

Versions of packages apt depends on:
ii  libc6                  2.2.2-4           GNU C Library: Shared libraries an
ii  libstdc++2.10-glibc2.2 1:2.95.4-0.010407 The GNU stdc++ library            


---------------------------------------
Received: (at 94342-done) by bugs.debian.org; 18 Apr 2001 23:19:33 +0000
>From jgg@debian.org Wed Apr 18 18:19:32 2001
Return-path: <jgg@debian.org>
Received: from ike-ext.ab.videon.ca [206.75.216.35] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 14q1ES-0006y0-00; Wed, 18 Apr 2001 18:19:32 -0500
Received: (qmail 11777 invoked from network); 18 Apr 2001 23:19:31 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.108.173.63]) (envelope-sender <jgg@debian.org>)
          by ike-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
          for <juergen.erhard@gmx.net>; 18 Apr 2001 23:19:31 -0000
Received: from localhost
	([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
	by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
	id 14q1EQ-0002QS-00; Wed, 18 Apr 2001 17:19:30 -0600
Date: Wed, 18 Apr 2001 17:19:30 -0600 (MDT)
From: Jason Gunthorpe <jgg@debian.org>
X-Sender: jgg@wakko.deltatee.com
Reply-To: Jason Gunthorpe <jgg@debian.org>
To: =?iso-8859-1?Q?J=FCrgen_A=2E_Erhard?= <juergen.erhard@gmx.net>, 
    94342-done@bugs.debian.org
cc: APT Development Team <deity@lists.debian.org>
Subject: Re: Bug#94342: apt-get loads 2000K when the package is 150K (for example)
In-Reply-To: <E14pne1-00073a-00@wanderer.local>
Message-ID: <Pine.LNX.3.96.1010418171618.9312A-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=iso-8859-1
Content-Transfer-Encoding: QUOTED-PRINTABLE
Delivered-To: 94342-done@bugs.debian.org


On Wed, 18 Apr 2001, J=FCrgen A. Erhard wrote:
>=20
> Get:N ....... VERSION [156kB]
>=20
> and then proceeded to fetch mutch more than that, showing s.th. like
=20
> [N blah 757342/1507kB]

This is a problem with your server, it happens when it reports a file size
that is different from the one in the package file.
=20
> There are no *.FAILED pkgs in /var/cache/apt/archives from this... the
> packages just vanish on interrupting apt-get, it seems (so on restart it
> fetches again from the beginning)

Why would there be? APT does not use a .FAILED extension. Check in the
partial sub directory.
=20
> Being on a 33.6 modem line, this is really annoying, as it *really* fetch=
es
> stuff... though since it happens to fetch more than the server should giv=
e
> it, this should be impossible, right?

Yes, and thats why it is a problem with the server, or a proxy

Jason




Reply to: