From: Christian K. <ch...@ck...> - 2005-04-09 12:21:26
|
Hello, [please CC: me, I'm not on this list] I started using 1.9.17 on Debian Sarge and later have updated to version 1.9.28. I used apt-proxy-import to include 5 GB of deb files. Apt-proxy works so far and saves me traffic. Thanks! But cache cleaning does not work. In my config I have --->--->--- cleanup_freq = 2h max_age = off max_versions = 2 dynamic_backends = off ---<---<--- and in my log: 2005/04/09 13:52 CEST [-] [debug] Doing periodic cleaning up 2005/04/09 13:52 CEST [-] [debug] Periodic cleaning done There are a lot multiple package versions in the cache, but from du I can say, it does not delete any of them. For instance: karl:/var/cache/apt-proxy# ls -l debian/pool/main/e/exim/ total 2994 -rw-r--r-- 1 aptproxy root 758074 May 6 2004 exim_3.36-11_i386.deb -rw-r--r-- 1 aptproxy root 757532 Jan 9 13:32 exim_3.36-13_i386.deb -rw-r--r-- 1 aptproxy root 758742 Mar 3 23:02 exim_3.36-14_i386.deb -rw-r--r-- 1 aptproxy root 781630 Dec 11 2003 exim_3.36-9.1_i386.deb karl:/var/cache/apt-proxy# ls -l --time=atime debian/pool/main/e/exim/ total 2994 -rw-r--r-- 1 aptproxy root 758074 May 6 2004 exim_3.36-11_i386.deb -rw-r--r-- 1 aptproxy root 757532 Jan 9 13:32 exim_3.36-13_i386.deb -rw-r--r-- 1 aptproxy root 758742 Mar 3 23:02 exim_3.36-14_i386.deb -rw-r--r-- 1 aptproxy root 781630 Dec 11 2003 exim_3.36-9.1_i386.deb (Rem: I had to use a backup at some point and correct the atimes manually) From my understanding, it should only keep 2 versions of them and delete the others. What's wrong here? Christian -- Christian Knoke * * * http://cknoke.de * * * * * * * * * Ceterum censeo Microsoft esse dividendum. |