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

From: ale1971 <ale1971@dont-contact.us>
Date: Sat, 1 Mar 2008 18:55:05 -0800 (PST)

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 ale1971@gmail.com

#############################################################################
# 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.
Received on Sat Mar 01 2008 - 19:55:11 MST

This archive was generated by hypermail pre-2.1.9 : Tue Apr 01 2008 - 13:00:04 MDT