On Thu, Aug 25, 2016 at 09:19:14PM +0200, Helge Kreutzmann wrote: > I try this, but this gives an endless loop of lines: > Holen:1 http://172.16.18.51:9999/ftp.de.debian.org/debian testing InRelease > [251 kB] > > (after some minutes, the next same line comes up, I left it running > for hours without any visual change). > > In the error.log I see: > Thu Aug 25 21:14:23 2016|info [11546]: return_file > /var/cache/aptproxy/packages/ftp.de.debian.org_debian_dists_testing_InRelease > aborted by timeout at 6631 of 250532 bytes > Thu Aug 25 21:14:27 2016|info [11547]: Warning: libcurl failed for > http://ftp.de.debian.org/debian/dists/testing/InRelease with status Timeout > was reached > Thu Aug 25 21:14:28 2016|info [11573]: ALARM! > /var/cache/aptproxy/packages/ftp.de.debian.org_debian_dists_testing_InRelease > file size mismatch (found 6631, expected 250532). Renaming to > /var/cache/aptproxy/packages/ftp.de.debian.org_debian_dists_testing_InRelease.corrupted.
I am sorry, but I can't reproduce this at all on stable or testing. Let's go back to basics. Could you enable debugging: debug = 1 restart the daemon and then on the apt-cacher box use wget to retrieve a single file: wget http://localhost:9999/ftp.de.debian.org/debian/dists/testing/InRelease If that fails, post the contents of /var/log/apt-cacher/error.log relating to that request. Thanks. Mark