Re: apt-get and proxy

2000-09-14 Thread Jason Gunthorpe
On Wed, 13 Sep 2000, Andreas Tille wrote: > When I wrote, that the proxy variables were ignored just my description > was wrong. May be they are used but they are used in an other way > than if I use settings in /etc/apt/apt.conf. While trying several different > proxy-settings (sorry, don't re

Re: apt-get and proxy

2000-09-14 Thread Jason Gunthorpe
On Wed, 13 Sep 2000, Andreas Tille wrote: > >From /var/lib/dpkg/available: > Package: makedev: > ... > MD5sum: 7f6b97b984c246ead2c7be45ce4f1678 > > /var/cache/apt/archives/partial> md5sum makedev_2.3.1-46_all.deb > 7f6b97b984c246ead2c7be45ce4f1678 makedev_2.3.1-46_all.deb Please use apt-cache

Re: apt-get and proxy

2000-09-13 Thread Sebastian Rittau
On Wed, Sep 13, 2000 at 07:55:11AM +0200, Andreas Tille wrote: > I'm in real trouble with apt-get and a squid proxy. We've got the same problem when using apt via Squid via a broken IBM proxy. (Apt connects to the Squid proxy, which has the proxies of the German provider T-Online as its only and

Re: apt-get and proxy

2000-09-13 Thread Andreas Tille
On Wed, 13 Sep 2000, Andreas Tille wrote and forgot to mention: > On Wed, 13 Sep 2000, Jason Gunthorpe wrote: > > > Wakko{root}~/work/apt2/build/bin#http_proxy="http://void"; apt-get install > > apt > > Reading Package Lists... Done > > Building Dependency Tree... Done > > 1 packages upgraded, 0

Re: apt-get and proxy

2000-09-13 Thread Andreas Tille
On Wed, 13 Sep 2000, Jules Bean wrote: > In shells I've used, 'set' gives you the list of shell variables, not > environment variables. Try 'export http_proxy' and/or 'env | grep > proxy'. I'm very sorry for the confusion! I'm using 'export http_proxy' in bash and it works now for apt-get. (Don't

Re: apt-get and proxy

2000-09-13 Thread Jules Bean
On Wed, Sep 13, 2000 at 07:55:11AM +0200, Andreas Tille wrote: > Hello, > > I'm in real trouble with apt-get and a squid proxy. First of all > I found out that in contrast to the manual of apt.conf the environment > variables > > ~# set | grep proxy > ftp_proxy=http://wr-linux01.rki.de:3128/ > h

Re: apt-get and proxy

2000-09-13 Thread Andreas Tille
On Wed, 13 Sep 2000, Jason Gunthorpe wrote: > Wakko{root}~/work/apt2/build/bin#http_proxy="http://void"; apt-get install apt > Reading Package Lists... Done > Building Dependency Tree... Done > 1 packages upgraded, 0 newly installed, 0 to remove and 362 not upgraded. > Need to get 483kB of archive

Re: apt-get and proxy

2000-09-13 Thread Jason Gunthorpe
On Wed, 13 Sep 2000, Andreas Tille wrote: > I'm in real trouble with apt-get and a squid proxy. First of all > I found out that in contrast to the manual of apt.conf the environment > variables Uh.. Wakko{root}~/work/apt2/build/bin#http_proxy="http://void"; apt-get install apt Reading Package

apt-get and proxy

2000-09-13 Thread Andreas Tille
Hello, I'm in real trouble with apt-get and a squid proxy. First of all I found out that in contrast to the manual of apt.conf the environment variables ~# set | grep proxy ftp_proxy=http://wr-linux01.rki.de:3128/ http_proxy=http://wr-linux01.rki.de:3128/ are ignored by apt-get. Thus I have in