Re: [squid-users] STDERR is closed? So no std::cerr?

2010-11-26 Thread declanw
"dying from an unhandled exception: !theConsumer" Hurrah! Caught the STDERR message via non-daemonised mode! Now I just have to find out what that means :) On Thu, Nov 25, 2010 at 08:39:05AM +, decl...@is.bbc.co.uk wrote: > On Thu, Nov 25, 2010 at 12:27:50AM +, Amos Jeffries wrote: > > On

Re: [squid-users] STDERR is closed? So no std::cerr?

2010-11-25 Thread declanw
On Thu, Nov 25, 2010 at 12:27:50AM +, Amos Jeffries wrote: > On Wed, 24 Nov 2010 13:26:03 +, Declan White > wrote: > > I've got some 'uncaught exception' coredumping squids which are leaving no > > clues about their deaths. > > They are *meant* to be sending an SOS via: > > > > main.cc:11

Re: [squid-users] DNS timeouts - unable to reduce timeout

2010-11-21 Thread declanw
On Sun, Nov 21, 2010 at 11:18:02AM -0200, Marcus Kool wrote: > DNS lookups are done by the resolver. They are done by the (libc) resolver if the program use the resolver API. Squid does not use the resolver API, so it does not use this resolver. > Options on Linux can be set in /etc/resolv.conf (

[squid-users] DNS timeouts - unable to reduce timeout

2010-11-19 Thread declanw
Hullo. I have a squid 3.1.9, which has an acl that needs to know the DNS domain name of a target IP (yes, I know it slows things down, but it has to stay) I have a lot of users viewing Flash streams hosted by Akamai, but Akamai's reverse DNS servers for e.g. 83.231.150.45 are currently completely

[squid-users] Squid network read()'s only 2k long?

2010-11-01 Thread declanw
n_memory 64 KB memory_replacement_policy heap GDSF ignore_expect_100 on client_db off Grateful for any tips and pointers. DeclanW