El Mon, 21 Apr 2008 21:51:50 +0200
Stefan Fritsch <[EMAIL PROTECTED]> escribió:

> Hi,
> 
> On Monday 21 April 2008, Manolo Díaz wrote:
> > curl: (5) Couldn't resolve proxy 'false'
> > Can't get
> > http://www.debian-multimedia.org/dists/testing/Contents-amd64.gz
> >
> > Well, I think there is not proxy information in my
> > /etc/apt/apt.conf.d/* 'grep -i proxy /etc/apt/apt.conf.d/*' returns
> > an empty line.
> 
> maybe it could also be in /etc/apt/apt.conf . You could also 
> try "grep -ir false /etc/apt/*".
> 
> If you have set the proxy to "false" somewhere, try "DIRECT" instead.
> But if apt does the right thing with "false", apt-file should be 
> changed to accept that, too.
> 
> Cheers,
> Stefan
> 
> 

That's right. Changing the second line of my /etc/apt/apt.conf from

        Acquire::http::Proxy "false";

to

        Acquire::http::Proxy "DIRECT";

it works again. Thanks, Stefan.

Cheers,
-- 
Manolo Díaz


Reply via email to