Eventfd() failed

Hi, all

I install nginx on my server listned on port 82 but when try access
browser just said “Waiting…” and not show dwfault page.

I found follow errors in error.log.

nginx version: 0.8.53

kernel version: 2.6.18

Thank’s for any help

Posted at Nginx Forum:

Hello!

On Mon, Nov 15, 2010 at 04:13:45AM -0500, maar3amt wrote:

2010/11/15 02:53:09 [emerg] 22535#0: eventfd() failed (38: Function not
implemented)
2010/11/15 02:53:09 [alert] 22534#0: worker process 22535 exited with
fatal code 2 and can not be respawn
[/quote]

nginx binary was compiled with file aio support (on another
host), but your system doesn’t have proper interfaces (lacks
eventfd() syscall).

Solution is to recompile nginx without file aio support.

Maxim D.

How ca i do it?

–without-file-aio ?

Posted at Nginx Forum:

Hello!

On Mon, Nov 15, 2010 at 09:24:59PM -0500, maar3amt wrote:

How ca i do it?

–without-file-aio ?

It’s not compiled in by default, so just don’t specify
–with-file-aio flag to configure.

Maxim D.