Ich hab sowas in meinen apt.conf:
Acquire { http { Proxy "http://mein-proxy:3128/"; Proxy::ftp.de.debian.org "DIRECT"; }
}
Man kann das IMHO aber auch so schreiben: Acquire::http::Proxy "http://...."; Acquire::http::Proxy::ftp.de.debian.org "DIRECT";
Ich will es aber eben nicht direkt sondern über den Proxy holen um schneller mehrere Rechner (3) mit den updates zu versorgen. Zumindest zu Hause ist das sinnvoll.
Folgendes:
# export http_proxy=rncmm1:3128 # apt-get update Failed to fetch http://security.debian.org/dists/stable/updates/contrib/binary-i386/Release Cannot initiate the connection to 3128 (0.0.12.56). - connect (22 Invalid argument)
Er interpretiert den Inhalt von $http_proxy also anders, als es beispielsweise wget tut. wget funktioniert in dem Moment.
# export http_proxy=http://rncmm1:3128 # apt-get update *klappt über den proxy* # wget ... *geht auch noch*
Also laß ich es erstmal so. Mal sehen, ob es dafür an einer anderen Stelle klemmt :)
Reinhard
Reinhard