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

