No me funciona el cache pero arranca. Ayuda Urgente [INACTIVE]

Foro dedicado a Argento QoS, Argento Bridge y HDB.

No me funciona el cache pero arranca. Ayuda Urgente

Mensagempor Juanwifi » Qua Abr 28, 2010 3:37 pm

tengo argento QoS 1.1 4v
veo que dice que el servicio de squid -cache esta en funcionamiento pero no me cachea nada.
Alquien que sepa de algo y me ayude.
trabajo con brazil 2.31....
mi ip de servidor es 192.168.1.1 mask 255.255.255.0
los ususarios que conecto son del 192.168.1.65 al 192.168.1.254
tengo 5 usuarios
yo pienso que mi cache no funciona el 100 %
porque entro a una pagina y cuando abro en otra pc no se abre rapido como deberia..
creo que me pele en algo
en alguna configuracion
si quieren mas datos para analizar solo avisenme...

mis configuracion del squid es este

acl all src all
acl manager proto cache_object
acl localhost src 192.168.1.0/24
acl to_localhost dst 192.168.1.0/24


acl pc_blanca src "/argentobr/squid/pc_blanca"
acl pc_negra src "/argentobr/squid/pc_negra"
acl NO_cache dstdomain -i "/argentobr/squid/no_cache"
acl sitios_prohibidos url_regex -i "/argentobr/squid/sitios_prohibidos"
acl sitios_inocentes url_regex -i "/argentobr/squid/sitios_inocentes"
acl lista_extensiones urlpath_regex -i "/argentobr/squid/lista_extensiones"

#server_persistent_connections off
#tcp_outgoing_address 192.168.1.20 localnet


#
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
##########################

hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny NO_cache
no_cache deny QUERY
acl normal_service_net src 192.168.1.66
acl good_service_net src 192.168.1.47
tcp_outgoing_tos 0x00 normal_service_net
tcp_outgoing_tos 0x08 good_service_net
http_access allow pc_negra sitios_inocentes
http_access allow pc_negra !sitios_prohibidos
http_access deny pc_negra
http_access allow pc_blanca
#http_access allow localnet
http_access deny all

icp_access allow pc_blanca
icp_access deny all

http_port 8080 transparent

cache_mem 8 MB
maximum_object_size_in_memory 112 KB

cache_replacement_policy heap LFUDA
cache_dir aufs /partition/cache 10 16 256

max_open_disk_fds 0
minimum_object_size 0 KB
maximum_object_size 40096 KB
cache_swap_low 90
cache_swap_high 95
max_stale 4 week

update_headers on

access_log /partition/squidlog/access.log squid
cache_log /partition/squidlog/cache.log
cache_store_log /partition/squidlog/store.log

logfile_rotate 4

quick_abort_min 0 KB
quick_abort_max 0 KB
log_icp_queries off
client_db off
buffered_logs on
half_closed_clients off

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
#windows update
refresh_pattern .windowsupdate.com/.*\.(cab|exe) 4320 100% 43200 reload-into-ims


acl shoutcast rep_header X-HTTP09-First-Line ^ICY\s[0-9]
upgrade_http0.9 deny shoutcast

# Apache mod_gzip and mod_deflate known to be broken so don't trust
# Apache to signal ETag correctly on such responses
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache


#
cache_effective_user nobody

#dns_nameservers 10.0.0.1 192.172.0.4

error_directory /partition/squid/share/errors/English

check_hostnames off

hosts_file /etc/hosts

memory_pools off
memory_pools_limit 5 MB
server_persistent_connections off
zph_mode tos
zph_local 0x10


#delay_pools 1 #1
#delay_class 1 2 #1 2
#delay_parameters 1 -1/-1 20000/20000
#acl descargas urlpath_regex -i \.(iso|cab|dll|exe|arj|rar|tar|zip|7z|lzh|lha|png|bmp|mp3|mpga|wav|ra|ram|rm|mov|movie|mpeg|mpg|mpe|wmv|avi|rpm|gz|bz2|deb|ogg|ppt|swf|flv|flash)$
#delay_access 1 allow descargas

# snmp_access allow snmppublic localhost
# snmp_access deny all
#
#Default:
# snmp_access deny all

# TAG: tcp_outgoing_tos
# Allows you to select a TOS/Diffserv value to mark outgoing
# connections with, based on the username or source address
# making the request.
#
# tcp_outgoing_tos ds-field [!]aclname ...
#
# Example where normal_service_net uses the TOS value 0x00
# and good_service_net uses 0x20
#
# acl normal_service_net src 10.0.0.0/255.255.255.0
# acl good_service_net src 10.0.1.0/255.255.255.0
# tcp_outgoing_tos 0x00 normal_service_net
# tcp_outgoing_tos 0x20 good_service_net
#
# TOS/DSCP values really only have local significance - so you should
# know what you're specifying. For more information, see RFC2474 and
# RFC3260.
#
# The TOS/DSCP byte must be exactly that - a octet value 0 - 255, or
# "default" to use whatever default your host has. Note that in
# practice often only values 0 - 63 is usable as the two highest bits
# have been redefined for use by ECN (RFC3168).
#
# Processing proceeds in the order specified, and stops at first fully
# matching line.
#
# Note: The use of this directive using client dependent ACLs is
# incompatible with the use of server side persistent connections. To
# ensure correct results it is best to set server_persisten_connections
# to off when using this directive in such configurations.
#
#Default:
# none

