Your message dated Thu, 04 Oct 2007 21:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#412743: fixed in apt-cacher 1.5.5
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)
--- Begin Message ---
Package: apt-cacher
Version: 1.5-3
Severity: normal
I have a firewall with apt-cacher installed
I run update:
[EMAIL PROTECTED]:/# apt-get update
Get:1 http://localhost etch Release.gpg [189B]
Get:2 http://localhost etch/updates Release.gpg [189B]
Get:3 http://localhost etch Release [74.4kB]
Get:4 http://localhost etch/updates Release [24.3kB]
Get:5 http://localhost etch/main Packages [4296kB]
Get:6 http://localhost etch/contrib Packages [57.8kB]
Get:7 http://localhost etch/non-free Packages [83.8kB]
Fetched 4545kB in 16s (270kB/s)
Reading package lists... Done
try a dist-upgrade:
[EMAIL PROTECTED]:/# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade... Done
The following packages will be upgraded:
libldap2
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 151kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://localhost etch/main libldap2 2.1.30-13.3 [151kB]
Fetched 152kB in 0s (4609kB/s)
Failed to fetch
http://localhost:3142/ftp.nl.debian.org/debian/pool/main/o/openldap2/libldap2_2.1.30-13.3_i386.deb
Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with
--fix-missing?
It fails:
I edit the /etc/apt/sources.list and remove the caching piece:
eg:
deb http://localhost:3142/ftp.nl.debian.org/debian/ etch main contrib non-free
becomes
deb http://ftp.nl.debian.org/debian/ etch main contrib non-free
I run update again:
[EMAIL PROTECTED]:/# apt-get update
Get:1 http://ftp.nl.debian.org etch Release.gpg [189B]
Hit http://ftp.nl.debian.org etch Release
Get:2 http://ftp.nl.debian.org etch/main Packages/DiffIndex [2038B]
Get:3 http://localhost etch/updates Release.gpg [189B]
Get:4 http://ftp.nl.debian.org etch/contrib Packages/DiffIndex [2023B]
Get:5 http://ftp.nl.debian.org etch/non-free Packages/DiffIndex [2023B]
Fetched 38.1kB in 3s (9861B/s)
Reading package lists... Done
and this time the upgrade works as expected.
I can reproduce this on several machines under my control.
[EMAIL PROTECTED]:/# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade... Done
The following packages will be upgraded:
libldap2
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 151kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://ftp.nl.debian.org etch/main libldap2 2.1.30-13.3 [151kB]
Fetched 151kB in 0s (527kB/s)
(Reading database ... 30761 files and directories currently installed.)
Preparing to replace libldap2 2.1.30-13.2 (using
.../libldap2_2.1.30-13.3_i386.deb) ...
Unpacking replacement libldap2 ...
Replaced by files in installed package libldap-2.3-0 ...
Setting up libldap2 (2.1.30-13.3) ...
apt-cacher fetches the .deb file from the same archive. no corruption there.
Must be something with apt-cacher itself.
Danny
--- End Message ---
--- Begin Message ---
Source: apt-cacher
Source-Version: 1.5.5
We believe that the bug you reported is fixed in the latest version of
apt-cacher, which is due to be installed in the Debian FTP archive:
apt-cacher_1.5.5.dsc
to pool/main/a/apt-cacher/apt-cacher_1.5.5.dsc
apt-cacher_1.5.5.tar.gz
to pool/main/a/apt-cacher/apt-cacher_1.5.5.tar.gz
apt-cacher_1.5.5_all.deb
to pool/main/a/apt-cacher/apt-cacher_1.5.5_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mark Hindley <[EMAIL PROTECTED]> (supplier of updated apt-cacher package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 03 Oct 2007 08:59:54 +0100
Source: apt-cacher
Binary: apt-cacher
Architecture: source all
Version: 1.5.5
Distribution: unstable
Urgency: low
Maintainer: Mark Hindley <[EMAIL PROTECTED]>
Changed-By: Mark Hindley <[EMAIL PROTECTED]>
Description:
apt-cacher - Caching proxy for Debian package and source files
Closes: 322299 354925 355157 355160 364361 364904 365507 366348 366624 366648
370453 373280 383480 384210 387449 390585 394541 410920 412743 413391 414156
415398 428131 442800 444677
Changes:
apt-cacher (1.5.5) unstable; urgency=low
.
* Make apt-cacher-report.pl more tolerant of logfile corruption. Thanks
to Olaf Scholz for patch (closes: #366348, #444677)
* Don't change /etc/apache/httpd.conf if no apt-cacher config found.
* Move shared install/remove code to apt-cacher-lib.
* Add link to /usr/lib/cgi-bin for non-apache httpd servers.
* README.Debian: suggest workaround to cache for both Ubuntu and Debian
distributions (closes: #354925, #366624, #415398)
* Check for Host header in HTTP/1.1 request.
* Respect no-cache directives in request and pass through to upstream.
* apt-cacher-format-transition: Remove accept \r\n in headers on import
(closes: #355157). Add informational messages.
* Keep command-line options on config reload (SIGHUP).
* Differentiate between absolute URIs. Can be HTTP 1.1 proxy or HTTP 1.3. See
rfc2616. (closes: 387449, #413391)
* Handle SIGUSR1 to toggle debug ouput.
* Fix man page CGI mode prefix.
* Control checksumming with config option checksum
* Lists in config file are delimited by ',' or ';'
* Check installation directories and logfiles on startup. Recreate if
necessary (closes: #370453)
* No default http_proxy and http_proxy_auth.
* Support vmlinuz and initrd.gz files for Debian-live.
* Significant rewrite of manpage. (closes: #442800, #364361)
* Restart after rotating logfiles (closes: #414156, #390585)
* apt-cache-report: run as user:group from config file (closes: #383480)
* Actually support rate limit suffixes as specified in man page (closes:
#410920)
* Return Connection: close even if keep-alive requested for 404 error
(closes: #322299, #384210)
* Rationalise example usage in usage_error. Use Sys::Hostname to build
the example. Configfile example_sources_line is no longer
used. (closes: #365507)
* Dynamically generate configuration info in usage_error.
* Check size of cached files. Warn and refresh is mismatch
(closes: #373280, #412743, #366648)
* Add support for index.db-*.gz files as used by apt-listbugs. (closes:
#364904)
* Decode ascii hex codes in URL. (closes: #394541)
* Add support for Translation-*.bz2 files.
* Rationalise locking in apt-cacher-cleanup. Based on patch from Adrian
Bridgett (closes: 428131)
* apt-cacher-import: check return of rename and die with helpful error
message if it fails. (closes: #355160)
Files:
6033a6fa812b775f6eadba6acf64c7cc 615 net optional apt-cacher_1.5.5.dsc
398660b2e00cc4b07df2e528af6755fc 87550 net optional apt-cacher_1.5.5.tar.gz
f739f6aa7a0e86482f32fead78cf25a5 67408 net optional apt-cacher_1.5.5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHBVJU4QZIHu3wCMURAhyTAJ4xeOFvC4O2XYdIS4BR5s8h6lr3UACfYkGe
NtEmObW9gERT+PwByIXpCWY=
=VLsF
-----END PGP SIGNATURE-----
--- End Message ---