[squid-users] crash squid-3.1.18

2011-12-07 Thread Knop, Uwe
Hi, i create a bugreport for this error "http://bugs.squid-cache.org/show_bug.cgi?id=3442": assertion failed: external_acl.cc:841: "ch->auth_user_request" bye UK smime.p7s Description: S/MIME cryptographic signature

Re: [squid-users] Problem compiling Squid 3.1.18 on Ubuntu 10.04 LTS - store.cc

2011-12-07 Thread kzl
So it need to change two file.  Thanks.  cheers,  KZ - Original Message - From: Amos Jeffries To: squid-users@squid-cache.org Cc: Sent: Thursday, December 8, 2011 2:04 PM Subject: Re: [squid-users] Problem compiling Squid 3.1.18 on Ubuntu 10.04 LTS - store.cc On 8/12/2011 6:33 p.m.,

Re: [squid-users] Problem compiling Squid 3.1.18 on Ubuntu 10.04 LTS - store.cc

2011-12-07 Thread Amos Jeffries
On 8/12/2011 6:33 p.m., kzl wrote: Hi Amos, As refer to http://bugs.squid-cache.org/show_bug.cgi?id=3440 , how to change StoreEntry::deferProducer not to be const? I'd tried just remove "const" word in the line, it shows: store.cc:372: error: prototype for `void StoreEntry::deferProducer(R

Re: [squid-users] Problem compiling Squid 3.1.18 on Ubuntu 10.04 LTS - store.cc

2011-12-07 Thread kzl
Hi Amos,   As refer to http://bugs.squid-cache.org/show_bug.cgi?id=3440 , how to change StoreEntry::deferProducer not to be const? I'd tried just remove "const" word in the line, it shows: store.cc:372: error: prototype for `void StoreEntry::deferProducer(RefCount&)' does not match any in clas

Re: [squid-users] squid_ldap_group false negatives

