Bug 22273 - Не работает на 2.6.18-ovz-rhel-alt11
Summary: Не работает на 2.6.18-ovz-rhel-alt11
Status: CLOSED NOTABUG
Alias: None
Product: Branch 5.1
Classification: Distributions
Component: nginx (show other bugs)
Version: unspecified
Hardware: all Linux
: P3 critical
Assignee: Denis Smirnov
QA Contact: QA 5.1
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-12 22:32 MSK by Slava Dubrovskiy
Modified: 2009-11-12 22:58 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;
}
и заработало.