# TAG: tcp_outgoing_address
# Allows you to map requests to different outgoing IP addresses
# based on the username or source address of the user making
# the request.
#
# tcp_outgoing_address ipaddr [[!]aclname] ...
#
# Example where requests from 10.0.0.0/24 will be forwarded
# with source address 10.1.0.1, 10.0.2.0/24 forwarded with
# source address 10.1.0.2 and the rest will be forwarded with
# source address 10.1.0.3.
#
# acl normal_service_net src 10.0.0.0/24
# acl good_service_net src 10.0.1.0/24 10.0.2.0/24
# tcp_outgoing_address 10.1.0.1 normal_service_net
# tcp_outgoing_address 10.1.0.2 good_service_net
# tcp_outgoing_address 10.1.0.3
#
# Processing proceeds in the order specified, and stops at first fully
# matching line.
#
# Note: The use of this directive using client dependent ACLs is
# incompatible with the use of server side persistent connections. To
# ensure correct results it is best to set server_persistent_connections
# to off when using this directive in such configurations.
#
#Default:
# none

# TAG: zph_mode
# This option enables packet level marking of HIT/MISS responses,
# either using IP TOS or socket priority.
# off Feature disabled
# tos Set the IP TOS/Diffserv field
# priority Set the socket priority (may get mapped to TOS by OS,
# otherwise only usable in local rulesets)
# option Embed the mark in an IP option field. See also
# zph_option.
#
# See also tcp_outgoing_tos for details/requirements about TOS usage.
#
#Default:
#zph_mode on

# TAG: zph_local
# Allows you to select a TOS/Diffserv/Priority value to mark local hits.
# Default: 0 (disabled).
#
#Default:
# zph_local 0

# TAG: zph_sibling
# Allows you to select a TOS/Diffserv/Priority value to mark sibling hits.
# Default: 0 (disabled).
#
#Default:
# zph_sibling 0

# TAG: zph_parent
# Allows you to select a TOS/Diffserv/Priority value to mark parent hits.
# Default: 0 (disabled).
#
#Default:
# zph_parent 0

# TAG: zph_option
# The IP option to use when zph_mode is set to "option". Defaults to
# 136 which is officially registered as "SATNET Stream ID".
#
#Default:
# zph_option 136

# TAG: emulate_httpd_log on|off
# The Cache can emulate the log file format which many 'httpd'
# programs use. To disable/enable this emulation, set
# emulate_httpd_log to 'off' or 'on'. The default
# is to use the native log format since it includes useful
# information Squid-specific log analyzers use.
#
#Default:
# emulate_httpd_log off

# TAG: log_ip_on_direct on|off
# Log the destination IP address in the hierarchy log tag when going
# direct. Earlier Squid versions logged the hostname here. If you
# prefer the old way set this to off.
#
#Default:
# log_ip_on_direct on


# TAG: mail_program
# Email program used to send mail if the cache dies.
# The default is "mail". The specified program must comply
# with the standard Unix mail syntax:
# mail-program recipient < mailfile
#
# Optional command line options can be specified.
#
#Default:
# mail_program mail



cuando mando a chequear el squid me sale esto

-----
Chequeando squid usando el comando squid -k check..............

2010/04/28 15:27:21| aclParseAclLine: WARNING: empty ACL: acl pc_negra src "/argentobr/squid/pc_negra"
2010/04/28 15:27:21| aclParseAclLine: WARNING: empty ACL: acl sitios_prohibidos url_regex -i "/argentobr/squid/sitios_prohibidos"
2010/04/28 15:27:21| aclParseAclLine: WARNING: empty ACL: acl sitios_inocentes url_regex -i "/argentobr/squid/sitios_inocentes"

Squid esta funcionando OK
---------


el archivo rc local
el squid lo tengo en arraque al inicio

#!/bin/sh
# Brazilfw Local Command Init Script
/etc/named/named start # solo si tienen Bind instalado
/etc/named/namedtransp start #solo si tienen Bind instalado
/argentoqos/squidstart
/argentoqos/qosbr start lastprofile
/intrusos/./intrusos.sh

--------------

su consumo del hd es este
----
Mostrando valores generales del disco

Filesystem Size Used Available Use% Mounted on
rootfs 218.5M 13.8M 204.7M 6% /
/dev/hda7 938.5M 55.4M 873.6M 6% /hdb
/dev/hda6 4.6G 32.6M 4.3G 1% /hdb/syslog
/dev/hda5 59.6G 36.2M 59.5G 0% /hdb/cache
/dev/hda8 4.6G 32.2M 4.3G 1% /hdb/squidlog
/dev/hda5 59.6G 36.2M 59.5G 0% /hdb/ftp
/dev/hda6 4.6G 32.6M 4.3G 1% /hdb/sarg
Analisis terminado.
------------------

