Your message dated Tue, 20 Jun 2000 19:20:30 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#65951: apt; apt-get size mismatch error.
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; 20 Jun 2000 11:16:34 +0000
>From [EMAIL PROTECTED] Tue Jun 20 06:16:34 2000
Return-path: <[EMAIL PROTECTED]>
Received: from vegemite.chem.nott.ac.uk (vegemite.chem.nottingham.ac.uk)
[128.243.125.240]
by master.debian.org with esmtp (Exim 3.12 2 (Debian))
id 134M1B-0007il-00; Tue, 20 Jun 2000 06:16:33 -0500
Received: by vegemite.chem.nottingham.ac.uk
via sendmail from stdin
id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102)
for [EMAIL PROTECTED]; Tue, 20 Jun 2000 12:13:53 +0100 (BST)
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 20 Jun 2000 12:13:53 +0100 (BST)
From: Matt Hodges <[EMAIL PROTECTED]>
To: Debian GNU/Linux bug list <[EMAIL PROTECTED]>
Subject: apt; apt-get size mismatch error.
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.3.19
Severity: normal
Occasionally when using apt-get, the command to upgrade has to be
issued twice due to a warning about a size mismatch.
First invocation:
----------------------------------------------------------------------
vegemite:/home/matt# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back
apt-move aspell
5 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 219kB of archives. After unpacking 256kB will be freed.
Do you want to continue? [Y/n]
Get:1 http://www.mirror.ac.uk woody/main finger 0.16-1 [17.6kB]
Get:2 http://www.mirror.ac.uk woody/main aalib1 1.2-29 [44.6kB]
Get:3 http://www.mirror.ac.uk woody/main esound 0.2.18-3 [49.5kB]
Get:4 http://www.mirror.ac.uk woody/main esound-common 0.2.18-3 [72.0kB]
Get:5 http://www.mirror.ac.uk woody/main libesd0 0.2.18-3 [35.5kB]
Fetched 147kB in 7s (19.8kB/s)
Failed to fetch
http://www.mirror.ac.uk/sites/ftp.debian.org/debian/dists/unstable/main/binary-i386/sound/esound-common_0.2.18-3.deb
Size mismatch
E: Unable to fetch some archives, maybe try with --fix-missing?
----------------------------------------------------------------------
Second invocation:
----------------------------------------------------------------------
vegemite:/home/matt# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages have been kept back
apt-move aspell
5 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 72.0kB/219kB of archives. After unpacking 256kB will be freed.
Do you want to continue? [Y/n]
Get:1 http://www.mirror.ac.uk woody/main esound-common 0.2.18-3 [72.0kB]
Fetched 1B in 1s (1B/s)
Configuring packages ...
(Reading database ... 48716 files and directories currently installed.)
----------------------------------------------------------------------
-- System Information
Debian Release: 2.2
Kernel Version: Linux vegemite 2.2.13 #6 Sat Dec 18 16:16:10 GMT 1999 i686
unknown
Versions of the packages apt depends on:
ii libc6 2.1.3-10 GNU C Library: Shared libraries and Timezone
ii libstdc++2.10 2.95.2-12 The GNU stdc++ library
---------------------------------------
Received: (at 65951-done) by bugs.debian.org; 21 Jun 2000 01:19:57 +0000
>From [EMAIL PROTECTED] Tue Jun 20 20:19:56 2000
Return-path: <[EMAIL PROTECTED]>
Received: from edtnes04.telus.net (priv-edtnes04-hme0.telusplanet.net)
[199.185.220.104]
by master.debian.org with esmtp (Exim 3.12 2 (Debian))
id 134ZBM-0001K9-00; Tue, 20 Jun 2000 20:19:56 -0500
Received: from wakko.deltatee.com ([209.115.197.73])
by priv-edtnes04-hme0.telusplanet.net
(InterMail vM.4.01.02.11 201-229-116-111) with ESMTP
id <[EMAIL PROTECTED]>;
Tue, 20 Jun 2000 19:19:55 -0600
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
by wakko.deltatee.com with smtp (Exim 2.11 #1)
id 134ZBv-00005O-00 (Debian); Tue, 20 Jun 2000 19:20:31 -0600
Date: Tue, 20 Jun 2000 19:20:30 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
Reply-To: Jason Gunthorpe <[EMAIL PROTECTED]>
To: Matt Hodges <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#65951: apt; apt-get size mismatch error.
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Tue, 20 Jun 2000, Matt Hodges wrote:
> Occasionally when using apt-get, the command to upgrade has to be
> issued twice due to a warning about a size mismatch.
It isn't a warning, it is an error. The size of the file on the server
does not match the expected size in the package file. It might also be an
odd server/proxy bug.
You could be getting unlucky and fetching it while it is still being
mirrored, but that would be a one in a million chance :>
Jason