Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: azche24 on June 21, 2005, 08:54:07 AM
-
Hi,
my Squid gives me funny error messages:
squid status
2005/06/21 08:28:02| WARNING: '192.168.57.0/255.255.255.0' is a subnetwork of '192.168.57.0/255.255.255.0'
2005/06/21 08:28:02| WARNING: because of this '192.168.57.0/255.255.255.0' is ignored to keep splay tree searching predictable
2005/06/21 08:28:02| WARNING: You should probably remove '192.168.57.0/255.255.255.0' from the ACL named 'localsrc'
2005/06/21 08:28:02| WARNING: '192.168.57.0/255.255.255.0' is a subnetwork of '192.168.57.0/255.255.255.0'
2005/06/21 08:28:02| WARNING: because of this '192.168.57.0/255.255.255.0' is ignored to keep splay tree searching predictable
2005/06/21 08:28:02| WARNING: You should probably remove '192.168.57.0/255.255.255.0' from the ACL named 'localdst'
2005/06/21 08:28:02| Squid is already running! Process ID 12700
I am runnig 6.01 with Squid-Manager contrib and every night with the cron-jobs i get this message.
Is this serious?
-
no, what version of squid are you using? Where did you get it?
You can edit the lines and take the duplicate numbers (192.168.57.0/255.255.255.0) out of the lines and restart squid.
HTH
-
no, what version of squid are you using? Where did you get it?
HTH
squid-2.5.STABLE9-1.norlug
From http://norlug.org/?op=rpms&rpm_func=rpm_info&cat=1&file=squid-2.5.STABLE10-1.norlug.i386.rpm
In the past i had some probs with the windows-cache contrib. Squid was dying. And (following a hint from here) i installed the above rpm.
-
it is the patches applied to that particular version of squid. Anytime you do any updates to your server where the templates are rebuilt, you will have to edit /etc/squid/squid.conf and remove those numbers.
HTH
-
you will have to edit /etc/squid/squid.conf and remove those numbers.
Yes. That was it! Thanks a lot.