eventfd() failed
Maxim Dounin
mdounin at mdounin.ru
Mon Nov 15 12:49:21 MSK 2010
Hello!
On Mon, Nov 15, 2010 at 04:13:45AM -0500, maar3amt wrote:
> 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.
>
> [quote=code]
> 2010/11/15 02:51:10 [emerg] 22474#0: eventfd() failed (38: Function not
> implemented)
> 2010/11/15 02:51:10 [alert] 22473#0: worker process 22474 exited with
> fatal code 2 and can not be respawn
> 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 Dounin
More information about the nginx
mailing list