Hallo ich m�chte apt-proxy verwenden, habe es installiert. Anf�nglich hatte ich die �blichen Problem, bis auf ein Problem konnte ich die jedoch beseitigen.
Auf dem Rechner l�uft debian woody, er l�uft hinter einem paketfilter (iptables). ,----[sources.list] | deb http://192.168.100.11:9999/debian woody main contrib non-free | deb http://192.168.100.11:9999/non-US woody/non-US main contrib non-free | deb http://192.168.100.11:9999/security woody/updates main `---- Es funktioniert nur der erste Eintrag nicht, f�r den zweiten und dritten werden die n�tigen Dateien geholt und auch gespeichert, Platz ist genug vorhanden. ,----[ apt-proxy.conf ] | APT_PROXY_CACHE=/base/apt-proxy | add_backend /debian/ \ | $APT_PROXY_CACHE/debian/ \ | http://ftp.de.debian.org/debian/ \ | http://ftp2.de.debian.org/debian/ | add_backend /non-US/ \ | $APT_PROXY_CACHE/non-US/ \ | http://ftp.de.debian.org/debian-non-US/ \ | http://ftp2.de.debian.org/debian-non-US/ | add_backend /security/ \ | $APT_PROXY_CACHE/security/ \ | http://security.debian.org/ | CLEANUP_DAYS=60 | MAX_VERSIONS=3 | BACKEND_FREQ=60 | RSYNC_TIMEOUT=30 | WGET_TIMEOUT=30 | WGET="wget --passive-ftp" | KEEP_STATS=1 `---- ,----[ kurzer Ausschnitt aus der Logdatei ] | /etc/apt-proxy/apt-proxy.conf: http://ftp.de.debian.org/debian/: not found | /etc/apt-proxy/apt-proxy.conf: http://ftp.de.debian.org/debian/: not found | [23471 12:25:06] Sam Aug 7 12:25:06 CEST 2004 Request /debian/dists/woody/main/binary-i386/Packag | es.gz | [23472 12:25:06] Sam Aug 7 12:25:06 CEST 2004 Request /debian/dists/woody/main/binary-i386/Releas | e | [23471 12:25:07] Bad URL /dists/woody/main directory does not exist on any server | [23472 12:25:07] Bad URL /dists/woody/main directory does not exist on any server |`---- Demnach w�re "http://ftp.de.debian.org/debian/" nicht erreichbar, das stimmt aber nicht. Ich kann die URL mit dem Browser aufrufen, btw. ist "wget http://ftp.de.debian.org/debian/dists/stable/Contents-i386.gz" erfolgreich. Was habe ich �bersehen? -- bis dann joerg ... powered by debian GNU/Linux http://www.arlandt.de -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

