[squid-users] Re: MySQL authentication problem

2011-05-11 Thread Sarim Khan
Hi, Hello all, I compiled and installed squid on debian 6 server. I want to use authentication in proxy so i configure squid to use mysql. I followed /ConfigExamples/Authenticate/Mysql tutorial of squid-cache wiki. Now in my server, /usr/lib/squid/squid_db_auth --user someuser --password

[squid-users] Squid uses way too much RAM and starts swapping ...

2011-05-11 Thread guest01
Hi, I am currently using squid 3.1.12 as forward-proxy without harddisk-caching (only RAM is used for caching). Each server is running on RHEL5.5 and is pretty strong (16 CPUs, 28GB RAM), but each servers starts swapping a few days after start. The workaround at the moment is to reboot the server

Re: [squid-users] Squid uses way too much RAM and starts swapping ...

2011-05-11 Thread Amos Jeffries
On 11/05/11 19:19, guest01 wrote: Hi, I am currently using squid 3.1.12 as forward-proxy without harddisk-caching (only RAM is used for caching). Each server is running on RHEL5.5 and is pretty strong (16 CPUs, 28GB RAM), but each servers starts swapping a few days after start. The workaround

Re: [squid-users] Re: MySQL authentication problem

2011-05-11 Thread Amos Jeffries
On 11/05/11 18:37, Sarim Khan wrote: Hi, Hello all, I compiled and installed squid on debian 6 server. I want to use authentication in proxy so i configure squid to use mysql. I followed /ConfigExamples/Authenticate/Mysql tutorial of squid-cache wiki. Now in my server,

Re: [squid-users] Re: can squid load data into cache faster than sending it out?

2011-05-11 Thread Amos Jeffries
On 11/05/11 04:34, Dave Dykstra wrote: On Sat, May 07, 2011 at 02:32:22PM +1200, Amos Jeffries wrote: On 07/05/11 08:54, Dave Dykstra wrote: Ah, but as explained here http://www.squid-cache.org/mail-archive/squid-users/200903/0509.html this does risk using up a lot of memory because squid

Re: [squid-users] proxy-auth NTLM stop working

2011-05-11 Thread Amos Jeffries
On 11/05/11 05:44, Ricardo Nuno wrote: Hi, I had a working setup with Ubuntu 10.04 LTS x64 with the following versions: squid 3.0.STABLE19-1ubuntu0.1 samba 2:3.4.7~dfsg-1ubuntu3.5 We have a AD domain with around 50 clients using Windows 7 and joined in the domain. For this clients we user

[squid-users] Today's BZR checkout doesn't compile (‘class ClientRequestContext’ has no member named ‘sslBumpCheckDone’)

2011-05-11 Thread Ralf Hildebrandt
From the end of the make output: libtool: link: g++ -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -m32 -g -o unlinkd unlinkd_daemon.o auth/.libs/libacls.a ident/.libs/libident.a acl/.libs/libacls.a

Re: [squid-users] you cache is running out of filedescriptors in ubuntu

2011-05-11 Thread Carlos Manuel Trepeu Pupo
2011/5/11 Amos Jeffries squ...@treenet.co.nz: On Tue, 10 May 2011 16:10:38 -0400, Carlos Manuel Trepeu Pupo wrote: Hi I have down all my work, I find some information to fix this but tell me modify /etc/default/squid and I don't have this file, what could I do? It's urgent I have squid

Re: [squid-users] you cache is running out of filedescriptors in ubuntu

2011-05-11 Thread Amos Jeffries
On 12/05/11 00:39, Carlos Manuel Trepeu Pupo wrote: 2011/5/11 Amos Jeffriessqu...@treenet.co.nz: On Tue, 10 May 2011 16:10:38 -0400, Carlos Manuel Trepeu Pupo wrote: Hi I have down all my work, I find some information to fix this but tell me modify /etc/default/squid and I don't have this

Re: [squid-users] Today's BZR checkout doesn't compile (‘class ClientRequestContext’ has no member named ‘sslBumpCheckDone’)

2011-05-11 Thread Amos Jeffries
On 11/05/11 23:20, Ralf Hildebrandt wrote: From the end of the make output: The fix just went in. Amos -- Please be using Current Stable Squid 2.7.STABLE9 or 3.1.12 Beta testers wanted for 3.2.0.7 and 3.1.12.1

Re: [squid-users] proxy-auth NTLM stop working

2011-05-11 Thread Ricardo Nuno
Okay to Basic auth protocol works. Now what about the other two? you have Negotiate configured as first option and NTLM configured as second.  It is *entirely* up to the browser which of the three options it picks to use.  - IE is known only to pick the first it can use and not failover.  -

[squid-users] partitioning Debian 6 for squid instalation

2011-05-11 Thread Carlos Manuel Trepeu Pupo
Hi everyone, I gonna install the latest Squid STABLE version in Debian 6 64bits, so I like to know the recommended hard disk partition !

[squid-users] squid ssl certificate db for ssl_bump

2011-05-11 Thread Ming Fu
Hi, A few questions about sslbump: 1. Can ssl_crtd from different squids on the same hardware shared the same ssl_crtd certificate cache directory? 2. If the certificate used to sign the dynamic cert is altered, should the ssl_db be recreated (old cached cert removed)? 3. With the -c option

[squid-users] bug 1991/1939 and kqueue

2011-05-11 Thread Ming Fu
Hi, I was looking into the fix for 1939 on Linux epoll. I am wondering if similarly apply the same modification to kqueue will do the same magic for 1991.  On Linux epoll that fix seems to enable write monitoring whenever read_pending is present. I don't understand the logic, but if it works

Re: [squid-users] multiple squid confs? multiple machines, single auth db?

