nginx on Solaris10/x86
Igor Sysoev
is at rambler-co.ru
Tue Feb 8 13:47:05 MSK 2005
On Tue, 8 Feb 2005, Alexander Popkov wrote:
> Hello Igor,
>
> Tuesday, February 8, 2005, 1:21:33 PM, you wrote:
> IS> А как лог объявлен ? Нужно в основном разеделе написать:
> IS> error_log файл debug;
>
> Да, это я упустил, извиняюсь :(
>
> Вот содержимое error.log от начала до первого alert:
> ------------------------------------------------------------------------------
> 2005/02/08 13:25:04 [info] 4597#0: using the "/dev/poll" event method
> 2005/02/08 13:25:04 [debug] 4597#0: counter: D2D40080, 0
> 2005/02/08 13:25:04 [info] 4597#0: OS: SunOS 5.10
> 2005/02/08 13:25:04 [info] 4597#0: version: Generic
> 2005/02/08 13:25:04 [info] 4597#0: getrlimit(RLIMIT_NOFILE): 256:65536
> 2005/02/08 13:25:04 [debug] 4598#0: write: 7, 080474A0, 4, 0
> 2005/02/08 13:25:04 [debug] 4598#0: setproctitle: "nginx: master process ../sbin/nginx
> 2005/02/08 13:25:04 [notice] 4598#0: start worker processes
> 2005/02/08 13:25:04 [debug] 4598#0: channel 9:8
> 2005/02/08 13:25:04 [debug] 4599#0: malloc: 080B1228:4096
> 2005/02/08 13:25:04 [debug] 4599#0: malloc: 080B2230:2048
> 2005/02/08 13:25:04 [debug] 4599#0: malloc: 080B2A38:4096
> 2005/02/08 13:25:04 [debug] 4599#0: malloc: 080B3A40:4000
> 2005/02/08 13:25:04 [debug] 4599#0: malloc: 080B49E8:2400
> 2005/02/08 13:25:04 [debug] 4599#0: malloc: 080B5350:2400
> 2005/02/08 13:25:04 [debug] 4599#0: devpoll add event: fd:8 ev:0001
> 2005/02/08 13:25:04 [debug] 4599#0: devpoll fd:8 ev:0001 fl:0000
> 2005/02/08 13:25:04 [debug] 4599#0: setproctitle: "nginx: worker process
> 2005/02/08 13:25:04 [debug] 4599#0: worker cycle
> 2005/02/08 13:25:04 [debug] 4599#0: accept mutex locked
> 2005/02/08 13:25:04 [debug] 4599#0: devpoll add event: fd:6 ev:0001
> 2005/02/08 13:25:04 [debug] 4599#0: devpoll fd:6 ev:0001 fl:0000
> 2005/02/08 13:25:04 [debug] 4599#0: devpoll timer: -1
> 2005/02/08 13:25:04 [alert] 4599#0: ioctl(DP_POLL) failed (22: Invalid argument)
> ------------------------------------------------------------------------------
Странно. Один ioctl(DP_POLL) при добавлении unix сокета за номером 8
прошёл без проблем. А с listen сокетом 6 проблемы.
А если поставить в основом разделе директивы:
daemon off;
master_process off;
тогда как ?
Игорь Сысоев
http://sysoev.ru
More information about the nginx-ru
mailing list