ayuda squid offline si alguien puede decirme como solucionar esto.ya trabaje con el comando apt-get update y apt-get dist-upgrade
en squid3 -k parse me sale esto.
/root$ squid3 k parse
2016/04/21 15:28:44| aclParseAclList: ACL name 'ext' not found.
FATAL: Bungled squid.conf line 82: cache_peer_access 192.168.2.2 allow ext
Squid Cache (Version 3.1.20): Terminated abnormally.
CPU Usage: 0.004 seconds = 0.004 user + 0.000 sys
Maximum Resident Size: 18368 KB
Page faults with physical i/o: 0
/root$ squid3 -k parse
2016/04/21 15:28:55| Processing Configuration File: /etc/squid3/squid.conf (depth 0)
2016/04/21 15:28:55| Processing: http_port 3128 intercept
2016/04/21 15:28:55| Starting Authentication on port [::]:3128
2016/04/21 15:28:55| Disabling Authentication on port [::]:3128 (interception enabled)
2016/04/21 15:28:55| Disabling IPv6 on port [::]:3128 (interception enabled)
2016/04/21 15:28:55| Processing: visible_hostname raptor.os
2016/04/21 15:28:55| Processing: icp_port 0
2016/04/21 15:28:55| Processing: acl google url_regex -i (googlevideo.com|www.youtube.com)
2016/04/21 15:28:55| Processing: acl mobile browser -i regexp (iPhone|iPad|Windows.*Phone|BlackBerry|PlayBook|Trident|IEMobile)
2016/04/21 15:28:55| Processing: request_header_access User-Agent deny google !mobile
2016/04/21 15:28:55| Processing: request_header_replace User-Agent Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
2016/04/21 15:28:55| Processing: acl blacklist url_regex -i "/etc/squid3/blacklist.lst"
2016/04/21 15:28:55| Processing: dns_nameservers 200.48.225.130 8.8.8.8
2016/04/21 15:28:55| Processing: dns_retransmit_interval 5 seconds
2016/04/21 15:28:55| Processing: dns_timeout 2 minutes
2016/04/21 15:28:55| Processing: acl manager proto cache_object
2016/04/21 15:28:55| Processing: acl localhost src 127.0.0.1/32 ::1
2016/04/21 15:28:55| Processing: acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
2016/04/21 15:28:55| Processing: acl localnet src 10.0.0.0/8 # RFC 1918 possible internal network
2016/04/21 15:28:55| Processing: acl localnet src 172.16.0.0/12 # RFC 1918 possible internal network
2016/04/21 15:28:55| Processing: acl localnet src 192.168.0.0/16 # RFC 1918 possible internal network
2016/04/21 15:28:55| Processing: acl localnet src fc00::/7 # RFC 4193 local private network range
2016/04/21 15:28:55| Processing: acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
2016/04/21 15:28:55| Processing: acl CONNECT method CONNECT
2016/04/21 15:28:55| Processing: acl Safe_ports port 80 # http
2016/04/21 15:28:55| Processing: acl Safe_ports port 443 # https
2016/04/21 15:28:55| Processing: acl SSL_ports port 443 # https
2016/04/21 15:28:55| Processing: http_access deny blacklist
2016/04/21 15:28:55| Processing: http_access allow manager localhost
2016/04/21 15:28:55| Processing: http_access deny manager all
2016/04/21 15:28:55| Processing: http_access deny !Safe_ports
2016/04/21 15:28:55| Processing: http_access deny CONNECT !SSL_ports
2016/04/21 15:28:55| Processing: http_access allow localhost
2016/04/21 15:28:55| Processing: http_access allow localnet
2016/04/21 15:28:55| Processing: coredump_dir /var/spool/squid3
2016/04/21 15:28:55| Processing: logfile_rotate 7
2016/04/21 15:28:55| Processing: access_log /var/log/squid3/access.log
2016/04/21 15:28:55| Processing: access_log /var/log/squid3/error.log
2016/04/21 15:28:55| Processing: cache_store_log none
2016/04/21 15:28:55| Processing: cache_mgr raptor.os
2016/04/21 15:28:55| Processing: shutdown_lifetime 2 seconds
2016/04/21 15:28:55| Processing: half_closed_clients off
2016/04/21 15:28:55| Processing: server_persistent_connections off
2016/04/21 15:28:55| Processing: client_persistent_connections off
2016/04/21 15:28:55| Processing: log_fqdn off
2016/04/21 15:28:55| Processing: quick_abort_min 0 KB
2016/04/21 15:28:55| Processing: quick_abort_max 0 KB
2016/04/21 15:28:55| Processing: quick_abort_pct 95
2016/04/21 15:28:55| Processing: max_filedescriptors 65536
2016/04/21 15:28:55| Processing: acl sys_lst url_regex -i "/etc/raptor/sys.lst"
2016/04/21 15:28:55| Processing: acl raptor_lst url_regex -i "/etc/raptor/raptor.lst"
2016/04/21 15:28:55| Processing: acl wth_lst url_regex -i "/etc/raptor/whitelist.lst"
2016/04/21 15:28:55| Processing: acl host_googlevideo req_header Host -i (.*-.*\.googlevideo\.com|\.youtube\.com|\.ytimg.com)
2016/04/21 15:28:55| Processing: acl exts url_regex -i \.(cab|exe|msi|msu|zip|deb|rpm|bz|bz2|gz|tgz|rar|bin|7z|mp3|mp4|flv)$
2016/04/21 15:28:55| Processing: acl head_html req_header Accept -i text/html.+
2016/04/21 15:28:55| Processing: cache deny raptor_lst
2016/04/21 15:28:55| Processing: cache_peer 192.168.2.2 parent 8080 0 proxy-only no-digest
2016/04/21 15:28:55| Processing: dead_peer_timeout 2 seconds
2016/04/21 15:28:55| Processing: cache_peer_access 192.168.2.2 allow host_googlevideo
2016/04/21 15:28:55| Processing: cache_peer_access 192.168.2.2 allow ext
2016/04/21 15:28:55| aclParseAclList: ACL name 'ext' not found.
FATAL: Bungled squid.conf line 82: cache_peer_access 192.168.2.2 allow ext
Squid Cache (Version 3.1.20): Terminated abnormally.
CPU Usage: 0.004 seconds = 0.000 user + 0.004 sys
Maximum Resident Size: 18544 KB
Page faults with physical i/o: 0
en squid3 -k parse me sale esto.
/root$ squid3 k parse
2016/04/21 15:28:44| aclParseAclList: ACL name 'ext' not found.
FATAL: Bungled squid.conf line 82: cache_peer_access 192.168.2.2 allow ext
Squid Cache (Version 3.1.20): Terminated abnormally.
CPU Usage: 0.004 seconds = 0.004 user + 0.000 sys
Maximum Resident Size: 18368 KB
Page faults with physical i/o: 0
/root$ squid3 -k parse
2016/04/21 15:28:55| Processing Configuration File: /etc/squid3/squid.conf (depth 0)
2016/04/21 15:28:55| Processing: http_port 3128 intercept
2016/04/21 15:28:55| Starting Authentication on port [::]:3128
2016/04/21 15:28:55| Disabling Authentication on port [::]:3128 (interception enabled)
2016/04/21 15:28:55| Disabling IPv6 on port [::]:3128 (interception enabled)
2016/04/21 15:28:55| Processing: visible_hostname raptor.os
2016/04/21 15:28:55| Processing: icp_port 0
2016/04/21 15:28:55| Processing: acl google url_regex -i (googlevideo.com|www.youtube.com)
2016/04/21 15:28:55| Processing: acl mobile browser -i regexp (iPhone|iPad|Windows.*Phone|BlackBerry|PlayBook|Trident|IEMobile)
2016/04/21 15:28:55| Processing: request_header_access User-Agent deny google !mobile
2016/04/21 15:28:55| Processing: request_header_replace User-Agent Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
2016/04/21 15:28:55| Processing: acl blacklist url_regex -i "/etc/squid3/blacklist.lst"
2016/04/21 15:28:55| Processing: dns_nameservers 200.48.225.130 8.8.8.8
2016/04/21 15:28:55| Processing: dns_retransmit_interval 5 seconds
2016/04/21 15:28:55| Processing: dns_timeout 2 minutes
2016/04/21 15:28:55| Processing: acl manager proto cache_object
2016/04/21 15:28:55| Processing: acl localhost src 127.0.0.1/32 ::1
2016/04/21 15:28:55| Processing: acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
2016/04/21 15:28:55| Processing: acl localnet src 10.0.0.0/8 # RFC 1918 possible internal network
2016/04/21 15:28:55| Processing: acl localnet src 172.16.0.0/12 # RFC 1918 possible internal network
2016/04/21 15:28:55| Processing: acl localnet src 192.168.0.0/16 # RFC 1918 possible internal network
2016/04/21 15:28:55| Processing: acl localnet src fc00::/7 # RFC 4193 local private network range
2016/04/21 15:28:55| Processing: acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
2016/04/21 15:28:55| Processing: acl CONNECT method CONNECT
2016/04/21 15:28:55| Processing: acl Safe_ports port 80 # http
2016/04/21 15:28:55| Processing: acl Safe_ports port 443 # https
2016/04/21 15:28:55| Processing: acl SSL_ports port 443 # https
2016/04/21 15:28:55| Processing: http_access deny blacklist
2016/04/21 15:28:55| Processing: http_access allow manager localhost
2016/04/21 15:28:55| Processing: http_access deny manager all
2016/04/21 15:28:55| Processing: http_access deny !Safe_ports
2016/04/21 15:28:55| Processing: http_access deny CONNECT !SSL_ports
2016/04/21 15:28:55| Processing: http_access allow localhost
2016/04/21 15:28:55| Processing: http_access allow localnet
2016/04/21 15:28:55| Processing: coredump_dir /var/spool/squid3
2016/04/21 15:28:55| Processing: logfile_rotate 7
2016/04/21 15:28:55| Processing: access_log /var/log/squid3/access.log
2016/04/21 15:28:55| Processing: access_log /var/log/squid3/error.log
2016/04/21 15:28:55| Processing: cache_store_log none
2016/04/21 15:28:55| Processing: cache_mgr raptor.os
2016/04/21 15:28:55| Processing: shutdown_lifetime 2 seconds
2016/04/21 15:28:55| Processing: half_closed_clients off
2016/04/21 15:28:55| Processing: server_persistent_connections off
2016/04/21 15:28:55| Processing: client_persistent_connections off
2016/04/21 15:28:55| Processing: log_fqdn off
2016/04/21 15:28:55| Processing: quick_abort_min 0 KB
2016/04/21 15:28:55| Processing: quick_abort_max 0 KB
2016/04/21 15:28:55| Processing: quick_abort_pct 95
2016/04/21 15:28:55| Processing: max_filedescriptors 65536
2016/04/21 15:28:55| Processing: acl sys_lst url_regex -i "/etc/raptor/sys.lst"
2016/04/21 15:28:55| Processing: acl raptor_lst url_regex -i "/etc/raptor/raptor.lst"
2016/04/21 15:28:55| Processing: acl wth_lst url_regex -i "/etc/raptor/whitelist.lst"
2016/04/21 15:28:55| Processing: acl host_googlevideo req_header Host -i (.*-.*\.googlevideo\.com|\.youtube\.com|\.ytimg.com)
2016/04/21 15:28:55| Processing: acl exts url_regex -i \.(cab|exe|msi|msu|zip|deb|rpm|bz|bz2|gz|tgz|rar|bin|7z|mp3|mp4|flv)$
2016/04/21 15:28:55| Processing: acl head_html req_header Accept -i text/html.+
2016/04/21 15:28:55| Processing: cache deny raptor_lst
2016/04/21 15:28:55| Processing: cache_peer 192.168.2.2 parent 8080 0 proxy-only no-digest
2016/04/21 15:28:55| Processing: dead_peer_timeout 2 seconds
2016/04/21 15:28:55| Processing: cache_peer_access 192.168.2.2 allow host_googlevideo
2016/04/21 15:28:55| Processing: cache_peer_access 192.168.2.2 allow ext
2016/04/21 15:28:55| aclParseAclList: ACL name 'ext' not found.
FATAL: Bungled squid.conf line 82: cache_peer_access 192.168.2.2 allow ext
Squid Cache (Version 3.1.20): Terminated abnormally.
CPU Usage: 0.004 seconds = 0.000 user + 0.004 sys
Maximum Resident Size: 18544 KB
Page faults with physical i/o: 0