Re: apt through proxy

2003-08-14 Thread David Fokkema
On Mon, Aug 11, 2003 at 01:12:23PM -0500, Moroni wrote: > I have read the export http_proxy and ftp_proxy variables > method and I've tried it.. it works for Lynx but not for > apt-get. the problem I have is that my proxy required me to > authentificate in a domain/username form. > > How can I do

Re: apt through proxy

2003-08-14 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 11, 2003 at 01:12:23PM -0500, Moroni wrote: > How can I do that to get apt-get working through my Proxy > server? http_proxy. The proxy should be a complete URL. In another words, http://user:[EMAIL PROTECTED]:port/ does the trick. - --

Re: apt through proxy

2003-08-14 Thread David Fokkema
On Tue, Aug 12, 2003 at 01:37:10PM +0300, Micha Feigin wrote: > On Mon, 2003-08-11 at 22:00, David Fokkema wrote: > > On Mon, Aug 11, 2003 at 01:12:23PM -0500, Moroni wrote: > > > I have read the export http_proxy and ftp_proxy variables > > > method and I've tried it.. it works for Lynx but not fo

Re: apt through proxy

2003-08-14 Thread Micha Feigin
On Mon, 2003-08-11 at 22:00, David Fokkema wrote: > On Mon, Aug 11, 2003 at 01:12:23PM -0500, Moroni wrote: > > I have read the export http_proxy and ftp_proxy variables > > method and I've tried it.. it works for Lynx but not for > > apt-get. the problem I have is that my proxy required me to > >

Re: apt through proxy

2003-08-14 Thread Andreas Janssen
Hello Moroni (<[EMAIL PROTECTED]>) wrote: > I have read the export http_proxy and ftp_proxy variables > method and I've tried it.. it works for Lynx but not for > apt-get. the problem I have is that my proxy required me to > authentificate in a domain/username form. > > How can I do that to get

RE: apt through proxy

2003-08-11 Thread DePriest, Jason R.
I successfully use the: Add a line like this to your /etc/apt/apt.conf: acquire::http::proxy "http://username:[EMAIL PROTECTED]:port"; method. -Original Message- From: Moroni [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 1:30 PM To: [EMAIL PROTECTED] Subject: apt through proxy