[squid-users] Bug: Missing MemObject::storeId value

2017-09-22 Thread Aaron Turner
Version: 3.5.26 on CentOS 7.3 on AWS EC2 m3.xlarge and 2x 100GB EBS volumes for rock cache. Doing some basic system tests and we're seeing a bunch of errors like: 2017/09/22 22:43:15 kid1| Bug: Missing MemObject::storeId value 2017/09/22 22:43:15 kid1| mem_hdr: 0x7f169d0a2a70 nodes.start() 0x7f16

Re: [squid-users] delay pool not workin

2017-09-22 Thread Alex Gutiérrez Martínez
Pool #3 requires the domain name of a single transaction to simultaneously be *mail.yahoo.com AND *.linkedin.com AND *.youtube.com   Obviously that is impossible, so nothing can match the line that allows. Pool #1 should match a few things. But probably not what you are testing with. I suggest y

Re: [squid-users] delay pool not workin

2017-09-22 Thread Heiler Bemerguy
Amos, talking about delay pools, I have a question: does it work if the content being served is on a cache peer? I think it only "shapes" traffic from a SERVER to squid, right? not from a peer cache to squid.. :/ I'm having problems because we use a huge Microsoft Updates repository as a cac

[squid-users] Peek and Splice - Termination Log

2017-09-22 Thread Eric Lackey
Hello, we’re beginning to enable the Peek and Splice feature on Squid 3.5. Our ssl_bump configuration looks like below where we’re validating the request matches a domain in our allowed_sites file and then terminating the SSL connection if it does not. This is all working well except for the f

Re: [squid-users] delay pool not workin

2017-09-22 Thread Amos Jeffries
On 23/09/17 02:31, Alex Gutiérrez Martínez wrote: Could someone be so kind  to explain to me why my rules do not work on my delays pools? ... Thanks again Mr. Jeffries, i change my delay to: acl navegación src 192.168.9.0/24 acl lento dstdomain "/etc/squid3/bloqueo/lento"   --> .youtube.com

[squid-users] Negotiate Authenticator and DNS

2017-09-22 Thread erdosain9
Hi. Im traying to improve the dns response because im having this times: Negotiate Authenticator Statistics: program: /lib64/squid/negotiate_kerberos_auth number active: 32 of 32 (0 shutting down) requests sent: 72241 replies received: 72241 queue length: 0 avg service time: 56 msec ID #

Re: [squid-users] delay pool not workin

2017-09-22 Thread Alex Gutiérrez Martínez
Could someone be so kind  to explain to me why my rules do not work on my delays pools? i got this acl "lento", in spanish means slow acl lento url_regex -i "/etc/squid3/bloqueo/lento" his format is the next: .youtube.com .facebook.com First problem: you are putting domains in dstdomain fo