porcentaje el uso del squid es este

Iniciando conteo de Peticiones...
Total de Peticiones : 0 Peticiones
Iniciando Conteo de HITS...
Total de HITS: 0 Hits
/argentobr/conteo.hits: /argentobr/conteo.hits: 34: divide by zero


(aqui no me hace nada de peticiones ¿esto influye?)
---------------


la informacion general de mi brazil es este

Información General
Idioma para el Administrador Web

BrazilFW - Versión 2.31.10 SP1+
Nombre de equipo brazilfw
Dominio domain.local
Direcciones IP OK [ Probar ]
Estado de la red - Internet
Estado ACTIVO [ Liberar dirección IP | Renovar dirección IP ]
Tipo de Internet Ethernet (Dirección IP asignada por DHCP)
Direccion IP Externa 192.168.0.2
Máscara de red 255.255.255.0
Puerta de enlace 192.168.0.1 [ Prueba de la Puerta de Enlace ]
Estado de la red - Red Local
Estado ACTIVO
Dirección IP Local 192.168.1.1
Máscara de red 255.255.255.0
Información DNS
Servidor de Nombre Primario 192.168.0.1 [ Prueba del DNS ]
Servicios
Cache DNS Habilitado [ Recargar ]
Servidor DHCP Habilitado [ Recargar ]
Servicio SSH Habilitado (puerto 22)
Administrador Web Habilitado (puerto 8180)
Tareas programadas Deshabilitado
Información del Sistema
Versión del Nucleo 2.4.36.2
Máquina Intel(R) Celeron(R) CPU 2.66GHz 2000.129
Fecha y hora actual Wed Apr 28 15:30:42 EST 2010
Tiempo de actividad 27 min
Promedio de Carga Ultimo Minuto 0.00
Ultimo 5 minutos 0.00
Ultimo 15 minutos 0.00
Uso de Memoria Total 449464 kb (100%)
Usada 41360 kb (9%) (el uso de la memoria deberia ser de 98 por el cache squid)
Libre 408104 kb (91%)
---------
los log de mi cache son estos

