Hi ! apt-proxy works for me when I get stuff from security or non-US, but not from kde.tdyc.com. That's my problem :(
-- Here is what I get when I apt-get update: Hit http://localhost stable/non-US/main Packages Hit http://localhost stable/non-US/main Release Hit http://localhost stable/non-US/contrib Packages Hit http://localhost stable/non-US/contrib Release Hit http://localhost stable/non-US/non-free Packages Hit http://localhost stable/non-US/non-free Release Hit http://localhost stable/updates/main Packages Hit http://localhost stable/updates/main Release Hit http://localhost stable/updates/contrib Packages Hit http://localhost stable/updates/contrib Release Hit http://localhost stable/updates/non-free Packages Hit http://localhost stable/updates/non-free Release Err http://localhost potato/main Packages 404 is a bad symlink debian/dists/ on server Ign http://localhost potato/main Release Err http://localhost potato/crypto Packages 404 is a bad symlink debian/dists/ on server Ign http://localhost potato/crypto Release Failed to fetch http://localhost:9999/kde/dists/potato/main/binary-i386/Packages 404 is a bad symlink debian/dists/ on server Failed to fetch http://localhost:9999/kde/dists/potato/crypto/binary-i386/Packages 404 is a bad symlink debian/dists/ on server Reading Package Lists... Done Building Dependency Tree... Done W: Couldn't stat source package list 'http://localhost potato/main Packages' (/var/state/apt/lists/localhost:9999_kde_dists_potato_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list 'http://localhost potato/crypto Packages' (/var/state/apt/lists/localhost:9999_kde_dists_potato_crypto_binary-i386_Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these missing files E: Some index files failed to download, they have been ignored, or old ones used instead. -- Here is my /etc/apt/sources.list: # Debian 2.2r2 deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-3 (20001207)]/ unstable contrib main non-US/contrib non-US/main deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-2 (20001207)]/ unstable contrib main non-US/contrib non-US/main deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-1 (20001207)]/ unstable contrib main non-US/contrib non-US/main # Non-US stuff (like ssh) deb http://localhost:9999/non-US/ stable/non-US main contrib non-free # Security updates deb http://localhost:9999/security/ stable/updates main contrib non-free # KDE 2 deb http://localhost:9999/kde/ potato main crypto -- Here is my /etc/apt-proxy/apt-proxy.conf #!/bin/sh [...] add_backend /kde/ \ /home/ftp/pub/debian/kde/ \ kde.tdyc.com::kde/ add_backend /security/ \ /home/ftp/pub/debian/security/ \ security.debian.org::debian-security/ add_backend /non-US/ \ /home/ftp/pub/debian/non-US/ \ ftp.fr.debian.org::debian-non-US/ [...] CLEANUP_DAYS=7 CLEAN_SWEEP=90 BACKEND_FREQ=240 KEEP_STATS=1 DEBUG=true There is also more information about my problem (or apt-proxy bug ?) on http://sourceforge.net/tracker/index.php?func=detail&aid=412325&group_id=12078&atid=112078 Thank you for your time. Agt the Walker.