2011-05-11 Thread errno
Thankyou for the advice and pointers, much appreciated! On Tuesday, May 10, 2011 08:49:44 PM Amos Jeffries wrote: On Tue, 10 May 2011 15:10:12 -0700, errno wrote: I'll be doing major upgrades to a few of our old systems that are running older versions of squid (2.5 era).

Re: [squid-users] Re: can squid load data into cache faster than sending it out?

2011-05-11 Thread Dave Dykstra
On Wed, May 11, 2011 at 09:05:08PM +1200, Amos Jeffries wrote: On 11/05/11 04:34, Dave Dykstra wrote: On Sat, May 07, 2011 at 02:32:22PM +1200, Amos Jeffries wrote: On 07/05/11 08:54, Dave Dykstra wrote: Ah, but as explained here

[squid-users] about chroot

2011-05-11 Thread Carlos Manuel Trepeu Pupo
I'm right now installing my Debian 6, next will be install Squid 3.1.12, so Amos, I suppose we are in peace, lol. I like to enhance my security with a chroot, but reading in internet the information it's no too much, only see this in all the comments: if you use a HTTP port less than 1024 and try

[squid-users] apt-get update issue on Client machine in LAN

2011-05-11 Thread Kaushal Shriyan
Hi, I have a issue wherein when i list lynx http://archive.ubuntu.com/ubuntu and then browse the directories, I do not get further listing on the client machine in LAN but when i run it on the Gateway which runs squid it works perfectly fine Any clue I have cleared the squid cache too and have

[squid-users] Caching of Big objects (bigger than memory limit)

2011-05-11 Thread Pieter De Wit
Hi List, From my understanding, Squid will add an object into memory, then page it out to disk, as the memory limit get's full. (Barring another 1000 checks that I didn't mention :) ) My question is, what will happen with an object that is bigger than maximum_object_size_in_memory ? Here

Re: [squid-users] Re: can squid load data into cache faster than sending it out?

2011-05-11 Thread Amos Jeffries
On 12/05/11 08:18, Dave Dykstra wrote: On Wed, May 11, 2011 at 09:05:08PM +1200, Amos Jeffries wrote: On 11/05/11 04:34, Dave Dykstra wrote: On Sat, May 07, 2011 at 02:32:22PM +1200, Amos Jeffries wrote: On 07/05/11 08:54, Dave Dykstra wrote: Ah, but as explained here

Re: [squid-users] about chroot

2011-05-11 Thread Amos Jeffries
On 12/05/11 10:26, Carlos Manuel Trepeu Pupo wrote: I'm right now installing my Debian 6, next will be install Squid 3.1.12, so Amos, I suppose we are in peace, lol. I like to enhance my security with a chroot, but reading in internet the information it's no too much, only see this in all the

Re: [squid-users] partitioning Debian 6 for squid instalation

2011-05-11 Thread Amos Jeffries
On 12/05/11 03:47, Carlos Manuel Trepeu Pupo wrote: Hi everyone, I gonna install the latest Squid STABLE version in Debian 6 64bits, so I like to know the recommended hard disk partition ! Recommendation is to dedicate whole disk spool/spindle/drive to Squid. No partitioning.

Re: [squid-users] Caching of Big objects (bigger than memory limit)

2011-05-11 Thread Amos Jeffries
On 12/05/11 13:32, Pieter De Wit wrote: Hi List, From my understanding, Squid will add an object into memory, then page it out to disk, as the memory limit get's full. (Barring another 1000 checks that I didn't mention :) ) My question is, what will happen with an object that is bigger than

Re: [squid-users] Caching of Big objects (bigger than memory limit)

2011-05-11 Thread Pieter De Wit
Thanks Amos, Yeah - forgot to mention that I am on 3.1.6, latest Deb 6 version. Cheers, Pieter On Thu, 12 May 2011, Amos Jeffries wrote: On 12/05/11 13:32, Pieter De Wit wrote: Hi List, From my understanding, Squid will add an object into memory, then page it out to disk, as the memory

Re: [squid-users] proxy-auth NTLM stop working

2011-05-11 Thread Amos Jeffries
On 12/05/11 02:34, Ricardo Nuno wrote: Okay to Basic auth protocol works. Now what about the other two? you have Negotiate configured as first option and NTLM configured as second. It is *entirely* up to the browser which of the three options it picks to use. - IE is known only to pick the

Re: [squid-users] bug 1991/1939 and kqueue

2011-05-11 Thread Amos Jeffries
On 12/05/11 07:21, Ming Fu wrote: Hi, I was looking into the fix for 1939 on Linux epoll. I am wondering if similarly apply the same modification to kqueue will do the same magic for 1991. On Linux epoll that fix seems to enable write monitoring whenever read_pending is present. I don't

Re: [squid-users] apt-get update issue on Client machine in LAN

2011-05-11 Thread Helmut Hullen
Hallo, Kaushal, Du meintest am 12.05.11: I have a issue wherein when i list lynx http://archive.ubuntu.com/ubuntu and then browse the directories, I do not get further listing on the client machine in LAN What happens if you don't use lynx as a client browser but (p.e.) firefox or

Re: [squid-users] [Help] Reverse Proxy: suspend bulk requests for invalid urls

2011-05-11 Thread Le Trung Kien
I realized that the server reply both 403 and 404. About 404, but I don't know how to cache 404 File Not Found reply from original servers, should I add a default error page on web application for invalid URLs ? I tested and saw that cache misses on those URLs because we don't have a default error

[squid-users] issue with hotmail site

2011-05-11 Thread Malik Madni
hello! i complied squid from source code. i am facing problem while trying to browse hotmail page rest of the sites are ok. it takes long time. what may be the reason. i am using SQUID 3.0.STABLE19. please help. regards,