> There is a way to gather more information but it's ugly.
> 
> apt-get build-dep apt-cacher-ng
> apt-get source apt-cacher-ng
> cd apt-cacher-ng*
> make acng DEBUG=1
> /etc/init.d/apt-cacher-ng stop
> cp -a build/apt-cacher-ng /usr/sbin/apt-cacher-ng
> /etc/init.d/apt-cacher-ng start
> 
> Then let it run unless you run into this broken state... and make sure
> your log directory has enough free space.
> 


ok, i'll try. thanks.
meanwhile i have a 5 mins croned script : 


#!/bin/sh
export http_proxy=http://apt.xxxx.com:3142/
wget -O /dev/null -q http://http.us.debian.org/debian/dists/etch/Release.gpg || 
/usr/sbin/invoke-rc.d apt-cacher-ng restart

-- 
xavier renaut, 514 906 1212 x315 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to