Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
i have installed a version of nginx by optware : nginx_0.7.52-1_arm.ipk on my DNS 323
but it don't start
i have a message in the log file (error.log) :
epoll_create() failed (38: Function not implemented)
I have a kernel 2.6.12.6-arm1 (Firmware Version: 1.05) whith the fonz script 0.5
my conf file nginx :
user httpduser httpd; worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; server { listen 8080; server_name xxx.hd.free.fr; location / { root /mnt/HD_a2/www/pages; index index.html index.htm; } error_page 500 502 503 504 /50x.html; location = /50x.html { root html; } } }
anybody can help me to solve my problem ?
Thank you
Offline
Just disabled epoll for optware dns323 build. Try nginx_0.7.52-2_arm.ipk once it arrives in the feed.
Offline
bzhou wrote:
Just disabled epoll for optware dns323 build. Try nginx_0.7.52-2_arm.ipk once it arrives in the feed.
thank you for your reply.i don't known exactly how to use the crosscompilation to solve my problem and build a specific version (and i don't have a linux system on my personnal desktop.only cigwin...).so i wait and see for nginx_0.7.52-2_arm.ipk....
there is a version nginx_0.7.52-2_arm.ipk here : http://ipkg.nslu2-linux.org/feeds/optwa … ss/stable/
but i don't known if this version is good for me ?
Offline
Yes, just "ipkg update; ipkg install nginx" to use the latest ipk. The disable epoll fix for dns323 is in version >= 0.7.52-2. Our autobuilder automatically picks up changes and update the feed so most ppl don't need to build.
-Brian
bzhou at nslu2 dash linux dot org
Last edited by bzhou (2009-04-28 19:26:11)
Offline
thank a lot bzhou
finaly i have compiled my own version of nginx 0.7.53 !!! i'm so happy hihi
it work good on my DNS 323 with ssl support
for people who have the probleme :
./configure --without-poll_module
for people who can't compile this version here a bin version :
http://gilles.grandguillaum.free.fr/utils/nginx
sorry for my bad english...
gilles
Offline