Re: [squid-users] rev 3.5.15

2016-03-03 Thread joe
tks amos also i clean up re work on store-id wish also minimize the other error like loop and so and in conf as well and im trying to study why the most TCP_SWAPFAIL_MISS/200 ar application/x-javascript so must be somthing stuped not related to bug i will report later if i find any .. --

Re: [squid-users] rev 3.5.15

2016-03-02 Thread Amos Jeffries
On 3/03/2016 12:33 a.m., joe wrote: > >>> I dont understand what you are trying to say? >>> Amos > > you guys had 2 patch for 4447 bug right the first patch work the one in > bug report http://bugs.squid-cache.org/show_bug.cgi?id=4447 > > so i re download latest patched Squid Cache: Version 3.

Re: [squid-users] rev 3.5.15

2016-03-02 Thread joe
2016/03/02 16:48:18 kid1| varyEvaluateMatch: Oops. Not a Vary match on second attempt, 'http://extention-file.squid.internal.bugs.squid-cache.org/js/yui/assets/skins/sam/autocomplete.css' 'accept-encoding="gzip,%20deflate,%20sdch"' 2016/03/02 16:48:18 kid1| clientProcessHit: Vary object loop! 2016/

Re: [squid-users] rev 3.5.15

2016-03-02 Thread joe
>>I dont understand what you are trying to say? >>Amos you guys had 2 patch for 4447 bug right the first patch work the one in bug report http://bugs.squid-cache.org/show_bug.cgi?id=4447 so i re download latest patched Squid Cache: Version 3.5.15-20160229-r13997 and the bug show up in my cach

Re: [squid-users] rev 3.5.15

2016-03-02 Thread Amos Jeffries
On 2/03/2016 10:35 p.m., joe wrote: > Squid Cache: Version 3.5.15-20160229-r13997 > first patch work fine until the second patch > > > assertion failed: FwdState.cc:447: "serverConnection() == conn" > assertion failed: BodyPipe.cc:232: "!theConsumer" > assertion failed: store.cc:1890: "isEmpty()"

Re: [squid-users] rev 3.5.15

2016-03-02 Thread joe
Squid Cache: Version 3.5.15-20160229-r13997 first patch work fine until the second patch assertion failed: FwdState.cc:447: "serverConnection() == conn" assertion failed: BodyPipe.cc:232: "!theConsumer" assertion failed: store.cc:1890: "isEmpty()" -- View this message in context: http://squ

Re: [squid-users] rev 3.5.15 SWAPFAIL

2016-02-29 Thread Amos Jeffries
On 1/03/2016 9:46 a.m., joe wrote: > forgot to mention i use diskd not aufs i tough only on aufs this err > happen > It means Squid was unable to load a file off disk. As you can imagine the number of reasons for disk file errors are many, and not limited to AUFS or even things being done

Re: [squid-users] rev 3.5.15 SWAPFAIL

2016-02-29 Thread joe
forgot to mention i use diskd not aufs i tough only on aufs this err happen -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/rev-3-5-15-SWAPFAIL-tp4676323p4676324.html Sent from the Squid - Users mailing list archive at Nabble.com. _

[squid-users] rev 3.5.15 SWAPFAIL

2016-02-29 Thread joe
around 1430 link for today only any fix on that or any idea how to track this ?? 1456720201.858277 10.3.2.76 TCP_SWAPFAIL_MISS/304 281 GET http://walter-producer-cdn.api.bbci.co.uk/content/static/followtopics - HIER_DIRECT/104.86.224.33 application/json 1456720271.322353 10.3.2.97 T

Re: [squid-users] rev 3.5.15

2016-02-28 Thread joe
good work from the time you guys have fix patch until now all is fine no more error on those . running it on production server :) tks again and no complain about the assert() function just was idea and now i see why having it untill the function fully bug free tks -- View this message in

Re: [squid-users] rev 3.5.15

2016-02-27 Thread Alex Rousskov
On 02/26/2016 08:00 PM, joe wrote: > thank you guys also i got 2 error so fare in my cache,log > kid1| assertion failed: store.cc:1890: "isEmpty()" > > and it look like squid restart after eatch one > 2016/02/27 04:12:35 kid1| assertion failed: FwdState.cc:447: > "serverConnection() == conn" htt

Re: [squid-users] rev 3.5.15

2016-02-27 Thread joe
isn't better to use for kid1| assertion failed: store.cc:1890: "isEmpty()" in store.cc line 1890 assert (isEmpty()); insted replace it with VERIFY (isEmpty()); assert force the program to halt that's why the restart happen and its very bad wen squid restart doing huge rebuild it take time to f

Re: [squid-users] rev 3.5.15

2016-02-26 Thread joe
thank you guys also i got 2 error so fare in my cache,log kid1| assertion failed: store.cc:1890: "isEmpty()" and it look like squid restart after eatch one 2016/02/27 04:12:35 kid1| assertion failed: FwdState.cc:447: "serverConnection() == conn" 2016/02/27 04:12:39 kid1| Set Current Directory to

Re: [squid-users] rev 3.5.15

2016-02-26 Thread Alex Rousskov
On 02/26/2016 04:07 PM, Amos Jeffries wrote: > On 27/02/2016 11:14 a.m., joe wrote: >> i ask you coder to add extra safe control for that to stop squid with error > You mean like this message on startup (and -k parse): > > ERROR: This proxy does not support the 'diskd' cache type. Ignoring. >

Re: [squid-users] rev 3.5.15

2016-02-26 Thread Amos Jeffries
On 27/02/2016 11:14 a.m., joe wrote: > sorry for that it was mistake > > im using diskd insted i forgot to add wen configur > --enable-storeio=ufs,aufs \ no diskd > so squid in that case should exit stop with error it did not it keep runing > and i see some hit was from the mem.. i did not n

Re: [squid-users] rev 3.5.15

2016-02-26 Thread Amos Jeffries
On 27/02/2016 7:24 a.m., joe wrote: > i will try to investigate > all i did is use same conf same configur same store-id without touching > any of them compile install that it and one of the best site for testing is > xnxx.com that use xvideos.com to pull video as cdn all cached object no > H

Re: [squid-users] rev 3.5.15

2016-02-26 Thread joe
sorry for that it was mistake im using diskd insted i forgot to add wen configur --enable-storeio=ufs,aufs \ no diskd so squid in that case should exit stop with error it did not it keep runing and i see some hit was from the mem.. i did not notice there is no hit from the disk so it was my

Re: [squid-users] rev 3.5.15

2016-02-26 Thread joe
i will try to investigate all i did is use same conf same configur same store-id without touching any of them compile install that it and one of the best site for testing is xnxx.com that use xvideos.com to pull video as cdn all cached object no HIT on xvideos.com any more by reverting to 3.5

Re: [squid-users] rev 3.5.15

2016-02-26 Thread Amos Jeffries
On 27/02/2016 12:11 a.m., joe wrote: > just by changing from 3.5.14 to 3.5.15cahe hit drop 90% > on intercept or accel > wen i revert back to 3.5.14 those site cached normal > Any signs of *why* ? Did you look into it? Amos ___ squid-users mail

[squid-users] rev 3.5.15

2016-02-26 Thread joe
just by changing from 3.5.14 to 3.5.15cahe hit drop 90% on intercept or accel wen i revert back to 3.5.14 those site cached normal -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/rev-3-5-15-tp4676243.html Sent from the Squid - Users mailing list archive