buscando log.....
log encontrado en: /partition/squidlog/cache.log ....
2010/04/27 18:35:12| Unlinkd pipe opened on FD 11
2010/04/27 18:35:12| Swap maxSize 10240 + 8192 KB, estimated 0 objects
2010/04/27 18:35:12| Target number of buckets: 70
2010/04/27 18:35:12| Using 8192 Store buckets
2010/04/27 18:35:12| Max Mem size: 8192 KB
2010/04/27 18:35:12| Max Swap size: 10240 KB
2010/04/27 18:35:12| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2010/04/27 18:35:12| logfileOpen: opening log /partition/squidlog/store.log
2010/04/27 18:35:12| Rebuilding storage in /partition/cache (DIRTY)
2010/04/27 18:35:12| Using Least Load store dir selection
2010/04/27 18:35:12| Current Directory is /
2010/04/27 18:35:12| Loaded Icons.
2010/04/27 18:35:12| Accepting transparently proxied HTTP connections at 0.0.0.0, port 8080, FD 17.
2010/04/27 18:35:12| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2010/04/27 18:35:12| Accepting SNMP messages on port 3401, FD 19.
2010/04/27 18:35:12| WCCP Disabled.
2010/04/27 18:35:12| Pinger socket opened on FD 20
2010/04/27 18:35:12| Ready to serve requests.
2010/04/27 18:35:12| Done reading /partition/cache swaplog (0 entries)
2010/04/27 18:35:12| Finished rebuilding storage from disk.
2010/04/27 18:35:12| 0 Entries scanned
2010/04/27 18:35:12| 0 Invalid entries.
2010/04/27 18:35:12| 0 With invalid flags.
2010/04/27 18:35:12| 0 Objects loaded.
2010/04/27 18:35:12| 0 Objects expired.
2010/04/27 18:35:12| 0 Objects cancelled.
2010/04/27 18:35:12| 0 Duplicate URLs purged.
2010/04/27 18:35:12| 0 Swapfile clashes avoided.
2010/04/27 18:35:12| Took 0.6 seconds ( 0.0 objects/sec).
2010/04/27 18:35:12| Beginning Validation Procedure
2010/04/27 18:35:12| Completed Validation Procedure
2010/04/27 18:35:12| Validated 0 Entries
2010/04/27 18:35:12| store_swap_size = 0k
2010/04/27 18:35:13| storeLateRelease: released 0 objects
2010/04/27 19:15:12| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/27 19:15:12| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/27 19:15:12| NETDB state saved; 0 entries, 11 msec
2010/04/27 19:56:52| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/27 19:56:52| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/27 19:56:52| NETDB state saved; 0 entries, 0 msec
2010/04/27 20:46:58| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/27 20:46:58| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/27 20:46:58| NETDB state saved; 0 entries, 0 msec
2010/04/27 21:37:06| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/27 21:37:06| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/27 21:37:06| NETDB state saved; 0 entries, 0 msec
2010/04/27 22:31:56| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/27 22:31:56| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/27 22:31:56| NETDB state saved; 0 entries, 0 msec
2010/04/27 23:32:26| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/27 23:32:26| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/27 23:32:26| NETDB state saved; 0 entries, 0 msec
2010/04/28 00:27:26| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 00:27:26| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 00:27:26| NETDB state saved; 0 entries, 0 msec
2010/04/28 01:12:47| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 01:12:47| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 01:12:47| NETDB state saved; 0 entries, 0 msec
2010/04/28 02:09:47| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 02:09:47| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 02:09:47| NETDB state saved; 0 entries, 0 msec
2010/04/28 02:53:25| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 02:53:25| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 02:53:25| NETDB state saved; 0 entries, 0 msec
2010/04/28 03:25:35| Preparing for shutdown after 0 requests
2010/04/28 03:25:35| Waiting 30 seconds for active connections to finish
2010/04/28 03:25:35| FD 17 Closing HTTP connection
2010/04/28 03:25:35| Closing Pinger socket on FD 20
2010/04/28 03:26:40| Starting Squid Cache version 2.7.STABLE5 for i686-pc-linux-gnu...
2010/04/28 03:26:40| Process ID 2503
2010/04/28 03:26:40| With 1024 file descriptors available
2010/04/28 03:26:40| Using poll for the IO loop
2010/04/28 03:26:40| DNS Socket created at 0.0.0.0, port 32770, FD 6
2010/04/28 03:26:40| Adding domain domain.local from /etc/resolv.conf
2010/04/28 03:26:40| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2010/04/28 03:26:40| User-Agent logging is disabled.
2010/04/28 03:26:40| logfileOpen: opening log /partition/squidlog/access.log
2010/04/28 03:26:40| Unlinkd pipe opened on FD 11
2010/04/28 03:26:40| Swap maxSize 30720000 + 307200 KB, estimated 0 objects
2010/04/28 03:26:40| Target number of buckets: 119335
2010/04/28 03:26:40| Using 131072 Store buckets
2010/04/28 03:26:40| Max Mem size: 307200 KB
2010/04/28 03:26:40| Max Swap size: 30720000 KB
2010/04/28 03:26:40| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2010/04/28 03:26:40| logfileOpen: opening log /partition/squidlog/store.log
2010/04/28 03:26:40| Rebuilding storage in /partition/cache (DIRTY)
2010/04/28 03:26:40| Using Least Load store dir selection
2010/04/28 03:26:40| Current Directory is /
2010/04/28 03:26:40| Loaded Icons.
2010/04/28 03:26:40| Accepting transparently proxied HTTP connections at 0.0.0.0, port 8080, FD 17.
2010/04/28 03:26:40| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2010/04/28 03:26:40| Accepting SNMP messages on port 3401, FD 19.
2010/04/28 03:26:40| WCCP Disabled.
2010/04/28 03:26:40| Pinger socket opened on FD 20
2010/04/28 03:26:40| Ready to serve requests.
2010/04/28 03:26:40| Done reading /partition/cache swaplog (0 entries)
2010/04/28 03:26:40| Finished rebuilding storage from disk.
2010/04/28 03:26:40| 0 Entries scanned
2010/04/28 03:26:40| 0 Invalid entries.
2010/04/28 03:26:40| 0 With invalid flags.
2010/04/28 03:26:40| 0 Objects loaded.
2010/04/28 03:26:40| 0 Objects expired.
2010/04/28 03:26:40| 0 Objects cancelled.
2010/04/28 03:26:40| 0 Duplicate URLs purged.
2010/04/28 03:26:40| 0 Swapfile clashes avoided.
2010/04/28 03:26:40| Took 0.5 seconds ( 0.0 objects/sec).
2010/04/28 03:26:40| Beginning Validation Procedure
2010/04/28 03:26:40| Completed Validation Procedure
2010/04/28 03:26:40| Validated 0 Entries
2010/04/28 03:26:40| store_swap_size = 0k
2010/04/28 03:26:41| storeLateRelease: released 0 objects
2010/04/28 03:29:40| Reconfiguring Squid Cache (version 2.7.STABLE5)...
2010/04/28 03:29:40| FD 17 Closing HTTP connection
2010/04/28 03:29:40| Closing Pinger socket on FD 20
2010/04/28 03:29:40| FD 18 Closing ICP connection
2010/04/28 03:29:40| FD 19 Closing SNMP socket
2010/04/28 03:29:40| logfileClose: closing log /partition/squidlog/store.log
2010/04/28 03:29:40| logfileClose: closing log /partition/squidlog/access.log
2010/04/28 03:29:40| Including Configuration File: /partition/squid/etc/squid.conf (depth 0)
2010/04/28 03:29:40| aclParseAclLine: WARNING: empty ACL: acl pc_negra src "/argentobr/squid/pc_negra"
2010/04/28 03:29:40| aclParseAclLine: WARNING: empty ACL: acl sitios_prohibidos url_regex -i "/argentobr/squid/sitios_prohibidos"
2010/04/28 03:29:40| aclParseAclLine: WARNING: empty ACL: acl sitios_inocentes url_regex -i "/argentobr/squid/sitios_inocentes"
2010/04/28 03:29:40| Cache dir '/partition/cache' size remains unchanged at 30720000 KB
2010/04/28 03:29:40| logfileOpen: opening log /partition/squidlog/access.log
2010/04/28 03:29:40| logfileOpen: opening log /partition/squidlog/store.log
2010/04/28 03:29:40| User-Agent logging is disabled.
2010/04/28 03:29:40| DNS Socket created at 0.0.0.0, port 32771, FD 9
2010/04/28 03:29:40| Adding domain domain.local from /etc/resolv.conf
2010/04/28 03:29:40| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2010/04/28 03:29:40| Accepting transparently proxied HTTP connections at 0.0.0.0, port 8080, FD 15.
2010/04/28 03:29:40| Accepting ICP messages at 0.0.0.0, port 3130, FD 16.
2010/04/28 03:29:40| Accepting SNMP messages on port 3401, FD 17.
2010/04/28 03:29:40| WCCP Disabled.
2010/04/28 03:29:40| Pinger socket opened on FD 18
2010/04/28 03:29:40| Loaded Icons.
2010/04/28 03:29:40| Ready to serve requests.
2010/04/28 04:06:40| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 04:06:40| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 04:06:40| NETDB state saved; 0 entries, 0 msec
2010/04/28 04:53:44| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 04:53:44| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 04:53:44| NETDB state saved; 0 entries, 0 msec
2010/04/28 05:45:40| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 05:45:40| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 05:45:40| NETDB state saved; 0 entries, 0 msec
2010/04/28 06:40:48| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 06:40:48| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 06:40:48| NETDB state saved; 0 entries, 0 msec
2010/04/28 07:47:31| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 07:47:31| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 07:47:31| NETDB state saved; 0 entries, 0 msec
2010/04/28 08:43:14| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 08:43:14| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 08:43:14| NETDB state saved; 0 entries, 0 msec
2010/04/28 09:44:16| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 09:44:16| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 09:44:16| NETDB state saved; 0 entries, 0 msec
2010/04/28 11:00:36| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 11:00:36| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 11:00:36| NETDB state saved; 0 entries, 0 msec
2010/04/28 11:49:15| Starting Squid Cache version 2.7.STABLE5 for i686-pc-linux-gnu...
2010/04/28 11:49:15| Process ID 2507
2010/04/28 11:49:15| With 1024 file descriptors available
2010/04/28 11:49:15| Using poll for the IO loop
2010/04/28 11:49:15| DNS Socket created at 0.0.0.0, port 32770, FD 6
2010/04/28 11:49:15| Adding domain domain.local from /etc/resolv.conf
2010/04/28 11:49:15| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2010/04/28 11:49:15| User-Agent logging is disabled.
2010/04/28 11:49:15| logfileOpen: opening log /partition/squidlog/access.log
2010/04/28 11:49:15| Unlinkd pipe opened on FD 11
2010/04/28 11:49:15| Swap maxSize 10240 + 8192 KB, estimated 0 objects
2010/04/28 11:49:15| Target number of buckets: 70
2010/04/28 11:49:15| Using 8192 Store buckets
2010/04/28 11:49:15| Max Mem size: 8192 KB
2010/04/28 11:49:15| Max Swap size: 10240 KB
2010/04/28 11:49:15| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2010/04/28 11:49:15| logfileOpen: opening log /partition/squidlog/store.log
2010/04/28 11:49:15| Rebuilding storage in /partition/cache (DIRTY)
2010/04/28 11:49:15| Using Least Load store dir selection
2010/04/28 11:49:15| Current Directory is /
2010/04/28 11:49:15| Loaded Icons.
2010/04/28 11:49:15| Accepting transparently proxied HTTP connections at 0.0.0.0, port 8080, FD 17.
2010/04/28 11:49:15| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2010/04/28 11:49:15| Accepting SNMP messages on port 3401, FD 19.
2010/04/28 11:49:15| WCCP Disabled.
2010/04/28 11:49:15| Pinger socket opened on FD 20
2010/04/28 11:49:15| Ready to serve requests.
2010/04/28 11:49:15| Done reading /partition/cache swaplog (0 entries)
2010/04/28 11:49:15| Finished rebuilding storage from disk.
2010/04/28 11:49:15| 0 Entries scanned
2010/04/28 11:49:15| 0 Invalid entries.
2010/04/28 11:49:15| 0 With invalid flags.
2010/04/28 11:49:15| 0 Objects loaded.
2010/04/28 11:49:15| 0 Objects expired.
2010/04/28 11:49:15| 0 Objects cancelled.
2010/04/28 11:49:15| 0 Duplicate URLs purged.
2010/04/28 11:49:15| 0 Swapfile clashes avoided.
2010/04/28 11:49:15| Took 0.5 seconds ( 0.0 objects/sec).
2010/04/28 11:49:15| Beginning Validation Procedure
2010/04/28 11:49:15| Completed Validation Procedure
2010/04/28 11:49:15| Validated 0 Entries
2010/04/28 11:49:15| store_swap_size = 0k
2010/04/28 11:49:16| storeLateRelease: released 0 objects
2010/04/28 11:50:59| Preparing for shutdown after 0 requests
2010/04/28 11:50:59| Waiting 30 seconds for active connections to finish
2010/04/28 11:50:59| FD 17 Closing HTTP connection
2010/04/28 11:50:59| Closing Pinger socket on FD 20
2010/04/28 11:52:10| Starting Squid Cache version 2.7.STABLE5 for i686-pc-linux-gnu...
2010/04/28 11:52:10| Process ID 2501
2010/04/28 11:52:10| With 1024 file descriptors available
2010/04/28 11:52:10| Using poll for the IO loop
2010/04/28 11:52:10| DNS Socket created at 0.0.0.0, port 32770, FD 6
2010/04/28 11:52:10| Adding domain domain.local from /etc/resolv.conf
2010/04/28 11:52:10| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2010/04/28 11:52:10| User-Agent logging is disabled.
2010/04/28 11:52:10| logfileOpen: opening log /partition/squidlog/access.log
2010/04/28 11:52:10| Unlinkd pipe opened on FD 11
2010/04/28 11:52:10| Swap maxSize 10240 + 8192 KB, estimated 0 objects
2010/04/28 11:52:10| Target number of buckets: 70
2010/04/28 11:52:10| Using 8192 Store buckets
2010/04/28 11:52:10| Max Mem size: 8192 KB
2010/04/28 11:52:10| Max Swap size: 10240 KB
2010/04/28 11:52:10| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2010/04/28 11:52:10| logfileOpen: opening log /partition/squidlog/store.log
2010/04/28 11:52:10| Rebuilding storage in /partition/cache (DIRTY)
2010/04/28 11:52:10| Using Least Load store dir selection
2010/04/28 11:52:10| Current Directory is /
2010/04/28 11:52:10| Loaded Icons.
2010/04/28 11:52:11| Accepting transparently proxied HTTP connections at 0.0.0.0, port 8080, FD 17.
2010/04/28 11:52:11| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2010/04/28 11:52:11| Accepting SNMP messages on port 3401, FD 19.
2010/04/28 11:52:11| WCCP Disabled.
2010/04/28 11:52:11| Pinger socket opened on FD 20
2010/04/28 11:52:11| Ready to serve requests.
2010/04/28 11:52:11| Done reading /partition/cache swaplog (0 entries)
2010/04/28 11:52:11| Finished rebuilding storage from disk.
2010/04/28 11:52:11| 0 Entries scanned
2010/04/28 11:52:11| 0 Invalid entries.
2010/04/28 11:52:11| 0 With invalid flags.
2010/04/28 11:52:11| 0 Objects loaded.
2010/04/28 11:52:11| 0 Objects expired.
2010/04/28 11:52:11| 0 Objects cancelled.
2010/04/28 11:52:11| 0 Duplicate URLs purged.
2010/04/28 11:52:11| 0 Swapfile clashes avoided.
2010/04/28 11:52:11| Took 0.5 seconds ( 0.0 objects/sec).
2010/04/28 11:52:11| Beginning Validation Procedure
2010/04/28 11:52:11| Completed Validation Procedure
2010/04/28 11:52:11| Validated 0 Entries
2010/04/28 11:52:11| store_swap_size = 0k
2010/04/28 11:52:11| storeLateRelease: released 0 objects
2010/04/28 12:32:11| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 12:32:11| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 12:32:11| NETDB state saved; 0 entries, 17 msec
2010/04/28 13:13:51| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 13:13:51| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 13:13:51| NETDB state saved; 0 entries, 0 msec
2010/04/28 13:41:27| Preparing for shutdown after 0 requests
2010/04/28 13:41:27| Waiting 30 seconds for active connections to finish
2010/04/28 13:41:27| FD 17 Closing HTTP connection
2010/04/28 13:41:27| Closing Pinger socket on FD 20
2010/04/28 13:42:24| Starting Squid Cache version 2.7.STABLE5 for i686-pc-linux-gnu...
2010/04/28 13:42:24| Process ID 3571
2010/04/28 13:42:24| With 1024 file descriptors available
2010/04/28 13:42:24| Using poll for the IO loop
2010/04/28 13:42:24| DNS Socket created at 0.0.0.0, port 32770, FD 6
2010/04/28 13:42:24| Adding domain domain.local from /etc/resolv.conf
2010/04/28 13:42:24| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2010/04/28 13:42:24| User-Agent logging is disabled.
2010/04/28 13:42:24| logfileOpen: opening log /partition/squidlog/access.log
2010/04/28 13:42:24| Unlinkd pipe opened on FD 11
2010/04/28 13:42:24| Swap maxSize 10240 + 8192 KB, estimated 0 objects
2010/04/28 13:42:24| Target number of buckets: 70
2010/04/28 13:42:24| Using 8192 Store buckets
2010/04/28 13:42:24| Max Mem size: 8192 KB
2010/04/28 13:42:24| Max Swap size: 10240 KB
2010/04/28 13:42:24| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2010/04/28 13:42:24| logfileOpen: opening log /partition/squidlog/store.log
2010/04/28 13:42:24| Rebuilding storage in /partition/cache (DIRTY)
2010/04/28 13:42:24| Using Least Load store dir selection
2010/04/28 13:42:24| Current Directory is /
2010/04/28 13:42:24| Loaded Icons.
2010/04/28 13:42:25| Accepting transparently proxied HTTP connections at 0.0.0.0, port 8080, FD 17.
2010/04/28 13:42:25| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2010/04/28 13:42:25| Accepting SNMP messages on port 3401, FD 19.
2010/04/28 13:42:25| WCCP Disabled.
2010/04/28 13:42:25| Pinger socket opened on FD 20
2010/04/28 13:42:25| Ready to serve requests.
2010/04/28 13:42:25| Done reading /partition/cache swaplog (0 entries)
2010/04/28 13:42:25| Finished rebuilding storage from disk.
2010/04/28 13:42:25| 0 Entries scanned
2010/04/28 13:42:25| 0 Invalid entries.
2010/04/28 13:42:25| 0 With invalid flags.
2010/04/28 13:42:25| 0 Objects loaded.
2010/04/28 13:42:25| 0 Objects expired.
2010/04/28 13:42:25| 0 Objects cancelled.
2010/04/28 13:42:25| 0 Duplicate URLs purged.
2010/04/28 13:42:25| 0 Swapfile clashes avoided.
2010/04/28 13:42:25| Took 0.5 seconds ( 0.0 objects/sec).
2010/04/28 13:42:25| Beginning Validation Procedure
2010/04/28 13:42:25| Completed Validation Procedure
2010/04/28 13:42:25| Validated 0 Entries
2010/04/28 13:42:25| store_swap_size = 0k
2010/04/28 13:42:25| storeLateRelease: released 0 objects
2010/04/28 14:22:25| logfileOpen: opening log /partition/squid/var/logs/netdb.state
2010/04/28 14:22:25| logfileClose: closing log /partition/squid/var/logs/netdb.state
2010/04/28 14:22:25| NETDB state saved; 0 entries, 0 msec
2010/04/28 14:27:56| Preparing for shutdown after 0 requests
2010/04/28 14:27:56| Waiting 30 seconds for active connections to finish
2010/04/28 14:27:56| FD 17 Closing HTTP connection
2010/04/28 14:27:56| Closing Pinger socket on FD 20
2010/04/28 14:28:50| Starting Squid Cache version 2.7.STABLE5 for i686-pc-linux-gnu...
2010/04/28 14:28:50| Process ID 2503
2010/04/28 14:28:50| With 1024 file descriptors available
2010/04/28 14:28:50| Using poll for the IO loop
2010/04/28 14:28:50| DNS Socket created at 0.0.0.0, port 32770, FD 6
2010/04/28 14:28:50| Adding domain domain.local from /etc/resolv.conf
2010/04/28 14:28:50| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2010/04/28 14:28:50| User-Agent logging is disabled.
2010/04/28 14:28:50| logfileOpen: opening log /partition/squidlog/access.log
2010/04/28 14:28:50| Unlinkd pipe opened on FD 11
2010/04/28 14:28:50| Swap maxSize 10240 + 8192 KB, estimated 0 objects
2010/04/28 14:28:50| Target number of buckets: 70
2010/04/28 14:28:50| Using 8192 Store buckets
2010/04/28 14:28:50| Max Mem size: 8192 KB
2010/04/28 14:28:50| Max Swap size: 10240 KB
2010/04/28 14:28:50| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2010/04/28 14:28:50| logfileOpen: opening log /partition/squidlog/store.log
2010/04/28 14:28:50| Rebuilding storage in /partition/cache (DIRTY)
2010/04/28 14:28:50| Using Least Load store dir selection
2010/04/28 14:28:50| Current Directory is /
2010/04/28 14:28:50| Loaded Icons.
2010/04/28 14:28:51| Accepting transparently proxied HTTP connections at 0.0.0.0, port 8080, FD 17.
2010/04/28 14:28:51| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2010/04/28 14:28:51| Accepting SNMP messages on port 3401, FD 19.
2010/04/28 14:28:51| WCCP Disabled.
2010/04/28 14:28:51| Pinger socket opened on FD 20
2010/04/28 14:28:51| Ready to serve requests.
2010/04/28 14:28:51| Done reading /partition/cache swaplog (0 entries)
2010/04/28 14:28:51| Finished rebuilding storage from disk.
2010/04/28 14:28:51| 0 Entries scanned
2010/04/28 14:28:51| 0 Invalid entries.
2010/04/28 14:28:51| 0 With invalid flags.
2010/04/28 14:28:51| 0 Objects loaded.
2010/04/28 14:28:51| 0 Objects expired.
2010/04/28 14:28:51| 0 Objects cancelled.
2010/04/28 14:28:51| 0 Duplicate URLs purged.
2010/04/28 14:28:51| 0 Swapfile clashes avoided.
2010/04/28 14:28:51| Took 0.5 seconds ( 0.0 objects/sec).
2010/04/28 14:28:51| Beginning Validation Procedure
2010/04/28 14:28:51| Completed Validation Procedure
2010/04/28 14:28:51| Validated 0 Entries
2010/04/28 14:28:51| store_swap_size = 0k
2010/04/28 14:28:51| storeLateRelease: released 0 objects
2010/04/28 15:02:33| Preparing for shutdown after 0 requests
2010/04/28 15:02:33| Waiting 30 seconds for active connections to finish
2010/04/28 15:02:33| FD 17 Closing HTTP connection
2010/04/28 15:02:33| Closing Pinger socket on FD 20
2010/04/28 15:03:28| Starting Squid Cache version 2.7.STABLE5 for i686-pc-linux-gnu...
2010/04/28 15:03:28| Process ID 2502
2010/04/28 15:03:28| With 1024 file descriptors available
2010/04/28 15:03:28| Using poll for the IO loop
2010/04/28 15:03:28| DNS Socket created at 0.0.0.0, port 32770, FD 6
2010/04/28 15:03:28| Adding domain domain.local from /etc/resolv.conf
2010/04/28 15:03:28| Adding nameserver 127.0.0.1 from /etc/resolv.conf
2010/04/28 15:03:28| User-Agent logging is disabled.
2010/04/28 15:03:28| logfileOpen: opening log /partition/squidlog/access.log
2010/04/28 15:03:28| Unlinkd pipe opened on FD 11
2010/04/28 15:03:28| Swap maxSize 10240 + 8192 KB, estimated 0 objects
2010/04/28 15:03:28| Target number of buckets: 70
2010/04/28 15:03:28| Using 8192 Store buckets
2010/04/28 15:03:28| Max Mem size: 8192 KB
2010/04/28 15:03:28| Max Swap size: 10240 KB
2010/04/28 15:03:28| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2010/04/28 15:03:28| logfileOpen: opening log /partition/squidlog/store.log
2010/04/28 15:03:28| Rebuilding storage in /partition/cache (DIRTY)
2010/04/28 15:03:28| Using Least Load store dir selection
2010/04/28 15:03:28| Current Directory is /
2010/04/28 15:03:28| Loaded Icons.
2010/04/28 15:03:28| Accepting transparently proxied HTTP connections at 0.0.0.0, port 8080, FD 17.
2010/04/28 15:03:28| Accepting ICP messages at 0.0.0.0, port 3130, FD 18.
2010/04/28 15:03:28| Accepting SNMP messages on port 3401, FD 19.
2010/04/28 15:03:28| WCCP Disabled.
2010/04/28 15:03:28| Pinger socket opened on FD 20
2010/04/28 15:03:28| Ready to serve requests.
2010/04/28 15:03:29| Done reading /partition/cache swaplog (0 entries)
2010/04/28 15:03:29| Finished rebuilding storage from disk.
2010/04/28 15:03:29| 0 Entries scanned
2010/04/28 15:03:29| 0 Invalid entries.
2010/04/28 15:03:29| 0 With invalid flags.
2010/04/28 15:03:29| 0 Objects loaded.
2010/04/28 15:03:29| 0 Objects expired.
2010/04/28 15:03:29| 0 Objects cancelled.
2010/04/28 15:03:29| 0 Duplicate URLs purged.
2010/04/28 15:03:29| 0 Swapfile clashes avoided.
2010/04/28 15:03:29| Took 0.5 seconds ( 0.0 objects/sec).
2010/04/28 15:03:29| Beginning Validation Procedure
2010/04/28 15:03:29| Completed Validation Procedure
2010/04/28 15:03:29| Validated 0 Entries
2010/04/28 15:03:29| store_swap_size = 0k
2010/04/28 15:03:29| storeLateRelease: released 0 objects
------------------

debo de tener un error por alli
Juanwifi
 

Re: No me funciona el cache pero arranca. Ayuda Urgente

Mensagempor nachazo » Qua Abr 28, 2010 8:40 pm

fijate en los logs de acceso...

en ese log sale lo que cachea de cada pc que navega....
nachazo
 


Voltar para Serie de add-ons Argento

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 4 visitantes