Re: [squid-users] connections from particular users sometimes get stuck

2016-09-27 Thread Alex Rousskov
On 09/27/2016 02:02 PM, Eugene M. Zheganin wrote: > I guess squid > didn't get a way to increase debug level on the fly ? "squid -k debug" (or sending an equivalent signal) does that: http://wiki.squid-cache.org/SquidFaq/BugReporting#Detailed_Debug_Output You will not get ALL,9 this way, unfort

Re: [squid-users] connections from particular users sometimes get stuck

2016-09-27 Thread Eugene M. Zheganin
Hi. On 28.09.2016 0:29, Alex Rousskov wrote: Since you can reproduce this, I suggest collecting ALL,9 log for the stuck master transaction: http://wiki.squid-cache.org/SquidFaq/BugReporting#Debugging_a_single_transaction If collecting a debugging trace is impossible for some reason, then colle

Re: [squid-users] connections from particular users sometimes get stuck

2016-09-27 Thread Alex Rousskov
On 09/27/2016 11:13 AM, Eugene M. Zheganin wrote: > The wireshark screen where the issue is isolated for one particular > connection can be found here - > https://gyazo.com/fdec1d9d7c31a75afc7d4676abb83d15 (it's really a simple > picture: TCP connection establishing, then GET -> 407 -> GET and bun

[squid-users] connections from particular users sometimes get stuck

2016-09-27 Thread Eugene M. Zheganin
Hi. I have a weird problem. I run a squid cache 3.5.19 on FreeBSD/amd64, with about 300 active users, lots of authentication, external helpers (yeah, it's usually the place when one starts to post configs, but let me get to the point), and everything basically works just fine, but sometimes o

Re: [squid-users] How to log url_rewrite_program results

2016-09-27 Thread Alex Rousskov
On 09/26/2016 09:25 PM, Michael Pelletier wrote: > I tried > %{message}note %{status}note > But I do not get results... Did your helper return message=... and status=... annotations to Squid? The %note logformat code expands into transaction annotations. Annotations come from helpers (and other so

Re: [squid-users] R: Re: problem reload configuration with workers

2016-09-27 Thread Alex Rousskov
On 09/27/2016 03:15 AM, ama...@tin.it wrote: > I have resolve my problem changing the workers configuration from: > > workers 4 > http_access allow localhost > http_port localhost: > 400${process_number} > cache_dir aufs /var/spool/squid 16384 32 512 > > cache_dir rock /var/spool/squid/rock 16384

[squid-users] R: Re: problem reload configuration with workers

2016-09-27 Thread ama...@tin.it
Hi Alex thank you for your answer. Obviously, I intended to write squid. I have resolve my problem changing the workers configuration from: workers 4 http_access allow localhost http_port localhost: 400${process_number} cache_dir aufs /var/spool/squid 16384 32 512 cache_dir rock /var/spool/squi