On Sat, Sep 06, 2014 at 12:45:11PM -0500, Vagrant Cascadian wrote: > Control: tag -1 patch > > On 2014-09-06 12:27:42 -0500, Vagrant Cascadian wrote: > > It seems like it should probably be writing to > > /var/log/squid-deb-proxy/netdb.state instead.
Thanks a lot for the bugreport and the patch (and sorry for my slow reply). I merged it into my bzr tree and it will be part of the next upload. Cheers, Michael > The following patch might fix this: > > diff --git a/squid-deb-proxy/squid-deb-proxy.conf > b/squid-deb-proxy/squid-deb-proxy.conf > index 7672e69..5e4b267 100644 > --- a/squid-deb-proxy/squid-deb-proxy.conf > +++ b/squid-deb-proxy/squid-deb-proxy.conf > @@ -91,3 +91,11 @@ http_access allow allowed_networks > > # And finally deny all other access to this proxy > http_access deny all > + > +# TAG: netdb_filename > +# Where Squid stores it's netdb journal. > +# When enabled this journal preserves netdb state between restarts. > +# > +# To disable, enter "none". > +#Default: > +netdb_filename stdio:/var/log/squid-deb-proxy/netdb.state > > > live well, > vagrant -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

