[squid-users] Cache-Control problems with Korean sites

2009-07-20 Thread Mike Mitchell
NoCacheCtl the TCP ACKs started coming back and we could retrieve content. My guess is there is a firewall protecting the remote web servers. Has anyone seen this behavior before? Mike Mitchell SAS Institute Inc. mike.mitch...@sas.com (919) 531-6793

RE: [squid-users] Cache-Control problems with Korean sites

2009-07-21 Thread Mike Mitchell
the Korean Government sites from other proxy servers around the world and I get the same behavior. I know the problem isn't with the proxy server's ISP, but rather with the Korean Government sites. Mike Mitchell -Original Message- From: Amos Jeffries [mailto:squ...@treenet.co.nz] Sent: Tuesday

[squid-users] moved permanently loop detection

2009-08-10 Thread Mike Mitchell
http://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=357905 I was thinking a simple string compare of the requested URL and the contents of the 'Location:' field. If the two are the same it's a loop. Mike Mitchell SAS Institute Inc. mike.mitch...@sas.com (919) 531-6793

RE: [squid-users] moved permanently loop detection

2009-08-11 Thread Mike Mitchell
. We'd still have the loop, but the remote access to the web server will rate-limit the loop and make it more apparent to the web administrators. Mike Mitchell -Original Message- From: Henrik Nordstrom [mailto:hen...@henriknordstrom.net] Sent: Monday, August 10, 2009 7:46 PM To: Mike

[squid-users] ACLs to direct request to proper parent?

2007-10-22 Thread Mike Mitchell
to the Government proxy. I didn't see anything in Squid 2.6STABLE16 that would do what I need. Am I missing something? Mike Mitchell SAS Institute Inc. [EMAIL PROTECTED] (919) 531-6793

[squid-users] NTLM problems

2008-01-09 Thread Mike Mitchell
I've set up squid on a Windows 2003 server using the pre-compiled binaries from http://squid.acmeconsulting.it/download/squid-2.6.STABLE17-bin.zip NTLM authentication consistently works for some users, but consistently fails for others. Here's what debugging shows on a failure: ... 2008/01/04

[squid-users] Memory leak in squid 2.5STABLE13?

2006-04-24 Thread Mike Mitchell
), but that didn't have any affect either. Does anyone have an idea of what I should try next? Mike Mitchell SAS Institute Inc. [EMAIL PROTECTED] (919) 531-6793

[squid-users] Segmentation violations in 2.5.STABLE9-20050404

2005-04-07 Thread Mike Mitchell
-gnuregex Has anyone else seen this problem? I didn't have this problem with 2.5STABLE9. Mike Mitchell SAS Institute Inc. [EMAIL PROTECTED] (919) 531-6793

[squid-users] Squid memory leak?

2003-09-29 Thread Mike Mitchell
this problem by having a cron job check how large the squid process is. If it grows too large I restart it. Currently it gets restarted twice a month. -- Mike Mitchell [EMAIL PROTECTED] (919) 677-8000 X16793

[squid-users] RE: Squid memory leak?