2011-12-07 Thread Amos Jeffries
On 8/12/2011 5:24 p.m., Eugene M. Zheganin wrote: Hi. On 07.12.2011 17:44, Amos Jeffries wrote: Minor bug, the bracketed () message is wrong about the state. It is actually still waiting for the lookup to complete. What you should find is that some unknown time later (helper response delay,

Re: [squid-users] squid_ldap_group false negatives

2011-12-07 Thread Eugene M. Zheganin
Hi. On 07.12.2011 17:44, Amos Jeffries wrote: Minor bug, the bracketed () message is wrong about the state. It is actually still waiting for the lookup to complete. What you should find is that some unknown time later (helper response delay, maybe up to 50-100 milliseconds?) you get another m

Re: [squid-users] Occasional ntlm auth problems

2011-12-07 Thread Amos Jeffries
On Wed, 7 Dec 2011 09:30:31 -0500, Robert Vaughan wrote: Hi, We're using Squid-2.5.STABLE14 and occasionally when we rotate logs (nightly event) something breaks in the squid->ntlm_auth->winbind chain such that users get prompted in their browsers to authenticate. In the cache log we see this

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread kzl
my problem seems due to path issue. After I re configure and compile again, it doesn't show that error anymore.  Anyway, I am now using 'make' under /usr/ccs/bin  thanks.  From: Amos Jeffries To: squid-users@squid-cache.org Sent: Wednesday, December 7, 2011 8

[squid-users] Occasional ntlm auth problems

2011-12-07 Thread Robert Vaughan
Hi, We're using Squid-2.5.STABLE14 and occasionally when we rotate logs (nightly event) something breaks in the squid->ntlm_auth->winbind chain such that users get prompted in their browsers to authenticate. In the cache log we see this error for each user: Login for user [domain]\[user]@[mach

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread Amos Jeffries
On 7/12/2011 11:45 p.m., Víctor José Hernández Gómez wrote: Hi Jose, My problem (a link problem) was solved when I inverted the order of SSLLIB and SSL_LIBS inside src/Makefile squid/squid-3.1.18 > diff src/Makefile.org src/Makefile 1893c1893 < $(SSLLIB) $(SSL_LIBS) -lmiscutil $(EPOLL_LIBS) $(

Re: [squid-users] Re: Connection time error and reach problem to a special web site

2011-12-07 Thread Amos Jeffries
On 7/12/2011 10:34 p.m., a bv wrote: also at the same enviroment through an other proxy i can access the same site 2011/12/7 a bv: Hi, A client has reported that when he tries to connect to an https site it gives the below error. I tried once to reach the site without using proxy and i reache

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread Amos Jeffries
On 7/12/2011 10:37 p.m., kzl wrote: Thanks, I got it fixed. Now it hit the same issue as this: http://www.mail-archive.com/squid-users@squid-cache.org/msg82234.html I saw the issue got fixed. Will the build 19 be release sometime soon? Probably not soon. I try not to release new stables unless

Re: [squid-users] squid_ldap_group false negatives

2011-12-07 Thread Amos Jeffries
On 7/12/2011 9:44 p.m., Eugene M. Zheganin wrote: Hi. I'm using the squid_ldap_group external ACL to control AD users access to the Internet. Recently I got a problem: on some machines squid_ldap_group gives false negative result. Consider using emz is a member of 'Internet Users - Crystal'

Re: [squid-users] Squid 3.2.0.13 daily release

2011-12-07 Thread Nguyen Hai Nam
On 12/7/2011 4:13 AM, Amos Jeffries wrote: cc'd to squid-dev so the developers can see this info. On Tue, 06 Dec 2011 16:43:38 +0700, Nguyen Hai Nam wrote: Hi, I've installed Squid 3.2.0.13 as an intercepting proxy server. Today I tried to build latest version 3.2.0.13 20111205, the problem is

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread Víctor José Hernández Gómez
Hi Jose, My problem (a link problem) was solved when I inverted the order of SSLLIB and SSL_LIBS inside src/Makefile squid/squid-3.1.18 > diff src/Makefile.org src/Makefile 1893c1893 < $(SSLLIB) $(SSL_LIBS) -lmiscutil $(EPOLL_LIBS) $(MINGW_LIBS) \ --- > $(SSL_LIBS) $(SSLLIB) -lmiscutil $(EPOLL

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread Jose-Marcio Martins da Cruz
Víctor José Hernández Gómez wrote: Hi everybody, the problem related to ssl detection still stands in 3.1.18 branch. /usr/local/src/squid-3.1.18/src/ssl/gadgets.cc:110: undefined reference to `X509_set_issuer_name' /usr/local/src/squid-3.1.18/src/ssl/gadgets.cc:117: undefined reference to `X509

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread Víctor José Hernández Gómez
Hi everybody, the problem related to ssl detection still stands in 3.1.18 branch. /usr/local/src/squid-3.1.18/src/ssl/gadgets.cc:110: undefined reference to `X509_set_issuer_name' /usr/local/src/squid-3.1.18/src/ssl/gadgets.cc:117: undefined reference to `X509_set_notAfter' /usr/local/src/squi

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread Jose-Marcio Martins da Cruz
Maybe your problem come from the compile options you're using. I compiled it with just a problem under Solaris, both sparc and x86, but different of the your one. My problem (a link problem) was solved when I inverted the order of SSLLIB and SSL_LIBS inside src/Makefile squid/squid-3.1.18 >

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread kzl
Thanks, I got it fixed.  Now it hit the same issue as this: http://www.mail-archive.com/squid-users@squid-cache.org/msg82234.html I saw the issue got fixed. Will the build 19 be release sometime soon?  regards,  KZ From: Amos Jeffries To: squid-users@squid-cach

[squid-users] Re: Connection time error and reach problem to a special web site

2011-12-07 Thread a bv
also at the same enviroment through an other proxy i can access the same site 2011/12/7 a bv : > Hi, > > A client has reported that when he tries to connect to an https site > it gives the below error. I  tried once to reach the site without > using proxy and i reached the site. So how can resolve

[squid-users] Connection time error and reach problem to a special web site

2011-12-07 Thread a bv
Hi, A client has reported that when he tries to connect to an https site it gives the below error. I tried once to reach the site without using proxy and i reached the site. So how can resolve the below issue? Regards Connection timed outThe remote host or network may be down. Please try the

Re: [squid-users] Re: kernel consideration for heavy loaded network

2011-12-07 Thread Benjamin
On 12/07/2011 02:11 PM, Amos Jeffries wrote: On 7/12/2011 5:47 a.m., Benjamin wrote: On 12/04/2011 11:33 AM, Benjamin wrote: Hi, We are using centos 6 64 bit for squid with tproxy feature.Our squid purpose is for only cache gain.So i wonder that do we need to compile vanilla kernel with any

[squid-users] squid_ldap_group false negatives

2011-12-07 Thread Eugene M. Zheganin
Hi. I'm using the squid_ldap_group external ACL to control AD users access to the Internet. Recently I got a problem: on some machines squid_ldap_group gives false negative result. Consider using emz is a member of 'Internet Users - Crystal' (and ofc he's never removed). It looks like: ==

Re: [squid-users] Re: kernel consideration for heavy loaded network

2011-12-07 Thread Amos Jeffries
On 7/12/2011 5:47 a.m., Benjamin wrote: On 12/04/2011 11:33 AM, Benjamin wrote: Hi, We are using centos 6 64 bit for squid with tproxy feature.Our squid purpose is for only cache gain.So i wonder that do we need to compile vanilla kernel with any specific parameters or OS default kernel is

Re: [squid-users] compile error on Squid 3.1.18

2011-12-07 Thread Amos Jeffries
On 7/12/2011 3:52 p.m., kzl wrote: any hint on how I may check? Many thanks. kz You sure 3.1.17 worked? There is exactly one line of code difference between 3.1.17 and 3.1.18 and nowhere near the files which you mention failing. Might be something like this person had? http://saintaardva

[squid-users] 1 proxy doesnt work while others do

2011-12-07 Thread a bv
Hi I have several squid boxes on LAN running through Checkpoint firewall . Sometimes 1 stops serving . - I can login to that proxy with putty. - I can see that the squid server process is running (also service is restarted) - I cant ping the pingable IP addresses through the shell . Since othe