[squid-users] squid 3.1.0.15, TPROXY; cache.log empty

From: Rhino <rhino_at_machlink.com>
Date: Tue, 23 Feb 2010 14:26:38 -0600

my system:
Squid 3.1.0.15 (run/installed as "squid3")
 WCCP v2 HASH (Cisco switch)
centOS 5.4 kernel 2.6.30.10 w/TPROXY enabled
iptables v1.4.4

WCCP established between squid and switch.
TPROXY iptables rules set to forward tcp port 80 to 3128

 From a client on a separate test subnet can browse internet via squid
server (TCPDUMP of squid interface shows the client http traffic being
served via internet); however there are zero entries in access.log
When WCCP is turned off on the switch, the client requests no longer are
visible via TCPDUMP.
Squid starts, runs as you would expect it to, no visible errors.
If WCCP is working, the IPTABLES TPROXY rules appear to be working - as
the client IP is revealed at numerous IP verification websites - then I
am led to believe I've botched my squid config somehow; though when
previously tested in intercept only (no TPROXY rules, just NAT and port
80 redirect) access.log populated with the client requests.

No doubt something pretty basic that I must have overlooked, but for the
life of me not seeing what it may be.
Any thoughts?
Including the cache.log debug below
thanks
-Ryan

[root_at_proxy squid3]# squid -X start
2010/02/23 13:55:34.707| command-line -X overrides: ALL,7
2010/02/23 13:55:34.707| CacheManager::registerAction: registering
legacy mem
2010/02/23 13:55:34.707| CacheManager::findAction: looking for action mem
2010/02/23 13:55:34.707| Action not found.
2010/02/23 13:55:34.707| CacheManager::registerAction: registered mem
2010/02/23 13:55:34.707| CacheManager::registerAction: registering
legacy squidaio_counts
2010/02/23 13:55:34.707| CacheManager::findAction: looking for action
squidaio_counts
2010/02/23 13:55:34.707| Action not found.
2010/02/23 13:55:34.707| CacheManager::registerAction: registered
squidaio_counts
2010/02/23 13:55:34.707| CacheManager::registerAction: registering
legacy diskd
2010/02/23 13:55:34.707| CacheManager::findAction: looking for action diskd
2010/02/23 13:55:34.707| Action not found.
2010/02/23 13:55:34.707| CacheManager::registerAction: registered diskd
2010/02/23 13:55:34.707| aclDestroyACLs: invoked
2010/02/23 13:55:34.707| ACL::Prototype::Registered: invoked for type src
2010/02/23 13:55:34.707| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.707| ACL::FindByName 'all'
2010/02/23 13:55:34.707| ACL::FindByName found no match
2010/02/23 13:55:34.707| aclParseAclLine: Creating ACL 'all'
2010/02/23 13:55:34.707| ACL::Prototype::Factory: cloning an object for
type 'src'
2010/02/23 13:55:34.707| aclIpParseIpData: all
2010/02/23 13:55:34.707| aclIpParseIpData: magic 'all' found.
2010/02/23 13:55:34.707| aclParseAccessLine: looking for ACL name 'all'
2010/02/23 13:55:34.707| ACL::FindByName 'all'
2010/02/23 13:55:34.707| Processing Configuration File:
/usr/local/squid3/etc/squid.conf (depth 0)
2010/02/23 13:55:34.708| Processing: 'acl manager proto cache_object'
2010/02/23 13:55:34.708| ACL::Prototype::Registered: invoked for type proto
2010/02/23 13:55:34.708| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.708| ACL::FindByName 'manager'
2010/02/23 13:55:34.708| ACL::FindByName found no match
2010/02/23 13:55:34.708| aclParseAclLine: Creating ACL 'manager'
2010/02/23 13:55:34.708| ACL::Prototype::Factory: cloning an object for
type 'proto'
2010/02/23 13:55:34.708| Processing: 'acl localhost src 127.0.0.1/32'
2010/02/23 13:55:34.708| ACL::Prototype::Registered: invoked for type src
2010/02/23 13:55:34.708| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.708| ACL::FindByName 'localhost'
2010/02/23 13:55:34.708| ACL::FindByName found no match
2010/02/23 13:55:34.708| aclParseAclLine: Creating ACL 'localhost'
2010/02/23 13:55:34.708| ACL::Prototype::Factory: cloning an object for
type 'src'
2010/02/23 13:55:34.708| aclIpParseIpData: 127.0.0.1/32
2010/02/23 13:55:34.708| aclIpParseIpData: '127.0.0.1/32' matched:
SCAN3-v4:

%[0123456789.]/%[0123456789.]
2010/02/23 13:55:34.708| Ip.cc(517) FactoryParse: Parsed:

