<div dir="ltr"><div>Hello,<br><br></div>It can also be oomkiller killing nginx due to low resources, you should monitor & check the other logs.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-12-04 16:43 GMT+02:00 Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<span class=""><br>
On Fri, Dec 04, 2015 at 07:57:42AM -0500, x-man wrote:<br>
<br>
> last few years I using nginx on very busy websites and all time all working<br>
> fine, never I don`t have problem with nginx crashing but now I move my<br>
> websites to new server and I using same settings like on old server but now<br>
> nginx crashing every few hours, here is nginx -V info:<br>
<br>
</span>[...]<br>
<span class=""><br>
> 2015/12/04 08:09:45 [notice] 100692#0: signal 15 (SIGTERM) received, exiting<br>
</span>...<br>
<span class="">> 2015/12/04 08:09:45 [notice] 100692#0: exiting<br>
</span>...<br>
<span class="">> 2015/12/04 08:09:45 [notice] 100691#0: signal 15 (SIGTERM) received, exiting<br>
</span>...<br>
<span class="">> 2015/12/04 08:09:45 [notice] 100690#0: signal 15 (SIGTERM) received, exiting<br>
</span>...<br>
<span class="">> 2015/12/04 08:09:45 [notice] 100691#0: exiting<br>
</span>...<br>
<span class="">> 2015/12/04 08:09:45 [debug] 100690#0: wake up, sigio 0<br>
</span>...<br>
<span class="">> 2015/12/04 08:09:45 [debug] 100690#0: child: 0 100691 e:0 t:0 d:0 r:1 j:0<br>
</span>...<br>
<span class="">> 2015/12/04 08:09:45 [debug] 100690#0: child: 1 100692 e:0 t:0 d:0 r:1 j:0<br>
<br>
</span>[...]<br>
<br>
> Where can be problem?<br>
<br>
As per logs, someone or something send SIGTERM to all nginx<br>
processes, including master (pid 100690) and all workers (100691,<br>
100692).  Check your server to find out how this happened.<br>
Usually such things happen due to bugs in log rotation scripts or<br>
something similar.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>