Re: [squid-users] rock issue

2020-07-03 Thread patrick mkhael
Dear Alex, kindly note that i have adjusted the config , in addition to checking the provided links. First i have 3 disk with no RAID config, each rock cache_dir has it own disk to write to. then each disker and worker have it own process. In addition to this i have adjusted some value as per "

Re: [squid-users] rock issue

2020-07-03 Thread Lukáš Loučanský
By my observation while you set workers squid spawns multiples processes something like this (example workers = 2, 3 rock cache_dir diskers): squid parent -> worker 1, worker 2, disker 1, disker 2, disker 3, squid smp coordinator Process names like squid-1 or squid-disk-3 (note process number

[squid-users] squid 5.0.3 Segment Violation when using ssl bump and cache peer

2020-07-03 Thread 橋本紘希
I have a problem with squid 5.0.3. I would like to use "Peering support for SSL-Bump" introduced in squid 5. http://squid.mirror.colo-serv.net/archive/5/squid-5.0.2-RELEASENOTES.html#ss2.6 I configured this environment using docker-compose. client -> childproxy -> parentproxy -> server When I co

Re: [squid-users] squid 5.0.3 Segment Violation when using ssl bump and cache peer

2020-07-03 Thread Brandon Doyle
How do I unsubscribe from this? Been a good couple years, but I'd appreciate some help :) From: squid-users on behalf of 橋本紘希 Sent: Friday, July 3, 2020 7:49:57 PM To: squid-users@lists.squid-cache.org Subject: [squid-users] squid 5.0.3 Segment Violation when u

Re: [squid-users] squid 5.0.3 Segment Violation when using ssl bump and cache peer

2020-07-03 Thread Amos Jeffries
On 4/07/20 12:01 pm, Brandon Doyle wrote: > How do I unsubscribe from this? Been a good couple years, but I'd > appreciate some help :) List subscriptions are managed at . I have initiated the process. There should be a confirmation email in your

Re: [squid-users] rock issue

2020-07-03 Thread Alex Rousskov
On 7/3/20 4:50 AM, patrick mkhael wrote: > workers 3 > cpu_affinity_map process_numbers=1,2,3,4,5,6 cores=1,2,3,4,5,6 > cache_dir rock /rock1 20 max-size=32000 swap-timeout=300 max-swap-rate=100 > cache_dir rock /rock2 20 max-size=32000 max-swap-rate=100 swap-timeout=300 > cache_dir rock /

Re: [squid-users] squid 5.0.3 Segment Violation when using ssl bump and cache peer

2020-07-03 Thread Alex Rousskov
On 7/3/20 7:49 PM, 橋本紘希 wrote: > I have a problem with squid 5.0.3. > > I would like to use "Peering support for SSL-Bump" introduced in squid 5. > http://squid.mirror.colo-serv.net/archive/5/squid-5.0.2-RELEASENOTES.html#ss2.6 > > I configured this environment using docker-compose. > client -> c