Dnia 15-03-2010 o godz. 12:21 fedorischev napisał(a): > Đ�Ń�žĐžĐąŃ�ľĐ˝Đ¸Đ¸ ĐžŃ�Monday 15 March 2010 14:02:21 Hubert Choma > напиŃ�°Đť(Đ°): > > Hello > > > > I have squid 2.7 stable7 on centos 5.3 > > I downloaded it from http://people.redhat.com/~jskala/squid/ because > > Cenots repos has 2.6 version only. > > > > When I would to start squid /etc/init.d/squid start I receive [failed] > > but in cache.log there is no Warnings or errors . So I can not pinpoint > > the error. How can I find the cause of the error ??? > > > > I use default config. > > Looks like a permission problem. > > Squid log and cache directories must be readable and writeable by squid > user. > See cache_effective_user directive in squid.conf and verify directory > permissions. > > WBR. In my squid.conf there is no entry cache_effective_user but I add it and error still occurs. I check permissions ls -all /var/log/squid/ razem 1640 drwxr-x--- 3 squid squid 4096 mar 15 12:55 . drwxr-xr-x 19 root root 4096 mar 15 04:05 .. -rw-r----- 1 squid squid 143767 mar 15 09:35 access.log -rw-r----- 1 squid squid 153839 mar 14 04:02 access.log.1.gz -rw-r----- 1 squid squid 706160 mar 15 12:59 cache.log drwxrwxrw- 2 squid squid 4096 mar 15 12:59 run -rw-r--r-- 1 squid squid 1347 mar 15 09:25 squid.out -rw-r----- 1 squid squid 226746 mar 15 11:25 store.log -rw-r----- 1 squid squid 396998 mar 14 04:02 store.log.1.gz and /var/spool/squid ls -all /var/spool/squid/ razem 100608 drwxrwx--- 18 squid squid 4096 mar 15 12:59 . drwxr-xr-x 14 root root 4096 mar 9 2009 .. drwxr-x--- 258 squid squid 4096 mar 11 16:24 00 drwxr-x--- 258 squid squid 4096 mar 11 16:24 01 drwxr-x--- 258 squid squid 4096 mar 11 16:24 02 drwxr-x--- 258 squid squid 4096 mar 11 16:24 03 drwxr-x--- 258 squid squid 4096 mar 11 16:24 04 drwxr-x--- 258 squid squid 4096 mar 11 16:24 05 drwxr-x--- 258 squid squid 4096 mar 11 16:24 06 drwxr-x--- 258 squid squid 4096 mar 11 16:24 07 drwxr-x--- 258 squid squid 4096 mar 11 16:24 08 drwxr-x--- 258 squid squid 4096 mar 11 16:24 09 drwxr-x--- 258 squid squid 4096 mar 11 16:24 0A drwxr-x--- 258 squid squid 4096 mar 11 16:24 0B drwxr-x--- 258 squid squid 4096 mar 11 16:24 0C drwxr-x--- 258 squid squid 4096 mar 11 16:24 0D drwxr-x--- 258 squid squid 4096 mar 11 16:24 0E drwxr-x--- 258 squid squid 4096 mar 11 16:24 0F -rw------- 1 squid squid 4616192 mar 11 16:27 core.13064 -rw------- 1 squid squid 4616192 mar 11 16:27 core.13076 -rw------- 1 squid squid 4616192 mar 11 16:27 core.13087 -rw------- 1 squid squid 4616192 mar 11 16:27 core.13094 -rw------- 1 squid squid 4616192 mar 11 16:27 core.13110 -rw------- 1 squid squid 4612096 mar 11 16:35 core.13326 -rw------- 1 squid squid 4612096 mar 11 16:35 core.13345 -rw------- 1 squid squid 4612096 mar 11 16:35 core.13357 -rw------- 1 squid squid 4612096 mar 11 16:35 core.13364 -rw------- 1 squid squid 4612096 mar 11 16:36 core.13367 -rw------- 1 squid squid 4612096 mar 12 16:30 core.3594 -rw------- 1 squid squid 4612096 mar 12 16:30 core.3614 -rw------- 1 squid squid 4612096 mar 12 16:30 core.3622 -rw------- 1 squid squid 4612096 mar 12 16:30 core.3629 -rw------- 1 squid squid 4612096 mar 12 16:30 core.3809 -rw------- 1 squid squid 4612096 mar 12 16:30 core.3933 -rw------- 1 squid squid 4612096 mar 12 16:30 core.3991 -rw------- 1 squid squid 4612096 mar 12 16:30 core.4122 -rw------- 1 squid squid 4612096 mar 12 16:30 core.4143 -rw------- 1 squid squid 4612096 mar 11 17:06 core.4669 -rw------- 1 squid squid 4612096 mar 11 17:07 core.4687 -rw------- 1 squid squid 4612096 mar 11 17:07 core.4724 -rw------- 1 squid squid 4612096 mar 11 17:07 core.4741 -rw------- 1 squid squid 4612096 mar 11 17:07 core.4754 -rw------- 1 squid squid 4612096 mar 11 17:07 core.4762 -rw------- 1 squid squid 4612096 mar 11 17:08 core.4772 -rw------- 1 squid squid 4612096 mar 11 17:08 core.4779 -rw------- 1 squid squid 4612096 mar 11 17:08 core.5201 -rw-r----- 1 squid squid 112176 mar 15 12:59 swap.state So permissions are seems to be ok ? So what else should I check ? PLEASE HELP!! squid -X output shows 2010/03/15 13:05:53| parse_line: minimum_expiry_time 60 seconds 2010/03/15 13:05:53| parse_line: store_avg_object_size 13 KB 2010/03/15 13:05:53| parse_line: store_objects_per_bucket 20 2010/03/15 13:05:53| parse_line: request_header_max_size 20 KB 2010/03/15 13:05:53| parse_line: reply_header_max_size 20 KB 2010/03/15 13:05:53| parse_line: request_body_max_size 0 KB 2010/03/15 13:05:53| parse_line: via on 2010/03/15 13:05:53| parse_line: cache_vary on 2010/03/15 13:05:53| parse_line: collapsed_forwarding off 2010/03/15 13:05:53| parse_line: refresh_stale_hit 0 seconds 2010/03/15 13:05:53| parse_line: ie_refresh off 2010/03/15 13:05:53| parse_line: vary_ignore_expire off 2010/03/15 13:05:53| parse_line: request_entities off 2010/03/15 13:05:53| parse_line: relaxed_header_parser on 2010/03/15 13:05:53| parse_line: server_http11 off 2010/03/15 13:05:53| parse_line: ignore_expect_100 off 2010/03/15 13:05:53| parse_line: forward_timeout 4 minutes 2010/03/15 13:05:53| parse_line: connect_timeout 1 minute 2010/03/15 13:05:53| parse_line: peer_connect_timeout 30 seconds 2010/03/15 13:05:53| parse_line: read_timeout 15 minutes 2010/03/15 13:05:53| parse_line: request_timeout 5 minutes 2010/03/15 13:05:53| parse_line: persistent_request_timeout 2 minutes 2010/03/15 13:05:53| parse_line: client_lifetime 1 day 2010/03/15 13:05:53| parse_line: half_closed_clients on 2010/03/15 13:05:53| parse_line: pconn_timeout 1 minute 2010/03/15 13:05:53| parse_line: ident_timeout 10 seconds 2010/03/15 13:05:53| parse_line: shutdown_lifetime 30 seconds 2010/03/15 13:05:53| parse_line: cache_mgr root 2010/03/15 13:05:53| parse_line: mail_program mail 2010/03/15 13:05:53| parse_line: cache_effective_user squid 2010/03/15 13:05:53| parse_line: httpd_suppress_version_string off 2010/03/15 13:05:53| parse_line: umask 027 2010/03/15 13:05:53| parse_line: announce_period 0 2010/03/15 13:05:53| parse_line: announce_host tracker.ircache.net 2010/03/15 13:05:53| parse_line: announce_port 3131 2010/03/15 13:05:53| parse_line: httpd_accel_no_pmtu_disc off 2010/03/15 13:05:53| parse_line: delay_pools 0 2010/03/15 13:05:53| parse_line: delay_initial_bucket_level 50 2010/03/15 13:05:53| parse_line: wccp_router 0.0.0.0 2010/03/15 13:05:53| parse_line: wccp_version 4 2010/03/15 13:05:53| parse_line: wccp2_rebuild_wait on 2010/03/15 13:05:53| parse_line: wccp2_forwarding_method 1 2010/03/15 13:05:53| parse_line: wccp2_return_method 1 2010/03/15 13:05:53| parse_line: wccp2_assignment_method 1 2010/03/15 13:05:53| parse_line: wccp2_weight 10000 2010/03/15 13:05:53| parse_line: wccp_address 0.0.0.0 2010/03/15 13:05:53| parse_line: wccp2_address 0.0.0.0 2010/03/15 13:05:53| parse_line: client_persistent_connections on 2010/03/15 13:05:53| parse_line: server_persistent_connections on 2010/03/15 13:05:53| parse_line: persistent_connection_after_error off 2010/03/15 13:05:53| parse_line: detect_broken_pconn off 2010/03/15 13:05:53| parse_line: digest_generation on 2010/03/15 13:05:53| parse_line: digest_bits_per_entry 5 2010/03/15 13:05:53| parse_line: digest_rebuild_period 1 hour 2010/03/15 13:05:53| parse_line: digest_rewrite_period 1 hour 2010/03/15 13:05:53| parse_line: digest_swapout_chunk_size 4096 bytes 2010/03/15 13:05:53| parse_line: digest_rebuild_chunk_percentage 10 2010/03/15 13:05:53| parse_line: snmp_port 0 2010/03/15 13:05:53| parse_line: snmp_incoming_address 0.0.0.0 2010/03/15 13:05:53| parse_line: snmp_outgoing_address 255.255.255.255 2010/03/15 13:05:53| parse_line: icp_port 3130 2010/03/15 13:05:53| parse_line: log_icp_queries on 2010/03/15 13:05:53| parse_line: udp_incoming_address 0.0.0.0 2010/03/15 13:05:53| parse_line: udp_outgoing_address 255.255.255.255 2010/03/15 13:05:53| parse_line: icp_hit_stale off 2010/03/15 13:05:53| parse_line: minimum_direct_hops 4 2010/03/15 13:05:53| parse_line: minimum_direct_rtt 400 2010/03/15 13:05:53| parse_line: netdb_low 900 2010/03/15 13:05:53| parse_line: netdb_high 1000 2010/03/15 13:05:53| parse_line: netdb_ping_period 5 minutes 2010/03/15 13:05:53| parse_line: query_icmp off 2010/03/15 13:05:53| parse_line: test_reachability off 2010/03/15 13:05:53| parse_line: icp_query_timeout 0 2010/03/15 13:05:53| parse_line: maximum_icp_query_timeout 2000 2010/03/15 13:05:53| parse_line: minimum_icp_query_timeout 5 2010/03/15 13:05:53| parse_line: mcast_icp_query_timeout 2000 2010/03/15 13:05:53| parse_line: icon_directory /usr/share/squid/icons 2010/03/15 13:05:53| parse_line: global_internal_static on 2010/03/15 13:05:53| parse_line: short_icon_urls off 2010/03/15 13:05:53| parse_line: error_directory /usr/share/squid/errors/English 2010/03/15 13:05:53| parse_line: nonhierarchical_direct on 2010/03/15 13:05:53| parse_line: prefer_direct off 2010/03/15 13:05:53| parse_line: ignore_ims_on_miss off 2010/03/15 13:05:53| parse_line: max_filedescriptors 0 2010/03/15 13:05:53| parse_line: tcp_recv_bufsize 0 bytes 2010/03/15 13:05:53| parse_line: incoming_rate 30 2010/03/15 13:05:53| parse_line: check_hostnames on 2010/03/15 13:05:53| parse_line: allow_underscore on 2010/03/15 13:05:53| parse_line: dns_retransmit_interval 5 seconds 2010/03/15 13:05:53| parse_line: dns_timeout 2 minutes 2010/03/15 13:05:53| parse_line: dns_defnames off 2010/03/15 13:05:53| parse_line: hosts_file /etc/hosts 2010/03/15 13:05:53| parse_line: ignore_unknown_nameservers on 2010/03/15 13:05:53| parse_line: ipcache_size 1024 2010/03/15 13:05:53| parse_line: ipcache_low 90 2010/03/15 13:05:53| parse_line: ipcache_high 95 2010/03/15 13:05:53| parse_line: fqdncache_size 1024 2010/03/15 13:05:53| parse_line: memory_pools on 2010/03/15 13:05:53| parse_line: memory_pools_limit 5 MB 2010/03/15 13:05:53| parse_line: forwarded_for on 2010/03/15 13:05:53| parse_line: client_db on 2010/03/15 13:05:53| parse_line: reload_into_ims off 2010/03/15 13:05:53| parse_line: maximum_single_addr_tries 1 2010/03/15 13:05:53| parse_line: retry_on_error off 2010/03/15 13:05:53| parse_line: as_whois_server whois.ra.net 2010/03/15 13:05:53| parse_line: offline_mode off 2010/03/15 13:05:53| parse_line: uri_whitespace strip 2010/03/15 13:05:53| parse_line: balance_on_multiple_ip on 2010/03/15 13:05:53| parse_line: pipeline_prefetch off 2010/03/15 13:05:53| parse_line: high_response_time_warning 0 2010/03/15 13:05:53| parse_line: high_page_fault_warning 0 2010/03/15 13:05:53| parse_line: high_memory_warning 0 KB 2010/03/15 13:05:53| parse_line: sleep_after_fork 0 2010/03/15 13:05:53| parse_line: zero_buffers on 2010/03/15 13:05:53| parse_line: windows_ipaddrchangemonitor on 2010/03/15 13:05:53| Including Configuration File: /etc/squid/squid.conf (depth 0) 2010/03/15 13:05:53| Processing: 'http_port 192.168.0.1:8080 transparent' 2010/03/15 13:05:53| parse_line: http_port 192.168.0.1:8080 transparent 2010/03/15 13:05:53| Processing: 'visible_hostname proliant.geodezja.wolomin.pl' 2010/03/15 13:05:53| parse_line: visible_hostname proliant.geodezja.wolomin.pl 2010/03/15 13:05:53| Processing: 'acl all src all' 2010/03/15 13:05:53| parse_line: acl all src all 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'all' 2010/03/15 13:05:53| aclParseIpData: all 2010/03/15 13:05:53| Processing: 'acl manager proto cache_object' 2010/03/15 13:05:53| parse_line: acl manager proto cache_object 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'manager' 2010/03/15 13:05:53| Processing: 'acl localhost src 127.0.0.1/32' 2010/03/15 13:05:53| parse_line: acl localhost src 127.0.0.1/32 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'localhost' 2010/03/15 13:05:53| aclParseIpData: 127.0.0.1/32 2010/03/15 13:05:53| Processing: 'acl to_localhost dst 127.0.0.0/8 0.0.0.0/32' 2010/03/15 13:05:53| parse_line: acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'to_localhost' 2010/03/15 13:05:53| aclParseIpData: 127.0.0.0/8 2010/03/15 13:05:53| aclParseIpData: 0.0.0.0/32 2010/03/15 13:05:53| Processing: 'acl localnet src 192.168.0.0/24' 2010/03/15 13:05:53| parse_line: acl localnet src 192.168.0.0/24 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'localnet' 2010/03/15 13:05:53| aclParseIpData: 192.168.0.0/24 2010/03/15 13:05:53| Processing: 'acl localnet2 src 192.168.1.1 192.168.1.2' 2010/03/15 13:05:53| parse_line: acl localnet2 src 192.168.1.1 192.168.1.2 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'localnet2' 2010/03/15 13:05:53| aclParseIpData: 192.168.1.1 2010/03/15 13:05:53| aclParseIpData: 192.168.1.2 2010/03/15 13:05:53| Processing: 'acl SSL_ports port 443' 2010/03/15 13:05:53| parse_line: acl SSL_ports port 443 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'SSL_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 80 # http' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 80 # http 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 21 # ftp' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 21 # ftp 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 443 # https' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 443 # https 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 70 # gopher' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 70 # gopher 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 210 # wais' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 210 # wais 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 1025-65535 # unregistered ports' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 1025-65535 # unregistered ports 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 280 # http-mgmt' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 280 # http-mgmt 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 488 # gss-http' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 488 # gss-http 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 591 # filemaker' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 591 # filemaker 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl Safe_ports port 777 # multiling http' 2010/03/15 13:05:53| parse_line: acl Safe_ports port 777 # multiling http 2010/03/15 13:05:53| aclParseAclLine: Appending to 'Safe_ports' 2010/03/15 13:05:53| Processing: 'acl CONNECT method CONNECT' 2010/03/15 13:05:53| parse_line: acl CONNECT method CONNECT 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'CONNECT' 2010/03/15 13:05:53| Processing: 'http_access allow manager localhost' 2010/03/15 13:05:53| parse_line: http_access allow manager localhost 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'manager' 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'localhost' 2010/03/15 13:05:53| Processing: 'http_access deny manager' 2010/03/15 13:05:53| parse_line: http_access deny manager 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'manager' 2010/03/15 13:05:53| Processing: 'http_access deny !Safe_ports' 2010/03/15 13:05:53| parse_line: http_access deny !Safe_ports 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'Safe_ports' 2010/03/15 13:05:53| Processing: 'http_access deny CONNECT !SSL_ports' 2010/03/15 13:05:53| parse_line: http_access deny CONNECT !SSL_ports 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'CONNECT' 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'SSL_ports' 2010/03/15 13:05:53| Processing: 'http_access allow localnet' 2010/03/15 13:05:53| parse_line: http_access allow localnet 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'localnet' 2010/03/15 13:05:53| Processing: 'http_access allow localnet2' 2010/03/15 13:05:53| parse_line: http_access allow localnet2 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'localnet2' 2010/03/15 13:05:53| Processing: 'http_access allow localhost' 2010/03/15 13:05:53| parse_line: http_access allow localhost 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'localhost' 2010/03/15 13:05:53| Processing: 'http_access deny all' 2010/03/15 13:05:53| parse_line: http_access deny all 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'all' 2010/03/15 13:05:53| Processing: 'hierarchy_stoplist cgi-bin ?' 2010/03/15 13:05:53| parse_line: hierarchy_stoplist cgi-bin ? 2010/03/15 13:05:53| Processing: 'access_log /var/log/squid/access.log squid' 2010/03/15 13:05:53| parse_line: access_log /var/log/squid/access.log squid 2010/03/15 13:05:53| Log definition name 'squid' file '/var/log/squid/access.log' 2010/03/15 13:05:53| Processing: 'refresh_pattern ^ftp: 1440 20% 10080' 2010/03/15 13:05:53| parse_line: refresh_pattern ^ftp: 1440 20% 10080 2010/03/15 13:05:53| Processing: 'refresh_pattern ^gopher: 1440 0% 1440' 2010/03/15 13:05:53| parse_line: refresh_pattern ^gopher: 1440 0% 1440 2010/03/15 13:05:53| Processing: 'refresh_pattern -i (/cgi-bin/|\?) 0 0% 0' 2010/03/15 13:05:53| parse_line: refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 2010/03/15 13:05:53| Processing: 'refresh_pattern . 0 20% 4320' 2010/03/15 13:05:53| parse_line: refresh_pattern . 0 20% 4320 2010/03/15 13:05:53| Processing: 'acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9]' 2010/03/15 13:05:53| parse_line: acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9] 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'shoutcast' 2010/03/15 13:05:53| Processing: 'upgrade_http0.9 deny shoutcast' 2010/03/15 13:05:53| parse_line: upgrade_http0.9 deny shoutcast 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'shoutcast' 2010/03/15 13:05:53| Processing: 'acl apache rep_header Server ^Apache' 2010/03/15 13:05:53| parse_line: acl apache rep_header Server ^Apache 2010/03/15 13:05:53| aclParseAclLine: Creating ACL 'apache' 2010/03/15 13:05:53| Processing: 'broken_vary_encoding allow apache' 2010/03/15 13:05:53| parse_line: broken_vary_encoding allow apache 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'apache' 2010/03/15 13:05:53| Processing: 'coredump_dir /var/spool/squid' 2010/03/15 13:05:53| parse_line: coredump_dir /var/spool/squid 2010/03/15 13:05:53| Processing: 'cache_effective_user squid' 2010/03/15 13:05:53| parse_line: cache_effective_user squid 2010/03/15 13:05:53| parse_line: http_reply_access allow all 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'all' 2010/03/15 13:05:53| parse_line: icp_access deny all 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'all' 2010/03/15 13:05:53| parse_line: ident_lookup_access deny all 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'all' 2010/03/15 13:05:53| parse_line: reply_body_max_size 0 allow all 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'all' 2010/03/15 13:05:53| parse_line: follow_x_forwarded_for deny all 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'all' 2010/03/15 13:05:53| parse_line: cache_dir ufs /var/spool/squid 100 16 256 2010/03/15 13:05:53| parse_line: wccp2_service standard 0 2010/03/15 13:05:53| wccp2_add_service_list: added service id 0 2010/03/15 13:05:53| parse_line: snmp_access deny all 2010/03/15 13:05:53| aclParseAclList: looking for ACL name 'all' 2010/03/15 13:05:53| parse_line: dns_testnames netscape.com internic.net nlanr.net microsoft.com 2010/03/15 13:05:53| Initialising SSL. 2010/03/15 13:05:53| Using SSLv2/SSLv3. 2010/03/15 13:05:53| Setting RSA key generation callback. 2010/03/15 13:05:53| Setting certificate verification callback. 2010/03/15 13:05:53| Setting CA certificate locations. 2010/03/15 13:05:53| cachemgrRegister: registered config 2010/03/15 13:05:53| Squid is already running! Process ID 14132 Please HELP!!