On 12/06/11 16:17, Jenny Lee wrote:
I can't get the workers work. They are started fine. However I get: kid1| commBind: Cannot bind socket FD 13 to [::]: (2) No such file or directory kid2| commBind: Cannot bind socket FD 13 to [::]: (2) No such file or directory kid3| commBind: Cannot bind socket FD 9 to [::]: (2) No such file or directory Is there a compile option to enable/disable workers that I am missing?
I can't seem to replicate that here. More details are needed about what FD 13 and FD 9 were being used for please.
The ports below work fine on mono squid. --- workers 2 if ${process_number} = 1 http_port 1.1.1.1:3128 else http_port 1.1.1.1:3129 endif --- Thanks Jenny RHEL6 x64 Squid 3.2.0.7
3.2.0.8 is the current most stable beta. Also, cc'ing squid-dev where the other dev can see this..
Compile: --disable-carp \ --disable-wccp \ --disable-wccpv2 \ --disable-snmp \ --disable-htcp \ --disable-ident-lookups \ --disable-unlinkd \ --disable-translation \ --disable-auto-locale \ --disable-loadable-modules \ --disable-esi \ --disable-disk-io \ --disable-eui \ --disable-storeio \ --disable-auth-ntlm \ --disable-auth-negotiate \ --disable-auth-digest \ --disable-cache-digests \ --disable-ntlm-auth-helpers \ --disable-negotiate-auth-helpers \ --disable-digest-auth-helpers \
These options are now gone from 3.2: http://www.squid-cache.org/Versions/v3/3.2/RELEASENOTES.html#ss4.3
--disable-ipfw-transparent \ --disable-ipf-transparent \ --disable-pf-transparent \ --disable-linux-tproxy \ --disable-linux-netfilter \ --without-netfilter-conntrack \ --disable-url-rewrite-helpers \ --disable-win32-service \ --disable-zph-qos \ --disable-icap-client \ --disable-ecap \ --disable-useragent-log \ --disable-referer-log \
... so are these log ones.
--disable-eui \ --disable-poll \ --disable-select \ --disable-kqueue \ --disable-icmp \ --disable-gnuregex \ --disable-cpu-profiling \ --disable-kill-parent-hack \ --disable-follow-x-forwarded-for \ --disable-forw-via-db \ --without-valgrind-debug \ --without-ipv6-split-stack \
*-ipv6-split-stack was removed in 3.1.6.
--without-po2html
Amos -- Please be using Current Stable Squid 2.7.STABLE9 or 3.1.12 Beta testers wanted for 3.2.0.8 and 3.1.12.2