RE: [squid-users] Squid 3.4.5 is available

2014-05-06 Thread Martin Sperl
C++11 with the requirement for gcc-4.8 would really be a show-stopper for most existing systems... For example RHEL6 still ships with gcc-4.4.7, so a switch there would result in cutting off Centos/RHEL6 as well. Even the Debian I have running on my Raspberry Pi only comes with gcc-4.7.2 as the

Re: [squid-users] Segment violation in 3.4.5

2014-05-06 Thread Kinkie
Unfortunately this report is still short on details. Could you try to follow the procedure explained in http://wiki.squid-cache.org/SquidFaq/BugReporting#Using_gdb_debugger_on_Squid and obtain a backtrace? Thanks! On Tue, May 6, 2014 at 3:12 AM, Dan Charlesworth d...@getbusi.com wrote: Hi

Re: [squid-users] Prefetching HTTP GET requests, but under HTTPS

2014-05-06 Thread Amos Jeffries
On 6/05/2014 5:53 p.m., Jianshi Huang wrote: Hi, I need to build a prefetching proxy to speedup page loading/clicks and I'm currently investigating Squid for prototype. Websites I want to speedup are all under HTTPS. I briefly scanned Squid's document and google the keywords, looks like

Re: [squid-users] Squid 3.4.5 is available

2014-05-06 Thread Leonardo Rodrigues
Em 06/05/14 03:52, Martin Sperl escreveu: I guess People would more likely stay with the older squid version (even if they are buggy) than spending that amount of time and Hassle just to get all the dependencies compiled or even think of upgrading to a new OS version... i'll be one of

[squid-users] Fwd: Squid/Ecap Adapter unable to open RAW Socket

2014-05-06 Thread Jatin Bhasin
Hello, icmp_sock = socket(PF_INET, SOCK_RAW, IPPROTO_ICMP); The above command works fine in squid. But if I run the same command in my eCap adapter I get an error. EPERM (Operation not permitted). Can you please help? Is this related the way dll are handled in linux. Thanks, Jatin

Re: [squid-users] Squid 3.4.5 is available

2014-05-06 Thread Amos Jeffries
On 6/05/2014 6:52 p.m., Martin Sperl wrote: C++11 with the requirement for gcc-4.8 would really be a show-stopper for most existing systems... For example RHEL6 still ships with gcc-4.4.7, so a switch there would result in cutting off Centos/RHEL6 as well. Even the Debian I have running on

Re: [squid-users] Fwd: Squid/Ecap Adapter unable to open RAW Socket

2014-05-06 Thread Amos Jeffries
On 6/05/2014 11:16 p.m., Jatin Bhasin wrote: Hello, icmp_sock = socket(PF_INET, SOCK_RAW, IPPROTO_ICMP); The above command works fine in squid. But if I run the same command in my eCap adapter I get an error. EPERM (Operation not permitted). Can you please help? Is this related the way

Re: [squid-users] Fwd: Squid/Ecap Adapter unable to open RAW Socket

2014-05-06 Thread Jatin Bhasin
Hello, Thanks for the response. I have to write an application where I have to send icmp pings when I receive certain data in my eCap adapter. But I am stuck at this issue and not able to move forward. I am running squid with cache_effective_user root. What else I would have to do to be able to

[squid-users] Squid 3.4.5 crashes when adaptation_access is used

2014-05-06 Thread Amm
Hello, I have already filed this bug on squid bugzilla. But I have always noticed that responses on mailing list are much faster (almost on same day) and response on bugzilla has taken weeks for me in past! So just bringing this bug in notice.

Re: [squid-users] Fwd: Squid/Ecap Adapter unable to open RAW Socket

2014-05-06 Thread Jatin Bhasin
Thanks I was able to solve this issue by setting up effective user permissions. On Tue, May 6, 2014 at 9:22 PM, Amos Jeffries squ...@treenet.co.nz wrote: On 6/05/2014 11:16 p.m., Jatin Bhasin wrote: Hello, icmp_sock = socket(PF_INET, SOCK_RAW, IPPROTO_ICMP); The above command works fine in

Re: [squid-users] Squid 3.4.5 is available

2014-05-06 Thread Amos Jeffries
On 6/05/2014 4:07 a.m., Amm wrote: Squid is very widely used software and this move may break lots of things for many administrators. Please note that we have already had several distributors using old versions of the popular OS to successfully build the updated 3.4 packages and confirm that

Re: [squid-users] Requiring C++11 support (Was: Squid 3.4.5 is available)

2014-05-06 Thread Alex Rousskov
On 05/06/2014 12:52 AM, Martin Sperl wrote: Out of curiosity: which features of c++11 do you want to use to make gcc 4.8 an absolute requirement for the next major release? IMO, none. As Amos have mentioned, C++11 offers a few development convenience/safety features and some performance

Re: [squid-users] feature requests

2014-05-06 Thread Alex Rousskov
On 04/29/2014 02:20 AM, Amos Jeffries wrote: perfecting the COSS caching model into the one now called rock to load multiple objects in single fast disk loads Please note that Rock does not use the COSS caching model, does not try to perfect it, and does not load multiple objects in single fast

[squid-users] Re: Delay Pools

2014-05-06 Thread Tomas Waldow
Please, anyone? -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Delay-Pools-tp4665836p4665853.html Sent from the Squid - Users mailing list archive at Nabble.com.

Re: [squid-users] Re: Squid 3.3.8 does not work with mobile app

2014-05-06 Thread Eliezer Croitoru
On 05/05/2014 10:38 AM, 0bj3ct wrote: I have a transparent Squid. But no one mobile app works with it. More details will be the basic answer: What is the IP topology of the network? What rules have you used in IPTALBES? is it a new machine? have you considered using 14.04? Eliezer

Re: [squid-users] url_rewrite_program receives empty lines as input

2014-05-06 Thread Eliezer Croitoru
Hey there, I will try my Mind-reading technique on you if you are fine with it: You are using squid 3.4.X?? (just wondering) When the helper gets empty lines it means that it probably ended it's life-cycle and it's recommended to do a clean exit of the helper.(from my experience). in what

Re: [squid-users] Skype SSL is incompatible with OpenSSL

2014-05-06 Thread Jay Jimenez
Hi Marcus and Amos, Thank you for the clarification. In my case that I am using fake connect (interception proxy), there must be a way on how to exclude skype on SSL Bumping. I tried to exclude browser ^skypeuser agent as discussed with squid wiki and still doesn't work. Also, I tried to

Re: [squid-users] Delay Pools

2014-05-06 Thread csn233
On Tue, May 6, 2014 at 3:38 AM, tomaswaldow to...@waldow.ws wrote: Hi I have a problem in Squid 3.1.20 with Debian 7. The settings of the delay pools are as follows: delay_pools 1 1 2 delay_class delay_parameters 1 -1/-1 10/10 1 delay_access allow localnet! CONNECT Should be