Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: nontrivial on April 21, 2014, 03:44:27 pm

Title: Zentyal 3.4 Squid Log Error
Post by: nontrivial on April 21, 2014, 03:44:27 pm
Hello,

Once I upgraded to Zentyal 3.4 I started getting several errors when cron.daily scripts ran. I have managed to work through all of them except one. I believe it is a Squid error:

/etc/cron.daily/logrotate:
2014/04/21 07:44:56| WARNING: (B) '127.0.0.0/8' is a subnetwork of (A) '127.0.0.0/8'
2014/04/21 07:44:56| WARNING: because of this '127.0.0.0/8' is ignored to keep splay tree searching predictable
2014/04/21 07:44:56| WARNING: You should probably remove '127.0.0.0/8' from the ACL named 'to_localhost'
2014/04/21 07:44:56| WARNING: (B) '::1' is a subnetwork of (A) '::1'
2014/04/21 07:44:56| WARNING: because of this '::1' is ignored to keep splay tree searching predictable
2014/04/21 07:44:56| WARNING: You should probably remove '::1' from the ACL named 'to_localhost'
2014/04/21 07:44:56| WARNING: (B) '127.0.0.0/8' is a subnetwork of (A) '127.0.0.0/8'
2014/04/21 07:44:56| WARNING: because of this '127.0.0.0/8' is ignored to keep splay tree searching predictable
2014/04/21 07:44:56| WARNING: You should probably remove '127.0.0.0/8' from the ACL named 'to_localhost'
2014/04/21 07:44:56| WARNING: (B) '::1' is a subnetwork of (A) '::1'
2014/04/21 07:44:56| WARNING: because of this '::1' is ignored to keep splay tree searching predictable
2014/04/21 07:44:56| WARNING: You should probably remove '::1' from the ACL named 'to_localhost'


Any help would be greatly appreciated.

James
Title: Re: Zentyal 3.4 Squid Log Error
Post by: Javier Amor Garcia on April 22, 2014, 06:47:04 pm
Yes, this comes from squid. That lines came from squid's standard configuration lines but it seems that squid itself has changed and now produces this warnings. I will try to check it but besides of that annoyance squid is working right?
Title: Re: Zentyal 3.4 Squid Log Error
Post by: nontrivial on April 24, 2014, 04:31:49 pm
Yes, as far as I can tell squid is working correctly.

James