Re: [squid-users] Your cache is running out of filedescriptors

2018-05-28 Thread Rejaine Monteiro
Solved putting the following configuration in /etc/security/limits.conf file: squid hardnofile 4096 squid softnofile 4096 2018-05-28 13:45 GMT-03:00 Rejaine Monteiro : > Hello everyone. > > My squid is running normally, but after a while

[squid-users] Your cache is running out of filedescriptors

2018-05-28 Thread Rejaine Monteiro
Hello everyone. My squid is running normally, but after a while it stops working and I have to restart every time. The message that appears in the log is "Your cache is running out of filedescriptors" I already configured the fs.file-max = 65535 parameter in /etc/sysctl.conf. I am running

Re: [squid-users] Squid 3.5 TAG_NONE/503 HIER_NONE

2018-05-22 Thread Rejaine Monteiro
has now worked after inserting this parameter: dns_v4_first on the strange thing is that I had tried this parameter before, but it had not worked (maybe I did something wrong) 2018-05-22 14:56 GMT-03:00 Alex Rousskov : > On 05/22/2018 10:54 AM, Rejaine Monteiro wrote: > >> debug_op

[squid-users] Squid 3.5 TAG_NONE/503 HIER_NONE

2018-05-22 Thread Rejaine Monteiro
Hello guys, I had a squid-proxy (squid-3.5.21-5.3.1.x86_64) running on a OpenSUSE Leap 42.2 Everything is working well, access all the sites (http or https sites), except these two: www.uai.com.br or www.em.com.br  There is no blocking on the firewall (if bypass squid , access is normally d

Re: [squid-users] Squid high CPU usage after uprade to squid-3.4.4

2017-12-29 Thread Rejaine Monteiro
Okay, I'll do that, thanks for the tips! Em 29-12-2017 12:04, Eduardo Carneiro escreveu: Ok Rejaine. Remember to use squidclient to see the amount of real-time used file descriptors: # squidclient -h localhost -p 8080 mgr:info | grep "file descriptors" So you increment as needed Eduardo Ca

Re: [squid-users] Squid high CPU usage after uprade to squid-3.4.4

2017-12-29 Thread Rejaine Monteiro
Hi Eduardo, yes i'm brazilian, from Belo Horizonte / MG I increased the value of max_filedescriptors "in squid.conf to 409 and put in /etc/security/limits.conf the following configuration: squid hard nofile4096 squid softnofile4096 And run a 'ulimit -n 4096' to changeva

[squid-users] Squid high CPU usage after uprade to squid-3.4.4

2017-12-29 Thread Rejaine Monteiro
Hello people, We had a server running SLES11 with SQUID-2.1.7and everything has always worked very well. After reinstalled server to OpenSuSE 13.2 with SQUID-3.4.4 (keeping the same configuration/squid.conf), the proxy experience high CPU after a certain time of use... squid load goes up unt

Re: [squid-users] TCP_MISS_ABORTED only for one site

2016-09-01 Thread Rejaine Monteiro
works now... solved with : acl postoipiranga dstdomain .ipiranga.com.br request_header_access Via deny postoipiranga not the right thing to do, but it was the only solution for now. update also was not resolved. On 01-09-2016 11:49, Amos Jeffries wrote: On 1/09/2016 8:44 a.m., Rejaine

[squid-users] TCP_MISS_ABORTED only for one site

2016-08-31 Thread Rejaine Monteiro
hi, we are having trouble accessing (only) that site below. all other sites are accessing normally. TCP_MISS_ABORTED/000 0 GET http://www.ipiranga.com.br/ - H (the site in question works with direct access to internet - without proxy) discarded problems with cpu, firewall rules, memory, ac