








Did you set your proxy in /etc/apt/apt.conf? This is where you need to set it for command line apt. You should see an example line in that conf file and you would set it to something like:
Proxy "http://user:password@yourserver.yourdomain.com:port/";
Also, Synaptic has it's own proxy settings (I don't know why it doesn't just get the proxy settings from apt.conf but it doesn't). You can set the proxy under the "Settings->Preferences->Network" menu in Synaptic.
export http_proxy=proxy.details:8080
export ftp_proxy=proxy.details:8080

Acquire::http::Proxy "http://username:password@yourproxy.yourdomain.com:port/";

Of course you have to replace the details with your own. Sorry I didn't give you the other important bits in the previous po
Icebox:/home/yc# apt-get update
Get:1 http://ftp.belnet.be testing/main Packages [3184kB]
Hit http://security.debian.org testing/updates/main Packages
Get:2 http://security.debian.org testing/updates/main Release [111B]
Hit http://www.planet-moll.de sarge/main Packages
Hit http://www.planet-moll.de sarge/main Release
Get:3 http://ftp.belnet.be testing/main Release [81B]
Err ftp://ftp.nerim.net unstable/main Packages
Server closed the connection [IP: xxx.xxx.xx.xx 8080]
Err ftp://ftp.nerim.net unstable/main Release
Server closed the connection [IP: xxx.xxx.xx.xx 8080]
Fetched 3184kB in 20s (157kB/s)
Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/unstable/main/binary-i386/Packages.gz Server closed the connection [IP: xxx.xxx.xx.xx 8080]
Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/unstable/main/binary-i386/Release Server closed the connection [IP: xxx.xxx.xx.xx 8080]
Reading Package Lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
Icebox:/home/yc# export ftp_proxy=http://proxy.telenet.be:8080
Icebox:/home/yc# apt-get update
Hit http://www.planet-moll.de sarge/main Packages
Hit http://www.planet-moll.de sarge/main Release
Hit http://security.debian.org testing/updates/main Packages
Hit http://security.debian.org testing/updates/main Release
Hit http://ftp.belnet.be testing/main Packages
Hit http://ftp.belnet.be testing/main Release
Get:1 ftp://ftp.nerim.net unstable/main Packages
Get:2 ftp://ftp.nerim.net unstable/main Release
Fetched 17.5kB in 0s (18.4kB/s)
Reading Package Lists... Done
Acquire::http::Proxy "http://proxy.telenet.be:8080";
Acquire::ftp::Proxy "http://proxy.telenet.be:8080";export http_proxy=http://proxy.telenet.be:8080
export ftp_proxy=http://proxy.telenet.be:8080
Users browsing this forum: No registered users and 1 guest