2003-10-02 Thread Mike Mitchell
open: 3 Internal Data Structures: 2241473 StoreEntries 18942 StoreEntries with MemObjects 18926 Hot Object Cache Items 2234980 on-disk objects -Original Message- From: Mike Mitchell Sent: Monday, September 29, 2003 6:23 PM To: [EMAIL

RE: [squid-users] xmalloc and out of memory errors in messages log

2003-10-13 Thread Mike Mitchell
I've been having a similar problem and it's been present in all Squid version 2 releases, not just 2.5STABLE4. I've seen it in all releases of 2.4 and 2.3. I have three identical squid servers, each with two 16GB cache directories. Right now cachemgr reports ~265 MB of memory accounted for,

RE: [squid-users] Control squid VSZ and RSS from growing

2003-10-21 Thread Mike Mitchell
I'm running Red Hat ES 2.1 and my squid process continually grows. Running squid -v returns: Squid Cache: Version 2.5.STABLE4-20031015 configure options: --prefix=/local/proxy/squid --enable-cache-digests --enable-underscores --with-pthreads --enable-storeio=aufs,ufs

RE: [squid-users] Impossible keep-alive header

2004-01-19 Thread Mike Mitchell
/WxAlertIsapi.cgi?GetAlert30Magic=1ZipCode=27519StationID=RALGHUnits=0RegNum=28333984Version=3.0t=1074525302lv=0 HTTP/1.0 200 236 TCP_MISS:DEFAULT_PARENT Mike Mitchell SAS Institute Inc. [EMAIL PROTECTED] (919) 531-6793 -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent

RE: [squid-users] Re: Help, Squid ACL regex_url BYPASSS

2004-04-19 Thread Mike Mitchell
I use a pattern of \.bz2(\?.*)?$ Which matches '.bz2' at the end of a URL or '.bz2?' followed by anything. The un-escaped '?' matches 0 or 1 occurrence of the pattern in parenthesis, which in this case is a question-mark followed by zero or more characters. Mike Mitchell -Original

[squid-users] Fidelity Active Trader Pro vs. Squid 2.6STABLE12

2007-03-26 Thread Mike Mitchell
all requests were a MISS I don't think that's the problem. The only thing left is the primitive support for chunked encoding, unless someone has a better idea. Has anyone seen this problem? The Active Trader Pro application works, it just doesn't get the streaming quotes anymore. Mike Mitchell

RE: [squid-users] Fidelity Active Trader Pro vs. Squid 2.6STABLE12

2007-03-26 Thread Mike Mitchell
does not show streaming data. I'll know more tomorrow after the markets open. -- Mike Mitchell -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 5:59 PM To: Mike Mitchell Cc: squid-users@squid-cache.org Subject: Re: [squid-users] Fidelity

RE: [squid-users] Fidelity Active Trader Pro vs. Squid 2.6STABLE12

2007-03-26 Thread Mike Mitchell
Yes, it's dying now with 'forward.c:1002: e-store_status == STORE_PENDING'. I'll try adding patch 11257 and see if that stabilizes it. -- Mike Mitchell -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 7:05 PM To: Mike Mitchell Cc: squid

RE: [squid-users] Fidelity Active Trader Pro vs. Squid 2.6STABLE12

2007-03-27 Thread Mike Mitchell
I installed 2.6STABLE12-20070327 on our test proxy and Fidelity Active Trader Pro is now working correctly. It is getting the streaming updates. Thank you for the help! -- Mike Mitchell -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 7

[squid-users] Transparent HTTPS Parent proxy

2012-09-08 Thread Mike Mitchell
in the configuration. Am I missing something simple? Is it just not possible yet with a parent proxy? I realize the request will have to be converted from a GET to a CONNECT. It would not surprise me if the conversion hasn't been implemented yet. This is with squid 3.2.1. Mike Mitchell mike.mitch...@sas.com

[squid-users] cachemgr.cgi Store Directory Stats with multiple cache_dir lines

2012-12-10 Thread Mike Mitchell
and the reports are empty again. Has anyone seen this problem? Mike Mitchell mike.mitch...@sas.com

[squid-users] RE: cachemgr.cgi Store Directory Stats with multiple cache_dir lines

2012-12-11 Thread Mike Mitchell
debug_options ALL,1,rotate=0 The rotate=0 clause doesn't seem to work, as I still get cache.log.XX files, one for each worker. Mike Mitchell mike.mitch...@sas.com From: Mike Mitchell Sent: Monday, December 10, 2012 4:34 PM To: squid-users@squid

Re: [squid-users] ROCK store and UFS (Squid 3.2.3)

2012-12-18 Thread Mike Mitchell
work well when combined with AUFS. Has anyone gotten ROCK store to work combined with anything else? Mike Mitchell

[squid-users] Memory leak in 3.2.5

2012-12-20 Thread Mike Mitchell
the problem does not perform the ident queries. Could the leak be there? Is anyone using ident? Mike Mitchell

[squid-users] RE: Memory leak in 3.2.5

2012-12-20 Thread Mike Mitchell
are cleaned up properly. That explains why I have 6 GB allocated, when over 4 GB are ident structures. Mike Mitchell

[squid-users] RE: Memory leak in 3.2.5

2012-12-21 Thread Mike Mitchell
The ident memory is properly freed only if the ident query suceeds. The ident memory is not freed if the ident query times out or if the client is no longer around for the result. I'm testing a patch and I should have something by the end of the day. Mike Mitchell

[squid-users] RE: Memory leak in 3.2.5

2012-12-23 Thread Mike Mitchell
structures allocated, with 321709 in use. The major ident leak has been plugged, but it looks like there is still a leak of the Connection structures. Mike Mitchell From: Mike Mitchell Sent: Friday, December 21, 2012 7:38 AM To: squid-users@squid-cache.org

[squid-users] RE: Memory leak in 3.2.5

2012-12-24 Thread Mike Mitchell
I just posted a revised patch to squid-dev. The ident leak of Connection structures has been fixed. Mike Mitchell From: Mike Mitchell Sent: Sunday, December 23, 2012 8:25 AM To: squid-users@squid-cache.org Subject: RE: Memory leak in 3.2.5 I posted

[squid-users] RE: Memory leak in 3.2.5

2012-12-25 Thread Mike Mitchell
if the DNS query switched to TCP and the TCP connection failed. Mike Mitchell

[squid-users] exceeding cache_dir size

2013-01-09 Thread Mike Mitchell
causes squid to abort, which leads me to believe that swap.state should never be on the same partition as the cache_dir directory. Mike Mitchell

[squid-users] RE: exceeding cache_dir size

2013-01-14 Thread Mike Mitchell
/swap.state I now specify a max-size on the cache_dir line, and I've moved the swap.state file to a different disk partition. So far I've updated 14 of my 61 proxy servers running 3.2. I have another 53 that are stuck on 2.7STABLE9. Mike Mitchell

[squid-users] RE: exceeding cache_dir size

2013-01-16 Thread Mike Mitchell
Segment Violation...dying. Mike Mitchell From: Mike Mitchell Sent: Monday, January 14, 2013 3:35 PM To: squid-users@squid-cache.org Subject: RE: exceeding cache_dir size I'm using a belt-and-suspenders approach. I've installed 3.2.6 with the patch from http

[squid-users] RE: exceeding cache_dir size

2013-01-16 Thread Mike Mitchell
zeros. This fails the (force == AF_UNSPEC IsIPv4()) test, causing an assert. Yet another patch to try From: Mike Mitchell Sent: Wednesday, January 16, 2013 11:54 AM To: squid-users@squid-cache.org Subject: RE: exceeding cache_dir size The patch did

[squid-users] RE: Squid CPU 100% infinite loop

2013-05-29 Thread Mike Mitchell
I've hit something similar. I have four identically configured systems with 16K squid FD limit, 24 GB RAM, 300 GB cache directory. I've seen the same failure randomly on all four systems. During the day the squid process handles 100 requests/second, with a peak FD usage around 8K FDs. In

[squid-users] Squid CPU 100% infinite loop

2013-05-30 Thread Mike Mitchell
What garbage collection parameters can I change? I'm not using authentication, so the default auth_param digest nonce_garbage_interval 5 minutes doesn't really apply. I also run with client_db off so the default authenticate_cache_garbage_interval 1 hour doesn't apply either. The lock-up

[squid-users] RE: Squid CPU 100% infinite loop

2013-06-11 Thread Mike Mitchell
that it picked up as if nothing had happened -- no error messages in any logs, no restarts, no core dumps. I'm now testing again using version 3.3.5-20130607-r12573 instead of 3.2.11-20130524-r11822. I've left everything else the same, with the cache size still at 150 GB. Mike Mitchell On 30/05/2013 08:43

[squid-users] RE: Squid CPU 100% infinite loop

2013-06-12 Thread Mike Mitchell
' '--with-maxfd=16384' '--with-pthreads' '--enable-storeio=aufs' '--enable-removal-policies=heap' '--disable-external-acl-helpers' '--disable-ipv6' --enable-ltdl-convenience Mike Mitchell On 11/06/2013 10:42:32 -0700, Loïc BLOT wrote: Hello mike, please

[squid-users] RE: Squid CPU 100% infinite loop

2013-06-24 Thread Mike Mitchell
a problem. Mike Mitchell __ From: Stuart Henderson [s...@spacehopper.org] Sent: Friday, June 21, 2013 9:57 AM To: squid-users@squid-cache.org Subject: Re: Squid CPU 100% infinite loop On 2013-05-28, Stuart Henderson s...@spacehopper.org wrote: On 2013-05-17, Alex Rousskov rouss

RE: [squid-users] parent request order

2013-06-26 Thread Mike Mitchell
; p = p-next) { ! p-rr_count = 0; } } --- 421,427 { peer *p = NULL; for (p = Config.peers; p; p = p-next) { ! p-rr_count = 1; } } Mike Mitchell From: T Ls [t...@pries.pro] Sent: Monday, June 24, 2013 4

