[squid-users] Lots of "Vary object loop!"

2015-08-21 Thread Sebastian Goicochea
Hello everyone, I'm having a strange problem: Several servers, same hardware, using same version of squid (3.5.4) compiled using the same configure options, same configuration files. But in two of them I get LOTS of these Vary object loop! lines in cache.log 2015/08/21 13:07:52 kid1| varyEval

Re: [squid-users] Negative value for total memory accounted

2015-07-29 Thread Sebastian Goicochea
build and produce the same thing. 30.07.15 3:23, Sebastian Goicochea пишет: Hello, I'm having a problem monitoring squid memory usage. Using SNMP: SQUID-MIB::cacheMemUsage.0 = INTEGER: -1355105 Using squid-client: Memory accounted for: Total accounted: -1369659 KB memPoolAlloc

Re: [squid-users] Negative value for total memory accounted

2015-07-29 Thread Sebastian Goicochea
]=0x1b614725b310b2cb069d6e3a381faaafa9831daf, not stripped El 29/07/15 a las 18:29, Yuri Voinov escribió: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Squid is 32 bit? And OS? 30.07.15 3:23, Sebastian Goicochea пишет: -BEGIN PGP SIGNATURE- Version: GnuPG v2

[squid-users] Negative value for total memory accounted

2015-07-29 Thread Sebastian Goicochea
Hello, I'm having a problem monitoring squid memory usage. Using SNMP: SQUID-MIB::cacheMemUsage.0 = INTEGER: -1355105 Using squid-client: Memory accounted for: Total accounted: -1369659 KB memPoolAlloc calls: 1995 memPoolFree calls: 653296188 Note that the value is negat

Re: [squid-users] Trying to eliminate field from header reply

2015-07-20 Thread Sebastian Goicochea
Just to add some more information: In squid 3.5.4, I got to the method processMiss inside client_side_reply.cc .. but still couldn't make it work Thanks, Sebastian El 20/07/15 a las 14:11, Sebastian Goicochea escribió: Hello, I'm trying to make some modifications to Squid sour

[squid-users] Trying to eliminate field from header reply

2015-07-20 Thread Sebastian Goicochea
Hello, I'm trying to make some modifications to Squid source code. I want to eliminate some fields from the header reply that the server sends. I've been searching through the code but I can't seem to find the exact point to make it work. Does anyone have any clue where (as in which file/s) shoul

[squid-users] Is it possible to tunnelize http traffic?

2015-07-13 Thread Sebastian Goicochea
Hello, I'm trying to improve the bypass system we use in our servers. When a site is not shown as it should, or something is broken because of a poor server's side implementation, we bypass traffic to that server at ebtables level. This works just as expected, squid never "sees" this traffic, b

Re: [squid-users] Two questions about stored objects

2015-07-10 Thread Sebastian Goicochea
k? Is squid deleting the object? I don't know how to interpretate the output Thanks again Sebastian El 08/07/15 a las 18:33, Amos Jeffries escribió: On 9/07/2015 5:17 a.m., Sebastian Goicochea wrote: Hello everyone, I have been making some modifications (size, object max size) in som

[squid-users] Two questions about stored objects

2015-07-08 Thread Sebastian Goicochea
Hello everyone, I have been making some modifications (size, object max size) in some cache dirs and I have a couple of questions: 1) If I lower de maximum object size for a certain cache_dir and reconfigure (I did a squid -z without squid running), what happens to the files that are no longer

[squid-users] Time out where? TCP_MISS_TIMEDOUT

2015-06-23 Thread Sebastian Goicochea
I've found several of these in my access.log 1435009516.011 899906 10.60.3.221 TCP_MISS_TIMEDOUT/200 8790 GET http://t4.kn3.net/taringa/7/5/4/5/0/5/blackz89/236x177_1F2.jpg - ORIGINAL_DST/104.18.42.237 image/jpeg 1435009516.011 899840 10.63.6.215 TCP_MISS_TIMEDOUT/200 8742 GET http://pagead2.g

[squid-users] Noticeable difference in DNS Service times after upgrade

2015-06-10 Thread Sebastian Goicochea
Hello everyone, I just have a quick question Is there any difference in how Squid 3.5 measures DNS Service Time compared to 2.7 branch? We monitor this value using SNMP and it has been nearly 0 for months, but after the upgrade it went up to 6ms (with 8ms peaks) All other Service times have var

Re: [squid-users] Storage mem in 3.5.4, not sure what is happening

2015-05-21 Thread Sebastian Goicochea
your time, Sebastian El 20/05/15 a las 11:50, Sebastian Goicochea escribió: Hello Amos, Here's up time Start Time:Wed, 20 May 2015 14:33:02 GMT Current Time:Wed, 20 May 2015 14:41:46 GMT It's a short period of time because we've been restariting it. /var/run/squid and /dev

Re: [squid-users] Storage mem in 3.5.4, not sure what is happening

2015-05-20 Thread Sebastian Goicochea
0097 on-disk objects Is there any relation between rock beeing active and storage mem? Thanks a lot, Sebastian El 20/05/15 a las 01:53, Amos Jeffries escribió: On 20/05/2015 3:41 a.m., Sebastian Goicochea wrote: Hello everyone, we're having a problem, we updated from squid 3.5.3

[squid-users] Storage mem in 3.5.4, not sure what is happening

2015-05-19 Thread Sebastian Goicochea
Hello everyone, we're having a problem, we updated from squid 3.5.3 to 3.5.4 (bellow are the configuration options) and enabled rock fs. The problem that arose is that I don't know if objects are being stored in RAM, but what I do know is that there are no MEM_HITs in the access.log file Th

[squid-users] Jesred 3.0 available under GPL on GitHub

2015-05-11 Thread Sebastian Goicochea
This time I'm writing not to ask for help, but to give something back. As we received much help from this mail list during our migration from Squid 2.7 to 3.x and in the proccess we had to make some modifications to jesred (helper) to make it compatible with Squid, we have decided to start a ne

Re: [squid-users] Very high CPU ussage after migration 2.7 -> 3.5

2015-04-17 Thread Sebastian Goicochea
refresh_pattern -i ^http:\/\/.*\.avg\.com\/softw\/.*\/update\/(.*\.bin) 43200 100% 129600 override-expire ignore-reload ignore-private override-lastmod Thanks El 17/04/15 a las 13:16, Sebastian Goicochea escribió: Hello, I have migrated from Squid 2.7 to Squid 3.5 given the fact that I

[squid-users] Very high CPU ussage after migration 2.7 -> 3.5

2015-04-17 Thread Sebastian Goicochea
Hello, I have migrated from Squid 2.7 to Squid 3.5 given the fact that I need some of the new functions that newer versions have. The problem I'm having is that squid proccess is using 100% of CPU all the time. Cache.log informed squid was low on file descriptors, but that's already solved.

Re: [squid-users] Redirecting traffic to fake parent

2015-03-04 Thread Sebastian Goicochea
esn't look that all the requests come from the same client. Thanks Sebastian El 03/03/15 a las 23:32, Amos Jeffries escribió: On 4/03/2015 9:35 a.m., Sebastian Goicochea wrote: Hello everyone, I'm experimenting with cache_peer directive and node.js: cache_peer 10.0.0.90 parent

[squid-users] Redirecting traffic to fake parent

2015-03-03 Thread Sebastian Goicochea
Hello everyone, I'm experimenting with cache_peer directive and node.js: cache_peer 10.0.0.90 parent 0 no-query no-digest proxy-only name=test in that port I have a node.js Proxy receiveing connections in the same host, it extracts some information I need and saves it to a DB, then redire