Your message dated Thu, 04 Oct 2007 21:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394541: 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
Though this could be somehow related to #334500, it's nevertheless
different and happens in the more recent version.
This bug should reproducible following this sequence.
After installing and configuring apt-cacher on an etch box (hostnamed
myserver in that exemple) with locale set to fr_FR.utf8, run :
myserver $ cp /var/cache/apt/archives/*.deb /var/cache/apt-cacher/import
then
myserver $ /usr/share/apt-cacher/apt-cacher-import.pl
No import directory specified as the first argument, using
/var/cache/apt-cacher/import
[.. snip ..]
Importing: openoffice.org-base_2.0.4~rc3-1_i386.deb
Importing: openoffice.org-calc_2.0.4~rc3-1_i386.deb
Importing: openoffice.org-common_2.0.4~rc3-1_all.deb
Importing: openoffice.org-core_2.0.4~rc3-1_i386.deb
Importing: openoffice.org-draw_2.0.4~rc3-1_i386.deb
Importing: openoffice.org-help-fr_2.0.4~rc3-1_all.deb
Importing: openoffice.org-impress_2.0.4~rc3-1_i386.deb
Importing: openoffice.org-java-common_2.0.4~rc3-1_all.deb
Importing: openoffice.org-kde_2.0.4~rc3-1_i386.deb
Importing: openoffice.org-l10n-fr_2.0.4~rc3-1_all.deb
Importing: openoffice.org-math_2.0.4~rc3-1_i386.deb
Importing: openoffice.org-writer_2.0.4~rc3-1_i386.deb
Importing: openoffice.org_2.0.4~rc3-1_i386.deb
.....
Please note the ~ in openoffice package names.
Now (from now on I only take one file for sake of simplicity though the
problem happened here with every ~ files) :
myserver $ ls /var/cache/apt-cacher/packages/openoffice.org-help*
/var/cache/apt-cacher/packages/openoffice.org-help-fr_2.0.4~rc3-1_all.deb
Then, from another box (etch too, fr_FR.utf8 too, this one named
myclient) configured to use the apt-cacher server, run :
myclient $ apt-get install openoffice.org-help-fr
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Les NOUVEAUX paquets suivants seront installés :
openoffice.org-help-fr
0 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 11,9Mo dans les archives.
Après dépaquetage, 25,7Mo d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://myserver testing/main openoffice.org-help-fr
2.0.4~rc3-1 [11,9MB]
11,9Mo réceptionnés en 2m29s (79,4ko/s)
Sélection du paquet openoffice.org-help-fr précédemment désélectionné.
(Lecture de la base de données... 211884 fichiers et répertoires déjà
installés.)
Dépaquetage de openoffice.org-help-fr (à partir de
.../openoffice.org-help-fr_2.0.4~rc3-1_all.deb) ...
Paramétrage de openoffice.org-help-fr (2.0.4~rc3-1) ...
Though both machines are on the same switch, note the download rate :
the package undoubtedly came through the dsl connection and that was
confirmed by a tcpdump. Now, let's have a look at the apt-cacher archive
now :
myserver $ ls /var/cache/apt-cacher/packages/openoffice.org-help*
/var/cache/apt-cacher/packages/openoffice.org-help-fr_2.0.4%7erc3-1_all.deb
/var/cache/apt-cacher/packages/openoffice.org-help-fr_2.0.4~rc3-1_all.deb
7e is certainly the correct ascii code for ~, but...
I don't know what should be the correct spelling for the filenames
(though it should probably be the one with the "true" tilde rather than
the url-encoded value) but it should be consistent whatever the way
apt-cacher get the file in into its archive : script imported or through
a client request.
If I proceed, then, by removing the file and apt-cleaning the client
then regetting it, the download is 1 second long as one should expect
for a home network.
Or else, what did I do wrong ?
In case it helps, on both boxes :
$ dpkg -s libc6 | grep ^Version
Version: 2.3.6.ds1-4
$ dpkg -s perl | grep ^Version
Version: 5.8.8-6.1
Cheers,
phep
--- 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 ---