[squid-users] swapfile header inconsistent

2014-05-21 Thread Mike Mitchell
: swapfile header inconsistent with available data At least it is not crashing.  This instance was started with a clean cache. Mike Mitchell

[squid-users] Re: swapfile header inconsistent

2014-05-22 Thread Mike Mitchell
running. I see this behavior regularly on all of my caches. Most are running 3.3.12, but I've started switching to 3.4.5 in hopes of reducing the 'isEmpty()' crashes. The 'isEmpty()' crashes are preceded by 'missing date' messages (bug 3279). Mike Mitchell

[squid-users] Re: BUG 3279: HTTP reply without Date

2014-06-02 Thread Mike Mitchell
I too see this problem with squid 3.4.5 under aufs. I switched 100+ Linux caches over from aufs to diskd and no longer see crashes. Mike Mitchell

[squid-users] Re: BUG 3279: HTTP reply without Date

2014-06-03 Thread Mike Mitchell
' '--disable-auth-negotiate' '--disable-external-acl-helpers' '--disable-ipv6' --enable-ltdl-convenience Mike Mitchell

[squid-users] Building 3.5.1 without libcom_err?

2015-02-23 Thread Mike Mitchell
succeeds and the executables run properly. I run configure with --with-krb5-config=no --without-mit-krb5 --without-heimdal-krb5 --without-gnutls But it still tries linking in the krb libraries and the com_err library. Any suggestions? Mike Mitchell ___ squid

[squid-users] request_body_max_size on transparent proxy

2015-02-23 Thread Mike Mitchell
'. Has anyone else seen this problem? I've found one reference to it in my searches, http://nerdanswer.com/answer.php?q=336233 Mike Mitchell ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users