Your message dated Tue, 20 Mar 2001 17:00:38 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#90467: wishlist: mv /var/lib/apt/lists /var/cache/apt
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 Mar 2001 18:33:13 +0000
>From [EMAIL PROTECTED] Tue Mar 20 12:33:13 2001
Return-path: <[EMAIL PROTECTED]>
Received: from pony.its.uwo.ca [129.100.2.63]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14fQwL-0006XC-00; Tue, 20 Mar 2001 12:33:13 -0600
Received: from scratchy (jdc.math.uwo.ca [129.100.75.19])
by pony.its.uwo.ca (8.10.2/8.10.2) with ESMTP id f2KIX1m19555;
Tue, 20 Mar 2001 13:33:01 -0500 (EST)
Received: from jdc by scratchy with local (Exim 3.22 #1 (Debian))
id 14fQrP-0004yc-00; Tue, 20 Mar 2001 13:27:59 -0500
From: Dan Christensen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: wishlist: mv /var/lib/apt/lists /var/cache/apt
X-Reportbug-Version: 1.14
X-Mailer: reportbug 1.14
Date: Tue, 20 Mar 2001 13:27:53 -0500
Message-Id: <[EMAIL PROTECTED]>
Sender: Dan Christensen <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.3
Severity: wishlist
It seems that if the files in /var/lib/apt/lists are deleted, they
will be automatically downloaded again on the next apt-get update.
So I think this qualifies as cached data, the sort of data that one
wouldn't normally bother to backup. Would you consider moving this
directory to /var/cache/apt? I (and I expect many others) exclude
/var/cache from backups by default.
Thanks,
Dan
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scratchy 2.4.1 #1 Fri Feb 2 16:17:53 EST 2001 i686
Versions of packages apt depends on:
ii libc6 2.2.2-1 GNU C Library: Shared libraries an
ii libstdc++2.10-glibc2.2 1:2.95.3-6 The GNU stdc++ library
---------------------------------------
Received: (at 90467-done) by bugs.debian.org; 21 Mar 2001 00:00:40 +0000
>From [EMAIL PROTECTED] Tue Mar 20 18:00:40 2001
Return-path: <[EMAIL PROTECTED]>
Received: from ike-ext.ab.videon.ca [206.75.216.35]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 14fW3L-0006EY-00; Tue, 20 Mar 2001 18:00:40 -0600
Received: (qmail 6854 invoked from network); 21 Mar 2001 00:00:38 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.108.173.63])
(envelope-sender <[EMAIL PROTECTED]>)
by ike-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 21 Mar 2001 00:00:38 -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 14fW3K-0000oN-00; Tue, 20 Mar 2001 17:00:38 -0700
Date: Tue, 20 Mar 2001 17:00:38 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Dan Christensen <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#90467: wishlist: mv /var/lib/apt/lists /var/cache/apt
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 Mar 2001, Dan Christensen wrote:
> It seems that if the files in /var/lib/apt/lists are deleted, they
> will be automatically downloaded again on the next apt-get update.
> So I think this qualifies as cached data, the sort of data that one
This is only true if you are using remote sources, CD sources for
instance do not have this property, and apt will not work correctly
without these files being present.
Jason