127.0.0.1-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff](/128)
2010/02/23 13:55:34.708| Processing: 'acl localhost src ::1/128'
2010/02/23 13:55:34.708| ACL::Prototype::Registered: invoked for type src
2010/02/23 13:55:34.708| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.708| ACL::FindByName 'localhost'
2010/02/23 13:55:34.708| aclParseAclLine: Appending to 'localhost'
2010/02/23 13:55:34.708| aclIpParseIpData: ::1/128
2010/02/23 13:55:34.708| aclIpParseIpData: '::1/128' matched: SCAN3-v6:

%[0123456789ABCDEFabcdef:]/%[0123456789]
2010/02/23 13:55:34.708| Ip.cc(517) FactoryParse: Parsed:

[::1]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff](/128)
2010/02/23 13:55:34.708| aclIpAddrNetworkCompare: compare:

127.0.0.1/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] (127.0.0.1) vs

[::1]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2010/02/23 13:55:34.708| aclIpAddrNetworkCompare: compare:

[::1]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] ([::1]) vs

127.0.0.1-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2010/02/23 13:55:34.708| Processing: 'acl to_localhost dst 127.0.0.0/8
0.0.0.0/32'
2010/02/23 13:55:34.708| ACL::Prototype::Registered: invoked for type dst
2010/02/23 13:55:34.708| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.708| ACL::FindByName 'to_localhost'
2010/02/23 13:55:34.708| ACL::FindByName found no match
2010/02/23 13:55:34.708| aclParseAclLine: Creating ACL 'to_localhost'
2010/02/23 13:55:34.708| ACL::Prototype::Factory: cloning an object for
type 'dst'
2010/02/23 13:55:34.708| aclIpParseIpData: 127.0.0.0/8
2010/02/23 13:55:34.708| aclIpParseIpData: '127.0.0.0/8' matched: SCAN3-v4:

%[0123456789.]/%[0123456789.]
2010/02/23 13:55:34.708| Ip.cc(517) FactoryParse: Parsed:

127.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0](/104)
2010/02/23 13:55:34.708| aclIpParseIpData: 0.0.0.0/32
2010/02/23 13:55:34.708| aclIpParseIpData: '0.0.0.0/32' matched: SCAN3-v4:

%[0123456789.]/%[0123456789.]
2010/02/23 13:55:34.708| Ip.cc(517) FactoryParse: Parsed:

[::]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff](/128)
2010/02/23 13:55:34.708| aclIpAddrNetworkCompare: compare:

127.0.0.0/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] (127.0.0.0) vs

[::]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2010/02/23 13:55:34.708| aclIpAddrNetworkCompare: compare:
[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0]

([::]) vs 127.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0]
2010/02/23 13:55:34.708| Processing: 'acl to_localhost dst ::1/128'
2010/02/23 13:55:34.708| ACL::Prototype::Registered: invoked for type dst
2010/02/23 13:55:34.708| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.708| ACL::FindByName 'to_localhost'
2010/02/23 13:55:34.708| aclParseAclLine: Appending to 'to_localhost'
2010/02/23 13:55:34.709| aclIpParseIpData: ::1/128
2010/02/23 13:55:34.709| aclIpParseIpData: '::1/128' matched: SCAN3-v6:

%[0123456789ABCDEFabcdef:]/%[0123456789]
2010/02/23 13:55:34.709| Ip.cc(517) FactoryParse: Parsed:

[::1]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff](/128)
2010/02/23 13:55:34.709| aclIpAddrNetworkCompare: compare:

[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] ([::]) vs

[::1]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2010/02/23 13:55:34.709| aclIpAddrNetworkCompare: compare:

[::1]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] ([::1]) vs

[::]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2010/02/23 13:55:34.709| aclIpAddrNetworkCompare: compare:

127.0.0.0/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] (127.0.0.0) vs

[::1]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2010/02/23 13:55:34.709| aclIpAddrNetworkCompare: compare:

[::1]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0] ([::]) vs

127.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0]
2010/02/23 13:55:34.709| aclIpAddrNetworkCompare: compare:

127.0.0.0/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff] (127.0.0.0) vs

[::1]-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff]
2010/02/23 13:55:34.709| aclIpAddrNetworkCompare: compare:

[::1]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0] ([::]) vs

127.0.0.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ff00:0]
2010/02/23 13:55:34.709| Processing: 'acl localnet src 10.10.2.0/24'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type src
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'localnet'
2010/02/23 13:55:34.709| ACL::FindByName found no match
2010/02/23 13:55:34.709| aclParseAclLine: Creating ACL 'localnet'
2010/02/23 13:55:34.709| ACL::Prototype::Factory: cloning an object for
type 'src'
2010/02/23 13:55:34.709| aclIpParseIpData: 10.10.2.0/24
2010/02/23 13:55:34.709| aclIpParseIpData: '10.10.2.0/24' matched:
SCAN3-v4:

