Re: [squid-users] centos 6 install

2015-11-28 Thread Eliezer Croitoru
Hey Mike, How many servers do you have there? The RPMs unfortunately works for me on too many production servers so I find your situation a bit weird. I will be more then happy to hear about the issues you were or still having with my RPMs. If I will not hear about them I will not be able to

[squid-users] squid irc channel help

2015-11-28 Thread Ahmad Alzaeem
Guys any one to help me to access irc channel on squid ? http://en.irc2go.com/webchat/?net=freenode =squid not working cheers ___ squid-users mailing list squid-users@lists.squid-cache.org

Re: [squid-users] issue with start / stop scripts

2015-11-28 Thread Alex Samad
Hi yeah from the rpms. I found the variables to lengthen the timeout period. But I got in the strange situation where the pid file was still there (shutdown took longer than the timeout). and the scripts still thought it was running, so stop would fail as it does a check first. do we need to do

Re: [squid-users] issue with start / stop scripts

2015-11-28 Thread Eliezer Croitoru
A check on what? Basically to verify if squid is still running you need to verify that there are is not one squid instance running. The PID is kind of a hack to make sure squid is still there or not. In most cases you can cancel the timeout and check only for the PID. Also notice that there is

Re: [squid-users] Warning about "Invalid entries" in cache.log (rock-store)

2015-11-28 Thread Alex Rousskov
On 11/25/2015 11:22 PM, Tom Tom wrote: > I'm running Squid 3.5.11 (Linux, 64Bit) with 16 workers and 4 > cache_dir's (rock) configured. > > The 4 rock-caches where newly builded a few days ago. In the meantime, > during squid-startup, I receive warnings like this: > ... > ... > 2015/11/26

Re: [squid-users] file descriptors leak

2015-11-28 Thread André Janna
Citando Amos Jeffries : So, the first place to look is not Squid I think. But why at least 6 of those ACK packets did not make it back to the client. That needs resolving first to esure that the TCP level is operating correctly. Only then if the problem remains looking at

Re: [squid-users] issue with start / stop scripts

2015-11-28 Thread Amos Jeffries
On 29/11/2015 11:32 a.m., Eliezer Croitoru wrote: > A check on what? > Basically to verify if squid is still running you need to verify that > there are is not one squid instance running. > The PID is kind of a hack to make sure squid is still there or not. > In most cases you can cancel the

Re: [squid-users] issue with start / stop scripts

2015-11-28 Thread Alex Samad
Hi its in the scripts stop() { echo -n $"Stopping $prog: " $SQUID -k check -f $SQUID_CONF >> /var/log/squid/squid.out 2>&1 RETVAL=$? if [ $RETVAL -eq 0 ] ; then Any reason to check the config before stopping a running squid ?? On 29 November 2015 at 09:32,