Daniel Kleine-Albers wrote:
Hallo,in usr/share/doc/apt/ gibt es ein Konfigurationsfile, das alle Einstellungen enthält, die in der apt.conf möglich sind.Ich glaube es war: Acquire::HTTP::Proxy "http://yourproxy:port"; - da bin ich mir aber nicht ganz sicher. Hope it helps, Daniel
Acquire
{
Retries "3";
// HTTP method configuration
http
{
Proxy "http://<squid-kiste>:3128";
Timeout "60";
}
}
Funktioniert definitiv. Die Environment-Variable "http_proxy"
hat aber glaube ich Vorrang ...
Gruß,
ab