%[0123456789.]/%[0123456789.]
2010/02/23 13:55:34.709| Ip.cc(517) FactoryParse: Parsed:

10.10.2.0-[::]/[ffff:ffff:ffff:ffff:ffff:ffff:ffff:ff00](/120)
2010/02/23 13:55:34.709| Processing: 'acl SSL_ports port 443'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'SSL_ports'
2010/02/23 13:55:34.709| ACL::FindByName found no match
2010/02/23 13:55:34.709| aclParseAclLine: Creating ACL 'SSL_ports'
2010/02/23 13:55:34.709| ACL::Prototype::Factory: cloning an object for
type 'port'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 80
# http'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| ACL::FindByName found no match
2010/02/23 13:55:34.709| aclParseAclLine: Creating ACL 'Safe_ports'
2010/02/23 13:55:34.709| ACL::Prototype::Factory: cloning an object for
type 'port'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 21
# ftp'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 443
# https'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 70
# gopher'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 210
# wais'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 1025-65535
# unregistered ports'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 280
# http-mgmt'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 488
# gss-http'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 591
# filemaker'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:34.709| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:34.709| Processing: 'acl Safe_ports port 777
# multiling http'
2010/02/23 13:55:34.709| ACL::Prototype::Registered: invoked for type port
2010/02/23 13:55:34.709| ACL::Prototype::Registered: yes
2010/02/23 13:55:34.709| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:35.035| aclParseAclLine: Appending to 'Safe_ports'
2010/02/23 13:55:35.035| Processing: 'acl CONNECT method CONNECT'
2010/02/23 13:55:35.035| ACL::Prototype::Registered: invoked for type method
2010/02/23 13:55:35.035| ACL::Prototype::Registered: yes
2010/02/23 13:55:35.035| ACL::FindByName 'CONNECT'
2010/02/23 13:55:35.035| ACL::FindByName found no match
2010/02/23 13:55:35.035| aclParseAclLine: Creating ACL 'CONNECT'
2010/02/23 13:55:35.035| ACL::Prototype::Factory: cloning an object for
type 'method'
2010/02/23 13:55:35.035| Processing: 'http_access allow manager localhost'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name 'manager'
2010/02/23 13:55:35.035| ACL::FindByName 'manager'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name
'localhost'
2010/02/23 13:55:35.035| ACL::FindByName 'localhost'
2010/02/23 13:55:35.035| Processing: 'http_access deny manager'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name 'manager'
2010/02/23 13:55:35.035| ACL::FindByName 'manager'
2010/02/23 13:55:35.035| Processing: 'http_access deny !Safe_ports'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name
'Safe_ports'
2010/02/23 13:55:35.035| ACL::FindByName 'Safe_ports'
2010/02/23 13:55:35.035| Processing: 'http_access deny CONNECT !SSL_ports'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name 'CONNECT'
2010/02/23 13:55:35.035| ACL::FindByName 'CONNECT'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name
'SSL_ports'
2010/02/23 13:55:35.035| ACL::FindByName 'SSL_ports'
2010/02/23 13:55:35.035| Processing: 'http_access deny to_localhost'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name
'to_localhost'
2010/02/23 13:55:35.035| ACL::FindByName 'to_localhost'
2010/02/23 13:55:35.035| Processing: 'http_access allow localnet'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name 'localnet'
2010/02/23 13:55:35.035| ACL::FindByName 'localnet'
2010/02/23 13:55:35.035| Processing: 'http_access allow localhost'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name
'localhost'
2010/02/23 13:55:35.035| ACL::FindByName 'localhost'
2010/02/23 13:55:35.035| Processing: 'http_access deny all'
2010/02/23 13:55:35.035| aclParseAccessLine: looking for ACL name 'all'
2010/02/23 13:55:35.035| ACL::FindByName 'all'
2010/02/23 13:55:35.035| Processing: 'http_port 10.10.1.10:3128 tproxy '
2010/02/23 13:55:35.035| http(s)_port: Listen on Host/IP: 10.10.1.10 -->
10.10.1.10:3128
2010/02/23 13:55:35.035| Starting IP Spoofing on port 10.10.1.10:3128
2010/02/23 13:55:35.035| Disabling Authentication on port
10.10.1.10:3128 (IP spoofing enabled)
2010/02/23 13:55:35.035| Detect TPROXY support on port 10.10.1.10:3128
2010/02/23 13:55:35.035| ...Probing for IPv4 TPROXY support.
2010/02/23 13:55:35.035| IPv4 TPROXY support detected. Using.
2010/02/23 13:55:35.035| Processing: 'cache_mem 16 GB'
2010/02/23 13:55:35.035| Processing: 'maximum_object_size_in_memory 4096 MB'
2010/02/23 13:55:35.035| Processing: 'memory_replacement_policy lru'
2010/02/23 13:55:35.035| Processing: 'cache_replacement_policy heap LRU'
2010/02/23 13:55:35.035| Processing: 'cache_dir aufs /squid30 256000 128
512'
2010/02/23 13:55:35.035| file_map_create: creating space for 16384 files
2010/02/23 13:55:35.035| --> 256 words of 8 bytes each
2010/02/23 13:55:35.035| Processing: 'cache_dir aufs /squid31 256000 128
512'
2010/02/23 13:55:35.035| file_map_create: creating space for 16384 files
2010/02/23 13:55:35.035| --> 256 words of 8 bytes each
2010/02/23 13:55:35.036| Processing: 'maximum_object_size 4096 KB'
2010/02/23 13:55:35.036| Processing: 'cache_swap_low 92'
2010/02/23 13:55:35.036| Processing: 'cache_swap_high 97'
2010/02/23 13:55:35.036| Processing: 'access_log
/var/log/squid3//access.log squid'
2010/02/23 13:55:35.036| Log definition name 'squid' file
'/var/log/squid3//access.log'
2010/02/23 13:55:35.036| Processing: 'logfile_rotate 15'
2010/02/23 13:55:35.036| Processing: 'coredump_dir
/usr/local/squid3/var/cache'
2010/02/23 13:55:35.036| Processing: 'refresh_pattern ^ftp:
1440 20% 10080'
2010/02/23 13:55:35.036| Processing: 'refresh_pattern ^gopher: 1440
0% 1440'
2010/02/23 13:55:35.036| Processing: 'refresh_pattern -i (/cgi-bin/|\?)
0 0% 0'
2010/02/23 13:55:35.036| Processing: 'refresh_pattern . 0
20% 4320'
2010/02/23 13:55:35.036| Processing: 'forward_timeout 1 minutes'
2010/02/23 13:55:35.036| Processing: 'connect_timeout 30 seconds'
2010/02/23 13:55:35.036| Processing: 'request_timeout 1 minutes'
2010/02/23 13:55:35.036| Processing: 'client_lifetime 180 minutes'
2010/02/23 13:55:35.036| Processing: 'cache_mgr admins'
2010/02/23 13:55:35.036| Processing: 'visible_hostname squid3'
2010/02/23 13:55:35.036| Processing: 'wccp2_router 10.10.1.9'
2010/02/23 13:55:35.036| Processing: 'wccp2_forwarding_method l2'
2010/02/23 13:55:35.036| Processing: 'wccp2_return_method l2'
2010/02/23 13:55:35.036| Processing: 'wccp2_assignment_method mask'
2010/02/23 13:55:35.036| Processing: 'wccp2_service standard 0'
2010/02/23 13:55:35.036| wccp2_add_service_list: added service id 0
2010/02/23 13:55:35.036| Processing: 'wccp2_address 10.10.1.10'
2010/02/23 13:55:35.036| Processing: 'dns_timeout 1 minutes'
2010/02/23 13:55:35.036| Processing: 'memory_pools_limit 0 MB'
2010/02/23 13:55:35.036| aclParseAccessLine: looking for ACL name 'all'
2010/02/23 13:55:35.036| ACL::FindByName 'all'
2010/02/23 13:55:35.036| aclParseAccessLine: looking for ACL name 'all'
2010/02/23 13:55:35.037| ACL::FindByName 'all'
2010/02/23 13:55:35.037| aclParseAccessLine: looking for ACL name 'all'
2010/02/23 13:55:35.037| ACL::FindByName 'all'
2010/02/23 13:55:35.037| aclParseAccessLine: looking for ACL name 'all'
2010/02/23 13:55:35.037| ACL::FindByName 'all'
2010/02/23 13:55:35.037| aclParseAccessLine: looking for ACL name 'all'
2010/02/23 13:55:35.037| ACL::FindByName 'all'
2010/02/23 13:55:35.037| aclParseAccessLine: looking for ACL name 'all'
2010/02/23 13:55:35.037| ACL::FindByName 'all'
2010/02/23 13:55:35.037| tools.cc(671) uniqueHostname: Config: '
2010/02/23 13:55:35.037| tools.cc(671) uniqueHostname: Config: '
2010/02/23 13:55:35.037| leave_suid: PID 30913 called
2010/02/23 13:55:35.037| leave_suid: PID 30913 giving up root, becoming
'squid3'
2010/02/23 13:55:35.037| command-line -X overrides: ALL,1
[root_at_proxy squid3]# pgrep squid
Received on Tue Feb 23 2010 - 20:26:32 MST

This archive was generated by hypermail 2.2.0 : Wed Feb 24 2010 - 12:00:06 MST