Re: [squid-users] Excessive TCP memory usage

2016-06-14 Thread Deniz Eren
Little bump :) I have posted bug report with steps to reproduce. The problem still exists and I am curious whether anyone else is having the same problem, too. http://bugs.squid-cache.org/show_bug.cgi?id=4526 On Wed, May 25, 2016 at 1:18 PM, Deniz Eren <denizl...@denizeren.net> wrote: &g

[squid-users] Excessive TCP memory usage

2016-05-24 Thread Deniz Eren
Hi, After upgrading to squid 3.5.16 I realized that squid started using much of kernel's TCP memory. When squid was running for a long time TCP memory usage is like below: test@test:~$ cat /proc/net/sockstat sockets: used * TCP: inuse * orphan * tw * alloc * mem 20 UDP: inuse * mem *

[squid-users] Fwd: Mark outgoing connection mark same as client side mark

2016-05-11 Thread Deniz Eren
> On 11/05/2016 8:19 p.m., Deniz Eren wrote: >> Hi, >> >> In my system I am using netfilter marks to shape traffic(SNAT, QoS, >> etc.) however when I redirect traffic to Squid using Tproxy I lose the >> mark value(obviously). > > Not obvious at a

[squid-users] Mark outgoing connection mark same as client side mark

2016-05-11 Thread Deniz Eren
Hi, In my system I am using netfilter marks to shape traffic(SNAT, QoS, etc.) however when I redirect traffic to Squid using Tproxy I lose the mark value(obviously). I saw configuration directive qos_flow but it's only applicable for incoming connections( some website -> squid -> client PC), what

Re: [squid-users] Excessive TCP memory usage

2016-05-25 Thread Deniz Eren
ions do not timeout and stay until squid process is killed. 2016-05-25 10:37 GMT+03:00 Deniz Eren <denizl...@denizeren.net>: > 2016-05-24 21:47 GMT+03:00 Amos Jeffries <squ...@treenet.co.nz>: >> On 25/05/2016 5:50 a.m., Deniz Eren wrote: >>> Hi, >>> >>>

Re: [squid-users] Excessive TCP memory usage

2016-05-25 Thread Deniz Eren
2016-05-24 21:47 GMT+03:00 Amos Jeffries <squ...@treenet.co.nz>: > On 25/05/2016 5:50 a.m., Deniz Eren wrote: >> Hi, >> >> After upgrading to squid 3.5.16 I realized that squid started using >> much of kernel's TCP memory. > > Upgrade from which version? &

Re: [squid-users] Squid SMP workers crash

2016-10-19 Thread Deniz Eren
On 10/18/16, Alex Rousskov <rouss...@measurement-factory.com> wrote: > On 10/17/2016 10:37 PM, Deniz Eren wrote: >> On Mon, Oct 17, 2016 at 7:43 PM, Alex Rousskov wrote: >>> On 10/17/2016 02:38 AM, Deniz Eren wrote: >>>> 2016/10/17 11:22:37 kid1| assertion fai

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Deniz Eren
nabled()" > > If you don't hear me from me fast enough just bump me with an email. > > Eliezer > > > Eliezer Croitoru > Linux System Administrator > Mobile+WhatsApp: +972-5-28704261 > Email: elie...@ngtech.co.il > > > -Original Message- >

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Deniz Eren
On Fri, Oct 14, 2016 at 1:50 AM, Alex Rousskov <rouss...@measurement-factory.com> wrote: > On 10/13/2016 01:53 AM, Deniz Eren wrote: > >> I'm using squid's SMP functionality to distribute requests to many >> squid instances and distribute workload to multiple processors.

Re: [squid-users] Squid SMP workers crash

2016-10-17 Thread Deniz Eren
On Mon, Oct 17, 2016 at 7:43 PM, Alex Rousskov <rouss...@measurement-factory.com> wrote: > On 10/17/2016 02:38 AM, Deniz Eren wrote: >> 2016/10/17 11:22:37 kid1| assertion failed: >> ../../src/ipc/AtomicWord.h:71: "Enabled()" > > Either your Squid does not sup

[squid-users] Squid SMP workers crash

2016-10-13 Thread Deniz Eren
Hi, I'm using squid's SMP functionality to distribute requests to many squid instances and distribute workload to multiple processors. However while running squid's workers after a while worker processes crash with the error below and coordinator does not start them again: ... FATAL:

[squid-users] Squid 4.0.19 SSLBump Crashes

2017-05-10 Thread Deniz Eren
Hi, I'm testing squid squid-4.0.19-20170508-r15031 when I enable ssl-bump in intercept mode, after couple of SSL requests squid crashes in "Parser::BinaryTokenizer::want(unsigned long long, char const*) const ()" function. OS: CentOS 5 OpenSSL: 1.0.1e-51 g++: 4.8.2-15 I have attached part of