Re: [squid-users] FATAL: comm_select_init: epoll_create...

2008-03-02 Thread ale1971


I am sorry but I am a beginner...

How can I upgrade to 3.0.STABLE1?

With apt-get install squid3 i get Version 3.0.PRE5

My sources.list:

deb http://ftp.debian.org/debian/ etch main contrib non-free  
deb-src http://ftp.debian.org/debian/ etch main contrib non-free  

deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free



-- 
View this message in context: 
http://www.nabble.com/FATAL%3A-comm_select_init%3A-epoll_create...-tp15782733p15787021.html
Sent from the Squid - Users mailing list archive at Nabble.com.



Re: [squid-users] FATAL: comm_select_init: epoll_create...

2008-03-02 Thread ale1971


My OS is Debian Kernel version 2.4STABLE5.


-- 
View this message in context: 
http://www.nabble.com/FATAL%3A-comm_select_init%3A-epoll_create...-tp15782733p15787035.html
Sent from the Squid - Users mailing list archive at Nabble.com.



[squid-users] FATAL: comm_select_init: epoll_create...

2008-03-01 Thread ale1971

Hello, anyone know what this error means?

My squid version:

PC-DEB:~# squid3 -v
Squid Cache: Version 3.0.PRE5

Error in cache.log:

CPU Usage: 0.010 seconds = 0.000 user + 0.010 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 516
2008/03/02 04:15:14| storeDirWriteCleanLogs: Starting...
2008/03/02 04:15:14|   Finished.  Wrote 0 entries.
2008/03/02 04:15:14|   Took 0.0 seconds (   0.0 entries/sec).
FATAL: comm_select_init: epoll_create(): (38) Function not implemented

Squid Cache (Version 3.0.PRE5): Terminated abnormally.
CPU Usage: 0.020 seconds = 0.000 user + 0.020 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 516
2008/03/02 04:15:17| storeDirWriteCleanLogs: Starting...
2008/03/02 04:15:17|   Finished.  Wrote 0 entries.
2008/03/02 04:15:17|   Took 0.0 seconds (   0.0 entries/sec).
FATAL: comm_select_init: epoll_create(): (38) Function not implemented

Squid Cache (Version 3.0.PRE5): Terminated abnormally.
CPU Usage: 0.020 seconds = 0.000 user + 0.020 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 516
2008/03/02 04:15:20| storeDirWriteCleanLogs: Starting...
2008/03/02 04:15:20|   Finished.  Wrote 0 entries.
2008/03/02 04:15:20|   Took 0.0 seconds (   0.0 entries/sec).
FATAL: comm_select_init: epoll_create(): (38) Function not implemented



My squid.conf

#
# Admin settings
#
cache_mgr [EMAIL PROTECTED]

#
# Cache Params
#
# Disk cache: 1024 MB, 16 top directories max, 256 second-level directories
max
cache_dir ufs /var/spool/squid3 1024 16 256
cache_access_log /var/log/squid3/access.log
cache_log /var/log/squid3/cache.log
cache_store_log /var/log/squid3/store.log
mime_table /usr/share/squid3/mime.conf

# want to use volatile memory for squid?
cache_mem 128 MB
maximum_object_size 8192 KB
#Smallest expiry interval that Squid will honor in headers
minimum_expiry_time 120 seconds

#
# Backend Servers Settings
#
#URL of the site you are caching
http_port 80 accel defaultsite=www.site1.it vhost

#
# ACLs for manager app
#
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
http_access allow manager localhost
#set your password for cachemgr here
#cachemgr_passwd myn1cepass all

#
# ACLs
#
acl all src 0.0.0.0/0.0.0.0
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80  # http
http_access deny manager
http_access deny !Safe_ports
http_access allow localhost
http_reply_access allow all
icp_access allow all

acl ftpblock url_regex -i \.mp3$ \.asx$ \.avi$ \.mpeg$ \.mpg$ \.qt$ \.ram$
\.rm$
# fa in modo che non vengano fatti scaricare i file di quelle desinenze


cache_peer 192.168.0.18 parent 80 0 no-query originserver
acl LaBUsers dstdomain www.site1.it
cache_peer_access 192.168.0.18 allow LaBUsers
cache_peer_access 192.168.0.18 deny all
http_access allow LaBUsers

cache_peer 192.168.0.17 parent 80 0 no-query originserver
acl PolUsers dstdomain www.site2.it
cache_peer_access 192.168.0.17 allow PolUsers
cache_peer_access 192.168.0.17 deny all
http_access allow PolUsers


http_access deny all

#
# Headers
#

#
#logs
#
#emulate_httpd_log on
#log in apache format
logformat combined %a %ui %un [%tl] %rm %ru HTTP/%rv %Hs %st
%{Referer}h$
access_log /var/log/squid3/access-combi.log combined




Thank you

-- 
View this message in context: 
http://www.nabble.com/FATAL%3A-comm_select_init%3A-epoll_create...-tp15782733p15782733.html
Sent from the Squid - Users mailing list archive at Nabble.com.