For some reason I get this in the error log when giving nginx the -USR2 sginal.<br><br>2008/06/19 08:50:31 [crit] 32282#0: the changing binary signal is ignored: you should shutdown or terminate before either old or new binary&#39;s process<br>
<br><br><br><div class="gmail_quote">On Thu, Jun 19, 2008 at 9:31 AM, Igor Sysoev &lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, Jun 19, 2008 at 09:08:07AM -0400, J Davis wrote:<br>
<br>
&gt; 09:07 1 -14400<br>
&gt; date: Thu Jun 19 09:07:04 EDT 2008<br>
&gt; date -u: Thu Jun 19 13:07:06 UTC 2008<br>
<br>
</div>Now it shows correct time.<br>
Could you make nginx dummy online upgrade ?<br>
<br>
kill -USR2 `cat nginx.pid`<br>
sleep 3<br>
kill -QUIT `cat nginx.pid.oldbin`<br>
<br>
nginx calls tzset() in master process on start only.<br>
Probably your timezone setting was incorrect before.<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div class="Wj3C7c">Igor Sysoev<br>
<a href="http://sysoev.ru/en/" target="_blank">http://sysoev.ru/en/</a><br>
<br>
</div></div></blockquote></div><br>