From: Chris H. <ha...@de...> - 2005-03-03 14:55:31
|
On Thursday 03 Mar 2005 11:57, Julien Antille wrote: > I cant seem to get apt-proxy-v2 working. > apt-proxy.log contains, after an "apt-get update" on the clients : > > 2005/03/03 13:23 CET [Channel,48,192.168.1.2] [debug] Headers: Host: > 192.168.1.3:9999, Connection: keep-alive, User-Agent: Debian APT-HTTP/1.3 > 2005/03/03 13:23 CET [Channel,48,192.168.1.2] [debug] Request: > GET /dists/unstable/non-free/binary-i386/Release > 2005/03/03 13:23 CET [Channel,48,192.168.1.2] [debug] Adding dists backend > dynamicaly I'd already fixed that bug on my local copy - thanks for reminding me to upload it :) You have triggered a bug in the dynamic backend creation logic, but I think you have the wrong entry in your sources.list. You need to add 'debian' after the :9999 of your deb line. You probably have something like this: deb http://your-apt-proxy:9999 unstable main contrib non-free Change it to: deb http://your-apt-proxy:9999/debian unstable main contrib non-free Chris |