Re: proxy for apt-get? NOONE?

2002-01-11 Thread Andy Spiegl
Hi Greg, > Why not try a script like this: Ui, pretty complicated, I prefer apt-get --just-print dist-ugrade :-) > export http_proxy=http://192.168.2.64:8080/ > export ftp_proxy=http://192.168.2.64:8080/ But this really worked! Thanks! So I understand even less why the same option in apt.conf.d

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Andy Spiegl
Hi Sander, > > > But the cache _does_ work. Proof: > > > hamster:~>telnet proxy 3128 > > > Trying 192.168.96.3... > > > Connected to proxy.int.radiomaranon.org.pe. > > > Escape character is '^]'. > > This only proofs the proxy takes connections, Correct. But I assure you that it does work,

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Sander Smeenk
Quoting Andy Spiegl ([EMAIL PROTECTED]): > > Proxy "ftp://proxy:3128/";; > > Err ftp://ftp.de.debian.org woody/main libcupsys2 1.1.12-4 > > Server closed the connection > > > > But the cache _does_ work. Proof: > > hamster:~>telnet proxy 3128 > > Trying 192.168.96.3... > > Connected to

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Andy Spiegl
> I don't know what may be going on with your setup but I have squid and > ipchains setup to do transparent proxying and I don't have any > problems. > > Also have export http_proxy=http://192.168.1.1:3128 in /etc/profile. Thanks a lot, guys, but I think there was a misunderstanding. I'm talking

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Pietro Cagnoni
Andy Spiegl wrote: > > Pretty sad to respond to my own posting, but I'm desperate. :-) > Is there noone who can help me with that? I'm on a satellite uplink and > _have_ to use the proxy. > Thanks, > Andy. this is my apt.conf proxy line: Acquire::http::Proxy "http://proxy.mycompany.com:8080";;

Re: proxy for apt-get? NOONE?

2002-01-11 Thread B. L. Jilek
Hi Andy! On Fri, 11 Jan 2002, Andy Spiegl wrote: > Pretty sad to respond to my own posting, but I'm desperate. :-) > Is there noone who can help me with that? I'm on a satellite uplink and > _have_ to use the proxy. > Thanks, > Andy. > I don't know what may be going on with your setup but I h

Re: proxy for apt-get? NOONE?

2002-01-11 Thread Andy Spiegl
Pretty sad to respond to my own posting, but I'm desperate. :-) Is there noone who can help me with that? I'm on a satellite uplink and _have_ to use the proxy. Thanks, Andy. > I am trying to tune apt-get to use my proxy (squid) when downloading files > via ftp, but it doesn't connect anymore wh