Hi, why is it not posible to install KDE from kde.tdyc.com over apt-proxy? My configuration of apt-proxy
,----[ apt-proxy.conf ] | add_backend /security/ \ | /var/cache/apt-proxy/pub/mirrors/debian/security/ \ | security.debian.org::debian-security/ \ | ftp.uni-marburg.de::mirror/debian-security/ \ | | add_backend /non-US/ \ | /var/cache/apt-proxy/pub/mirrors/debian/non-US/ \ | ftp.de.debian.org::debian-non-US/ \ | | add_backend /debian/ \ | /var/cache/apt-proxy/pub/mirrors/debian/debian/ \ | ftp.de.debian.org::debian/ \ | ftp.debian.org::debian/ \ | | add_backend /kde/ \ | /var/cache/apt-proxy/pub/mirrors/debian/kde/ \ | kde.tdyc.com::debian/ \ | | CLEANUP_DAYS=7 | CLEAN_SWEEP=30 | BACKEND_FREQ=240 | KEEP_STATS=1 | DEBUG=true `---- If i try to update my paket-list: ,----[ apt ] | Err http://server potato/main Packages | 404 directory does not exist on any server | Ign http://server potato/main Release | Err http://server potato/optional Packages | 404 directory does not exist on any server | Ign http://server potato/optional Release | Err http://server potato/qt1apps Packages | 404 directory does not exist on any server | Ign http://server potato/qt1apps Release `---- Where is the problem? TIA Jonny

