myha wrote:
Hi,
I am constantly receiving an error from squid about something that is
supposed to be in config file, but I cannot find it..?
[root@server ~]# /usr/local/etc/rc.d/squid start
Starting squid.
2009/02/16 18:24:39| WARNING: 'x.x.192.235' is a subnetwork of 'x.x.192.235'
2009/02/16 18:24:39| WARNING: because of this 'x.x.192.235' is ignored to
keep splay tree searching predictable
2009/02/16 18:24:39| WARNING: You should probably remove 'x.x.192.235' from
the ACL named 'access_list'
[root@server ~]#
If I try to find mentioned network it is not existing in config file:
[root@wapgw ~]# cat /usr/local/etc/squid/squid.conf | grep "x.x.192.235"
You are searching on the wrong string. Try "grep access_list
/usr/local/etc/squid/squid.conf" instead.
[root@wapgw ~]#
Any idea where this is coming from? I had an entry like above in my config
file, but it was removed...
thanks,
brm
Chris