Bug 22273

Summary: Не работает на 2.6.18-ovz-rhel-alt11
Product: Branch 5.1 Reporter: Slava Dubrovskiy <dubrsl>
Component: nginxAssignee: Denis Smirnov <mithraen>
Status: CLOSED NOTABUG QA Contact: QA 5.1 <qa-5.1>
Severity: critical    
Priority: P3    
Version: unspecified   
Hardware: all   
OS: Linux   

Description Slava Dubrovskiy 2009-11-12 22:32:04 MSK
# service nginx restart
Checking configuration sanity for nginx:              [ DONE ]
Stopping nginx service:                               [ DONE ]
Starting nginx service:                               [ DONE ]

При этом в логе:
2009/11/13 00:27:05 [emerg] 24569#0: eventfd() failed (38: Function not implemented)
2009/11/13 00:27:05 [emerg] 24570#0: eventfd() failed (38: Function not implemented)
2009/11/13 00:27:05 [emerg] 24572#0: eventfd() failed (38: Function not implemented)
2009/11/13 00:27:05 [emerg] 24574#0: eventfd() failed (38: Function not implemented)
2009/11/13 00:27:05 [alert] 24568#0: worker process 24569 exited with fatal code 2 and can not be respawn
2009/11/13 00:27:05 [alert] 24568#0: worker process 24570 exited with fatal code 2 and can not be respawn
2009/11/13 00:27:05 [alert] 24568#0: worker process 24572 exited with fatal code 2 and can not be respawn
2009/11/13 00:27:05 [alert] 24568#0: worker process 24574 exited with fatal code 2 and can not be respawn

# uname -rm
2.6.18-ovz-rhel-alt11 i686

Переходить на ovz-smp считаю преждевременно. Можно ли собрать так, чтобы работало на всех ядрах что в репозитарии?
Comment 1 Slava Dubrovskiy 2009-11-12 22:58:25 MSK
Поставил 
events {
        use select;
}
и заработало.