[squid-users] Squid is not responding when the number of connection exceeds

2016-10-13 Thread georgej
Hi Team, When the number of users exceeds, squid is not responding. The users getting "System returned: (110) connecion timed out " message. The following thing are done for troubleshooting. But getting the same result. 1) I have upgraded the squid version to 3.5.20. 2) Removed trendmicro

Re: [squid-users] Squid SMP workers crash

2016-10-13 Thread Alex Rousskov
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. > However while running squid's workers after a while worker processes > crash with the error below and coordinator does

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 14.10.2016 2:48, Alex Rousskov пишет: > On 10/13/2016 01:44 PM, Yuri Voinov wrote: > >> However, this is nothing more than word games, Alex. > > ... unless the definition of a hit affects your billing or your > interpretation of Squid

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Alex Rousskov
On 10/13/2016 01:44 PM, Yuri Voinov wrote: > However, this is nothing more than word games, Alex. ... unless the definition of a hit affects your billing or your interpretation of Squid documentation or the developer interpretation of the code. Definitions matter! You yourself have seen their

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 14.10.2016 1:28, Alex Rousskov пишет: > On 10/13/2016 12:46 PM, Yuri Voinov wrote: >> >> >> 14.10.2016 0:28, Alex Rousskov пишет: >>> On 10/13/2016 11:52 AM, Yuri Voinov wrote: When we seen ??/304 with only headers - most probably

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Alex Rousskov
On 10/13/2016 12:46 PM, Yuri Voinov wrote: > > > 14.10.2016 0:28, Alex Rousskov пишет: >> On 10/13/2016 11:52 AM, Yuri Voinov wrote: >>> When we seen ??/304 with only headers - most probably content behind >>> proxy already and this is CLIENT_IMS_HIT observed. >> A 304 code sent by Squid to

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 14.10.2016 0:28, Alex Rousskov пишет: > On 10/13/2016 11:52 AM, Yuri Voinov wrote: >> When we seen ??/304 with only headers - most probably content behind >> proxy already and this is CLIENT_IMS_HIT observed. >> >> Yes, of course, we don't

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Alex Rousskov
On 10/13/2016 11:52 AM, Yuri Voinov wrote: > When we seen ??/304 with only headers - most probably content behind > proxy already and this is CLIENT_IMS_HIT observed. > > Yes, of course, we don't know is this content really in client cache. > But this is don't care - proxy shared cache

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 13.10.2016 21:02, Yuri Voinov пишет: > > > > 13.10.2016 20:09, Amos Jeffries пишет: > > On 14/10/2016 2:46 a.m., Yuri Voinov wrote: > >> > >> > >> > >> 13.10.2016 19:44, Yuri Voinov пишет: > >> > >> > >> > >>> 13.10.2016 19:41, Amos Jeffries

Re: [squid-users] ssl::server_name never matches during step1

2016-10-13 Thread Alex Rousskov
On 10/11/2016 11:36 AM, Alex Rousskov wrote: > On 10/11/2016 11:09 AM, - - wrote: >> No matter what I try i can't get squid4 to splice certain sites and to >> bump/terminate the rest. My config is as follows: >> >> acl sni_exclusions ssl::server_name .google.com >> acl sni_exclusions

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I do not pretend that I have seen everything. But my personal statistics across multiple servers over they access.log shows that TCP_MISS/304 in all cases associated with the update downloaded content (reload/refresh). Accordingly, the logging

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 13.10.2016 20:09, Amos Jeffries пишет: > On 14/10/2016 2:46 a.m., Yuri Voinov wrote: >> >> >> >> 13.10.2016 19:44, Yuri Voinov пишет: >> >> >> >>> 13.10.2016 19:41, Amos Jeffries пишет: On 14/10/2016 1:38 a.m., Yuri Voinov wrote: >

Re: [squid-users] Squid Umlauts

2016-10-13 Thread Gardner Roger
I keep finding that I should add, Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 But I am not sure where this should go. I tried going to the site with the proxy it works fine. When I go the from home I get just the login page and it looks ok. It just when I go over the proxy, squid. Instead of

Re: [squid-users] IPv6 interception crash: Ip::Address::getInAddr : Cannot convert non-IPv4 to IPv4.

2016-10-13 Thread Egerváry Gergely
Thanks for the testing and feedback. I've applied this as part-2 of the bug 4302 updates. It will be in the next releases of 3.5 and 4.x. One more patch for Intercept.cc: On NetBSD, USE_INET6 is only defined by netinet/ip_compat.h if __NetBSD_Version__ is defined by sys/param.h: #if

Re: [squid-users] ERROR: Cannot connect to 127.0.0.1:3128

2016-10-13 Thread Amos Jeffries
Please run this command: squidclient -vv mgr:info | head -n 40 Amos ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Amos Jeffries
On 14/10/2016 2:46 a.m., Yuri Voinov wrote: > > > > 13.10.2016 19:44, Yuri Voinov пишет: > > > >> 13.10.2016 19:41, Amos Jeffries пишет: >>> On 14/10/2016 1:38 a.m., Yuri Voinov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi gents. I have very

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 13.10.2016 19:44, Yuri Voinov пишет: > > > > 13.10.2016 19:41, Amos Jeffries пишет: > > On 14/10/2016 1:38 a.m., Yuri Voinov wrote: > >> > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA256 > >> > >> Hi gents. > >> > >> I have very stupid

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 13.10.2016 19:41, Amos Jeffries пишет: > On 14/10/2016 1:38 a.m., Yuri Voinov wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Hi gents. >> >> I have very stupid question. >> >> Look at this access.log entry: >> >>

Re: [squid-users] TCP_MISS/304 question

2016-10-13 Thread Amos Jeffries
On 14/10/2016 1:38 a.m., Yuri Voinov wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi gents. > > I have very stupid question. > > Look at this access.log entry: > > 1476236018.506 85 192.168.100.103 TCP_MISS/304 354 GET >

[squid-users] TCP_MISS/304 question

2016-10-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi gents. I have very stupid question. Look at this access.log entry: 1476236018.506 85 192.168.100.103 TCP_MISS/304 354 GET https://www.gazeta.ru/nm2015/gzt/img/logo_footer.png - HIER_DIRECT/81.19.72.2 - I'm see this:

Re: [squid-users] Getting latest 3.5 version into Debian

2016-10-13 Thread Amos Jeffries
On 13/10/2016 6:20 p.m., Mark James wrote: > Hi Amos, > > Not sure if the Debian maintainers get included in the announcements or not. > Do you have any contact with them? I have emailed Luigi previously to see if > they could update Sid/Stretch as it's still on 3.5.19. Maybe you would have >

Re: [squid-users] peek-and-splice on Centos7 and squid4

2016-10-13 Thread Eliezer Croitoru
May I ask if you are Intercepting the connections or in your setup you define/configure in the browserclient the proxy settings? Eliezer Eliezer Croitoru Linux System Administrator Mobile+WhatsApp: +972-5-28704261 Email: elie...@ngtech.co.il On Tue, Oct 11, 2016 at 08:10 PM, - - wrote:

Re: [squid-users] Getting latest 3.5 version into Debian

2016-10-13 Thread Eliezer Croitoru
Hey, I will try to provide a drop-in-place binaries for Debian and Ubuntu in the next weeks. This is to overcome some of the complications of contacting the packagers. Eliezer Eliezer Croitoru Linux System Administrator Mobile+WhatsApp: +972-5-28704261 Email: elie...@ngtech.co.il On Thu,

[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: