Re: [squid-users] squid speedup to client using TCP fast start?

2010-11-26 Thread Amos Jeffries
On 27/11/10 19:26, Linda Walsh wrote: There's an article pointed to by slashdot @ http://blog.benstrong.com/2010/11/google-and-microsoft-cheat-on-slow.html where the author found that instead of a slow start of sending a packet or two and waiting for an ACK, some sites like Google and Microsoft

[squid-users] squid speedup to client using TCP fast start?

2010-11-26 Thread Linda Walsh
There's an article pointed to by slashdot @ http://blog.benstrong.com/2010/11/google-and-microsoft-cheat-on-slow.html where the author found that instead of a slow start of sending a packet or two and waiting for an ACK, some sites like Google and Microsoft, optimize for their initial web pag

Re: [squid-users] squid cache not updating?

2010-11-26 Thread Amos Jeffries
On 25/11/10 22:14, J Webster wrote: I have my cache mounted on a drive at /var/spool/squid. The other day I tied to mount a new folder also on the same drive, which is apparently not the best thing to do. Since then, I am not sure if my squid cache is updating or not. It seems to be stuck at 35Gb

Re: [squid-users] tproxy

2010-11-26 Thread Amos Jeffries
On 27/11/10 00:53, jiluspo wrote: Would be posible to run tproxy in single ethernet, same subset of gateway, squid box, clients(squid box as gateway)? It could be difficult at best. You cannot rely on any IP-level networking mechanisms to get the packet handling right. The ideal TPROXY setup

Re: [squid-users] squid-3.1 client POST buffering

2010-11-26 Thread Amos Jeffries
On 27/11/10 05:10, Graham Keeling wrote: On Thu, Nov 25, 2010 at 04:36:49PM +, Graham Keeling wrote: Hello, I have upgraded to squid-3.1 recently, and found a change of behaviour. I have been using dansguardian in front of squid. It appears to be because squid now buffers uploaded POST dat

Re: [squid-users] SAMBAPREFIX

2010-11-26 Thread Amos Jeffries
On 27/11/10 00:20, Helmut Hullen wrote: Hallo, Amos, Du meintest am 27.11.10: it would be nice if "SAMBAPREFIX" is not hard coded in "helpers/ basic_auth/SMB/Makefile.in" but can be defined as a "configure" option. You will probably be wanting to tell this to the developers (squid-dev mail

Re: [squid-users] Problems with hotmail and facebook - rev

2010-11-26 Thread Amos Jeffries
On 27/11/10 02:35, Landy Landy wrote: Sorry if you receive this message twice but, my yahoo is acting up again. After a while looking for solutions on this problem still havent resolve this issue. I added an extra dsl line to our network and things are going the same way. Also, tried other mai

RE: [squid-users] Beta testers wanted for 3.2.0.1 - Changing 'workers' (from 1 to 2) is not supported and ignored

2010-11-26 Thread Ming Fu
Ktrace shown that the bind failed because it try to open unix socket in /usr/local/squid/var/run and it does not have the permission. So it is easy to fix. After the permission is corrected, I run into other problem, here is the log snip:

Re: [squid-users] squid-3.1 client POST buffering

2010-11-26 Thread Graham Keeling
On Thu, Nov 25, 2010 at 04:36:49PM +, Graham Keeling wrote: > Hello, > > I have upgraded to squid-3.1 recently, and found a change of behaviour. > I have been using dansguardian in front of squid. > > It appears to be because squid now buffers uploaded POST data slightly > differently. > In v

Re: [squid-users] Problems with hotmail and facebook - rev

2010-11-26 Thread Landy Landy
Sorry if you receive this message twice but, my yahoo is acting up again. After a while looking for solutions on this problem still havent resolve this issue. I added an extra dsl line to our network and things are going the same way. Also, tried other mailing list and posted on WISPA and got th

Re: [squid-users] STDERR is closed? So no std::cerr?

2010-11-26 Thread declanw
"dying from an unhandled exception: !theConsumer" Hurrah! Caught the STDERR message via non-daemonised mode! Now I just have to find out what that means :) On Thu, Nov 25, 2010 at 08:39:05AM +, decl...@is.bbc.co.uk wrote: > On Thu, Nov 25, 2010 at 12:27:50AM +, Amos Jeffries wrote: > > On

[squid-users] tproxy

2010-11-26 Thread jiluspo
Would be posible to run tproxy in single ethernet, same subset of gateway, squid box, clients(squid box as gateway)? I'm trying to run tproxy at lab on ubuntu 10.04, I dont know what else missing/wrong. squidbox as gateway works fine without tproxy. This private IPs would be replaced with public

[squid-users] Re: squid cache not updating?

2010-11-26 Thread J Webster
I have my cache mounted on a drive at /var/spool/squid. The other day I tied to mount a new folder also on the same drive, which is apparently not the best thing to do. Since then, I am not sure if my squid cache is updating or not. It seems to be stuck at 35Gb use and 16% capacity. Is there any

[squid-users] POP3 authentification

2010-11-26 Thread Helmut Hullen
Hallo, squid-users, I've tried the POP3 authentification with the script "pop3.pl" in "helpers/basic_auth/POP3" (written by Henrik Nordstrom) - it didn't work. Many error messages in /var/log/warn, telling Nov 26 09:14:58 Arktur squid[2157]: Starting Squid Cache version 3.1.8 for i486-slac

Re: [squid-users] SAMBAPREFIX

2010-11-26 Thread Helmut Hullen
Hallo, Amos, Du meintest am 27.11.10: >> it would be nice if "SAMBAPREFIX" is not hard coded in "helpers/ >> basic_auth/SMB/Makefile.in" but can be defined as a "configure" >> option. >> > You will probably be wanting to tell this to the developers > (squid-dev mailing list) rather than fellow a

Re: [squid-users] SAMBAPREFIX

2010-11-26 Thread Amos Jeffries
On 26/11/10 20:42, Helmut Hullen wrote: Hallo, squid-users, it would be nice if "SAMBAPREFIX" is not hard coded in "helpers/ basic_auth/SMB/Makefile.in" but can be defined as a "configure" option. You will probably be wanting to tell this to the developers (squid-dev mailing list) rather tha

RE: [squid-users] Caching youtube videos problem/ always getting TCP_MISS

2010-11-26 Thread Saurabh Agarwal
Hi All This is what I had to do for successfully caching youtube video. I tested with this URL http://www.youtube.com/watch?v=7M-jsjLB20Y Please follow the instruction given on http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube . Then I had these following lines in squid.conf.

RE: [squid-users] Caching youtube videos problem/ always getting TCP_MISS

2010-11-26 Thread Saurabh Agarwal
Hi Amos It works fine now. Youtube videos are being cached. There was a mistake in refresh_pattern. Regards, Saurabh -Original Message- From: Amos Jeffries [mailto:squ...@treenet.co.nz] Sent: Tuesday, November 23, 2010 4:47 PM To: squid-users@squid-cache.org Subject: Re: [squid-users]

[squid-users] SAMBAPREFIX

2010-11-26 Thread Helmut Hullen
Hallo, squid-users, it would be nice if "SAMBAPREFIX" is not hard coded in "helpers/ basic_auth/SMB/Makefile.in" but can be defined as a "configure" option. Viele Gruesse! Helmut