[squid-users] Select loop Error. Retry 1

From: Eugene M. Zheganin <eugene_at_zhegan.in>
Date: Sat, 14 May 2011 13:05:09 +0600

Hi.

I'm using squid 3.1.12 on FreeBSD 8.x.

What does the message in subject mean ?
I receive this message when I add authentication helpers and/or external
acl helpers.
After start squid works fine. But on first reconfiguring it writes this
message down and after this it's frozen. The Internet access to the
clients is cut off, but the program itself still works - it can be
reconfigured or stopped.

Here's the example of a piece of my config on one of my production proxies.
If I enable any of the commented out pieces - I get this issue.

===Cut===
#auth_param negotiate program /usr/local/libexec/squid/squid_kerb_auth
#auth_param negotiate children 15
#auth_param negotiate keep_alive on

auth_param ntlm program /usr/local/bin/ntlm_auth -d 0
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 35

auth_param basic program /usr/local/libexec/squid/pam_auth
auth_param basic children 35
auth_param basic realm Squid
auth_param basic credentialsttl 1 minute
auth_param basic casesensitive off

authenticate_ttl 1 minute
authenticate_cache_garbage_interval 1 minute

acl bsd_machines src
"/usr/local/etc/squid/bsd_machines.acl"
acl win_machines src
"/usr/local/etc/squid/windows_machines.acl"

external_acl_type ldap_group ttl=60 negative_ttl=60
children=40 %LOGIN \
                                                         
/usr/local/libexec/squid/squid_ldap_group \
                                                         -b
cn=Users,dc=norma,dc=com \
                                                         -f
"(&(cn=%g)(member=%u)(objectClass=group))" \
                                                         -F
"sAMAccountname=%s" \
                                                         -D
cn=dca,cn=Users,dc=norma,dc=com \
                                                         -W
/usr/local/etc/squid/ad.passwd -h hq-gc.norma.com -v 3 -p 389

#external_acl_type squid_kerb_ldap ttl=3600 negative_ttl=60
children=40 %LOGIN \
#
/usr/local/libexec/squid/squid_kerb_ldap \
# -b
cn=Users,dc=norma,dc=com \
# -g "Internet
Users - Proxy1<at>" -N SOFTLAB<at>NORMA.COM
===Cut===

Thanks.
Eugene.
Received on Sat May 14 2011 - 07:05:20 MDT

This archive was generated by hypermail 2.2.0 : Tue May 17 2011 - 12:00:02 MDT