Re: [squid-users] squid 3.4.0.2 + smp + rock storage error

2013-11-22 Thread Alexandre Chappaz
Hi, I added a loop waiting for the end of all squid processes ( with 30 seconds limit, I don't want to loop forever ..) and it did the trick : for i in {1..30} do sleep 1 pidof 'squid' /dev/null pssquid=$? if [ $pssquid -eq 0 ];then echo Attente fin de process squid-z

Re: [squid-users] squid 3.4.0.2 + smp + rock storage error

2013-11-20 Thread Alexandre Chappaz
Hi, I have the same kind of error but what bugs me is that I cannot reproduce this systematically. I am really wondering if this is a permission PB on shm mount point and / or /var/run/squid permissions : some times the service starts normally ( worker kids stay up ) and some times some or all

Re: [squid-users] squid 3.4.0.2 + smp + rock storage error

2013-11-20 Thread Alexandre Chappaz
here it is 2013/11/20 Eliezer Croitoru elie...@ngtech.co.il: Hey Alexandre, I do not see any cache.log attachment here. Please resend it. Thanks, Eliezer On 20/11/13 11:19, Alexandre Chappaz wrote: Hi, I have the same kind of error but what bugs me is that I cannot reproduce this

Re: [squid-users] squid 3.4.0.2 + smp + rock storage error

2013-11-20 Thread Alex Rousskov
On 11/20/2013 02:19 AM, Alexandre Chappaz wrote: I have the same kind of error but what bugs me is that I cannot reproduce this systematically. I am really wondering if this is a permission PB on shm mount point and / or /var/run/squid permissions : some times the service starts normally

Re: [squid-users] squid 3.4.0.2 + smp + rock storage error

2013-10-28 Thread Ricardo Klein
Amos, in some way I did something wrong with those permissions (I checked them before post here, but, dont know why I didnt saw that they where wrong). Anyway, working 3.4.0.2 on Slackware 14.1 (rc2) with 2 workers and rock storage. Next test will be with CentOS 6.4 + NTLM authentication and

[squid-users] squid 3.4.0.2 + smp + rock storage error

2013-10-25 Thread Ricardo Klein
I am trying to run latest squid (for test purposes) and even on 3.3.9 I always get: Squid Cache (Version 3.4.0.2): Terminated abnormally. CPU Usage: 0.015 seconds = 0.012 user + 0.003 sys Maximum Resident Size: 24864 KB Page faults with physical i/o: 0 FATAL: Ipc::Mem::Segment::open failed to

Re: [squid-users] squid 3.4.0.2 + smp + rock storage error

2013-10-25 Thread Amos Jeffries
On 26/10/2013 1:13 p.m., Ricardo Klein wrote: I am trying to run latest squid (for test purposes) and even on 3.3.9 I always get: Squid Cache (Version 3.4.0.2): Terminated abnormally. CPU Usage: 0.015 seconds = 0.012 user + 0.003 sys Maximum Resident Size: 24864 KB Page faults with physical i/o: