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

Bug#63124: marked as done (apt-get isn't getting new Package lists)



Your message dated Thu, 27 Apr 2000 01:46:05 -0600 (MDT)
with message-id <[🔎] Pine.LNX.3.96.1000427014357.653V-100000@wakko.deltatee.com>
and subject line Bug#63124: apt-get isn't getting new Package lists
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; 27 Apr 2000 06:58:11 +0000
Received: (qmail 13577 invoked from network); 27 Apr 2000 06:58:10 -0000
Received: from topic-gw2.topic.com.au (HELO mailhost.topic.com.au) (somebody@203.37.31.2)
  by master.debian.org with SMTP; 27 Apr 2000 06:58:10 -0000
Received: from mh.dropbear.id.au (ext-gw2.ext.tsa [192.168.11.2])
	by mailhost.topic.com.au (Postfix) with ESMTP id 6FEF586A6
	for <submit@bugs.debian.org>; Thu, 27 Apr 2000 16:57:32 +1000 (EST)
Received: by mh.dropbear.id.au (Postfix, from userid 1000)
	id 640B69FCC7; Thu, 27 Apr 2000 16:57:14 +1000 (EST)
Date: Thu, 27 Apr 2000 16:57:14 +1000
From: Matthew Hawkins <matthew@topic.com.au>
To: submit@bugs.debian.org
Subject: apt-get isn't getting new Package lists
Message-ID: <[🔎] 20000427165714.B565@matty.tsa>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.1.12i
Sender: matt@mh.dropbear.id.au


Package: apt
Version: 0.3.18

apt-get is taking random, indeterminate periods of time to update the
local Package lists.

Debian package mirror, in woody/main/binary-i386:
-rw-r--r--    1 aptp     aptp      3197648 Apr 27 05:42 Packages

Local system after apt-get update:
-rw-r--r--    1 root     root      3192837 Apr 27 10:51 /var/state/apt/lists/debian.topic.com.au_dists_unstable_main_binary-i386_Packages

Notice the small size discrepency - that's today's packages, which apt
has not retrieved.  I have tried deleting the files in
/var/state/apt/lists/ (which worked yesterday) but to no avail today.

I have no http_proxy env. var. set but apt.conf is setup such:

Acquire
{
  http
    {
        Proxy::debian.topic.com.au "DIRECT";
	Proxy "http://proxy.tsa:8080";;
    };
};

so that for the local package mirror it goes direct, and everything else
it hits the proxy server for.  I've checked the proxy access logs and it
is only being hit for the non-local entries in sources.list.

sources.list reads:

deb http://debian.topic.com.au/ unstable main contrib non-free non-US/main non-US/contrib non-US/non-free
deb http://www.rcpt.to/ pending main
deb http://marillat.free.fr/ unstable main
deb-src http://marillat.free.fr/ unstable main
deb-src http://ftp.au.debian.org/linux/debian unstable main contrib non-free
deb-src http://ftp.au.debian.org/linux/debian-non-US unstable/non-US main contrib non-free

-- 
Matt
---------------------------------------
Received: (at 63124-done) by bugs.debian.org; 27 Apr 2000 07:46:56 +0000
Received: (qmail 21175 invoked from network); 27 Apr 2000 07:46:56 -0000
Received: from pilsener.srv.ualberta.ca (129.128.5.19)
  by master.debian.org with SMTP; 27 Apr 2000 07:46:56 -0000
Received: from wakko.deltatee.com (async15-6.remote.ualberta.ca [129.128.238.239])
	by pilsener.srv.ualberta.ca (8.9.3/8.9.3) with ESMTP id BAA23086;
	Thu, 27 Apr 2000 01:46:11 -0600 (MDT)
Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg)
	by wakko.deltatee.com with smtp (Exim 2.11 #1)
	id 12kizu-0001gA-00 (Debian); Thu, 27 Apr 2000 01:46:06 -0600
Date: Thu, 27 Apr 2000 01:46:05 -0600 (MDT)
From: Jason Gunthorpe <jgg@ualberta.ca>
X-Sender: jgg@wakko.deltatee.com
To: Matthew Hawkins <matthew@topic.com.au>, 63124-done@bugs.debian.org
cc: APT Development Team <deity@lists.debian.org>
Subject: Re: Bug#63124: apt-get isn't getting new Package lists
In-Reply-To: <[🔎] 20000427165714.B565@matty.tsa>
Message-ID: <[🔎] Pine.LNX.3.96.1000427014357.653V-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


On Thu, 27 Apr 2000, Matthew Hawkins wrote:

> apt-get is taking random, indeterminate periods of time to update the
> local Package lists.
> 
> Debian package mirror, in woody/main/binary-i386:
> -rw-r--r--    1 aptp     aptp      3197648 Apr 27 05:42 Packages
> 
> Local system after apt-get update:
> -rw-r--r--    1 root     root      3192837 Apr 27 10:51 /var/state/apt/lists/debian.topic.com.au_dists_unstable_main_binary-i386_Packages

Sounds to me like your mirror is messed up, APT downloads the .gz files,
not the uncompressed ones so you should be looking at that.

Certianly, it is not possible for APT to create a package file out of thin
air that is yesterdays, whatever is on your mirror is what it is going to
download.

Jason


Reply to: