Squid Cache: Version 3.3.5 configure options: '--prefix=/opt/squid3' '--sysconfdir=/etc/squid' '--localstatedir=/var' '--with-logdir=/var/log' '--enable-snmp' '--enable-async-io' '--with-pthreads' '--enable-storeio=aufs,rock' '--enable-arp-acl' '--enable-epoll' '--disable-select' '--disable-poll' '--enable-removal-policies=lru,heap' '--enable-delay-pools' '--enable-htcp' '--enable-cache-digests' '--enable-referer-log' '--enable-useragent-log' '--enable-carp' '--enable-follow-x-forwarded-for' '--with-large-files' '--enable-linux-netfilter' '--enable-stacktraces' '--enable-http-violations' '--enable-auth' '--enable-auth-basic' '--enable-auth-digest' '--enable-auth-ntlm' '--enable-auth-negotiate' '--enable-icap-client' '--enable-ssl' '--disable-ipv6' --enable-ltdl-convenience On 10 June 2013 17:58, Eliezer Croitoru <eliezer@xxxxxxxxxxxx> wrote: > What version of squid? > what is the output of "squid -v"? > > Eliezer > > > On 6/10/2013 7:44 PM, Philip Munaawa wrote: >> >> Hi, >> >> I have configured squid with a rock cache_dir & wccp. When I use >> wccp2_rebuild_wait on, squid does not send out 'HERE IAM' messages to >> the router. >> >> It appears squid is waiting for the cache_dirs to be rebuilt, however, >> this seems to go on and on. Perhaps a signal notifying squid that the >> rebuild is completed is not being propagated correctly to the >> wccp2HereIam function in wccp2.cc. >> >> Config snippet >> cache_dir rock /tmp/disks/rock 400 max-size=16000 >> >> wccp2_router 192.168.1.254 >> wccp2_weight 10000 >> wccp2_rebuild_wait on >> wccp2_forwarding_method 1 >> wccp2_return_method 1 >> wccp2_assignment_method 1 >> wccp2_service_standard 0 >> >> With wccp2_rebuild_wait off, I squid successfully sends out 'HERE IAM' >> messages. >> >> Am I missing something here? >> >> Regards, >> Philip >> >