Re: proxy for APT

2006-02-26 Thread Anthony Simonelli
Also, you can put the following in /etc/apt/apt.conf Accquire::http::Proxy "http://username:[EMAIL PROTECTED]:portnumber"; The quotes and semicolon at the end are necessary or apt will say that there is junk at the end of the config file. I don't think anyone has suggested this one yet. On Thu

Re: proxy for APT

2006-02-24 Thread Oğuz Yarımtepe
Or $cd $pico .bashrc and add these lines: http_proxy=http://some.ip.number:port export http_proxy logout from konsole and open it. apt-get update will work. Cum 24 Şub 2006 01:13 tarihinde, Christoph Nenning şunları yazmıştı: > Am Donnerstag, 23. Februar 2006 14:24 schrieb Deephay: > > Greet

Re: proxy for APT

2006-02-23 Thread Christoph Nenning
Am Donnerstag, 23. Februar 2006 14:24 schrieb Deephay: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such as > apt-get? thx! > > Deephay Hi, you may have a look at apt-proxy regards -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: proxy for APT

2006-02-23 Thread Roberto C. Sanchez
Juergen Fiedler wrote: > On Thu, Feb 23, 2006 at 09:24:53PM +0800, Deephay wrote: > >>Greetings all, >> >> I want to know that if I can set a proxy for the APT utilities such as >> apt-get? >>thx! >> >>Deephay > > > You could try apt-cacher, which is basically a caching proxy. > > HTH, > --j

Re: proxy for APT

2006-02-23 Thread Deephay
thx for all you guys! - Original Message - From: "Nic" <[EMAIL PROTECTED]> To: Sent: Friday, February 24, 2006 12:02 AM Subject: Re: proxy for APT > "Deephay" <[EMAIL PROTECTED]> writes: > >> Greetings all, >> >> I want to k

Re: proxy for APT

2006-02-23 Thread Nic
"Deephay" <[EMAIL PROTECTED]> writes: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such as > apt-get? > thx! > Deephay http_proxy=http://someproxyserver: apt-get install something or check apt conf like everyone else said. http_proxy is good becaus

Re: proxy for APT

2006-02-23 Thread Felipe Neuwald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 man 5 apt.conf Deephay escreveu: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such > as apt-get? thx! > > Deephay - -- Felipe Neuwald [EMAIL PROTECTED] PGP Public Key: http://pgp.mit.edu:11371/pks/lookup?op=

Re: proxy for APT

2006-02-23 Thread Juergen Fiedler
On Thu, Feb 23, 2006 at 09:24:53PM +0800, Deephay wrote: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such as > apt-get? > thx! > > Deephay You could try apt-cacher, which is basically a caching proxy. HTH, --j signature.asc Description: Digital signa

Re: proxy for APT

2006-02-23 Thread Felipe Neuwald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 man 5 apt.conf Deephay escreveu: > Greetings all, > > I want to know that if I can set a proxy for the APT utilities such > as apt-get? thx! > > Deephay - -- Felipe Neuwald [EMAIL PROTECTED] PGP Public Key: http://pgp.mit.edu:11371/pks/lookup?op=

proxy for APT

2006-02-23 Thread Deephay
Greetings all, I want to know that if I can set a proxy for the APT utilities such as apt-get? thx! Deephay

Re: proxy for apt-get? PLEASE NOTE!!!

2002-01-12 Thread Andy Spiegl
Hi Greg, > >From man page: > ... > ies. The http_proxy environment variable will override all settings. > ... > SO, "unset http_proxy" you will now need:-) Thanks, but funny enough it ONLY works like this: export ftp_proxy=http://peluche:9877/ but NOT like this: ftp { Proxy "http://

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

proxy for apt-get?

2002-01-10 Thread Andy Spiegl
I am trying to tune apt-get to use my proxy (squid) when downloading files via ftp, but it doesn't connect anymore when I write this file: /etc/apt/apt.conf.d/20proxy with this content: -- Acquire { ftp { Proxy "ftp://proxy:3128/";; }; }; -

Re: Slow mirrors & howto proxy for apt...

2000-11-21 Thread Jonathan D. Proulx
On Wed, Nov 22, 2000 at 11:45:40AM +1100, Kenrick, Chris wrote: :>This begs the question: what other apps respect http-proxy? : :The one that comes to mind is wget, others might know some more... Done some little bit 'o testing, lynx also does, so I'm guessing it's fairly ubiquitous -Jon

RE: Slow mirrors & howto proxy for apt...

2000-11-21 Thread Kenrick, Chris
Title: RE: Slow mirrors & howto proxy for apt... >>On Wed, Nov 22, 2000 at 11:15:18AM +1100, Kenrick, Chris wrote: >>:eg export http_proxy=http://myproxyname:80/ >R'ing TFM verifies this, some day I'll learn to read first and write >later... >This

Re: Slow mirrors & howto proxy for apt...

2000-11-21 Thread Jonathan D. Proulx
On Wed, Nov 22, 2000 at 11:15:18AM +1100, Kenrick, Chris wrote: :eg export http_proxy=http://myproxyname:80/ R'ing TFM verifies this, some day I'll learn to read first and write later... This begs the question: what other apps respect this variable? thanks, -Jon

RE: Slow mirrors & howto proxy for apt...

2000-11-21 Thread Kenrick, Chris
Title: RE: Slow mirrors & howto proxy for apt... >>I've got a couple of net installs that are going very slowly, is 3Kbps >>what others are getting these days?  Seems typical for me over the >>past two weeks or so... >>Where can I find info on seting u

Slow mirrors & howto proxy for apt...

2000-11-21 Thread Jonathan D. Proulx
Hi, I've got a couple of net installs that are going very slowly, is 3Kbps what others are getting these days? Seems typical for me over the past two weeks or so... Where can I find info on seting up apt-get with a proxy? -Jon