DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2009-04-23 00:59:37

gillou
Member
Registered: 2008-04-13
Posts: 7

Nginx Error

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 :

Code:

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

 

#2 2009-04-23 23:41:43

bzhou
Member
Registered: 2008-02-15
Posts: 171

Re: Nginx Error

Just disabled epoll for optware dns323 build. Try nginx_0.7.52-2_arm.ipk once it arrives in the feed.

Offline

 

#3 2009-04-28 00:58:10

gillou
Member
Registered: 2008-04-13
Posts: 7

Re: Nginx Error

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 hmm (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

 

#4 2009-04-28 19:25:48

bzhou
Member
Registered: 2008-02-15
Posts: 171

Re: Nginx Error

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

 

#5 2009-04-28 23:12:08

gillou
Member
Registered: 2008-04-13
Posts: 7

Re: Nginx Error

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

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB