Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: azche24 on June 21, 2005, 08:54:07 AM

Title: SQUID errors?
Post by: azche24 on June 21, 2005, 08:54:07 AM
Hi,

my Squid gives me funny error messages:

Quote
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?
Title: SQUID errors?
Post by: cc_skavenger on June 22, 2005, 06:26:05 AM
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
Title: SQUID errors?
Post by: azche24 on June 22, 2005, 10:37:21 AM
Quote from: "cc_skavenger"
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.
Title: SQUID errors?
Post by: cc_skavenger on June 22, 2005, 03:44:09 PM
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
Title: SQUID errors?
Post by: azche24 on June 22, 2005, 04:44:54 PM
Quote from: "cc_skavenger"
you will have to edit /etc/squid/squid.conf and remove those numbers.

Yes. That was it! Thanks a lot.