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