On 7/07/2015 11:14 p.m., TarotApprentice wrote:
> I've setup a test machine with Debian Jessie and got squid from the repo 
> (3.4.8). I'm trying the SmpCarpCluster example given in the wiki. 
> Unfortunately its not working too well.
> 
> I've used the 3 conf files shown in the example, adjusted memory sizes and 
> the directories. I had to add "http_access allow localnet" to frontend.conf 
> just after the manager lines. I am getting the following errors. I'm not too 
> sure what to look for now or maybe its a bug in the 3.4.8 version.
> 
> It looks like its started up 5 kids, one coordinator, one disker, one 
> frontend  and two workers. I am also wondering why its creating missing swap 
> directories when I did a "squid3 -z" before starting it up.
> 

Please try replacing backend.conf http_port line with:
  http_port localhost:400${process_number}

The latest Debian use IPv6 by default, so I think the frontend is trying
to contact [::1] instead of 127.0.0.1.

Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to