2009/11/21 Igor Sysoev <span dir="ltr">&lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5">On Sat, Nov 21, 2009 at 08:12:26AM -0800, kevin wrote:<br>
<br>
&gt; this is with nginx 0.8.27<br>
&gt;<br>
&gt; On Sat, Nov 21, 2009 at 8:05 AM, kevin &lt;<a href="mailto:kevincastiglione@gmail.com">kevincastiglione@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; hi guys,<br>
&gt; &gt; when i restart nginx doesnt start up and it gives the followign error:<br>
&gt; &gt;<br>
&gt; &gt; setuid(500) failed (11: Resource temporarily unavailable<br>
&gt; &gt;<br>
&gt; &gt; how to fix this problem?<br>
<br>
</div></div>Although Linux (and others) man setuid(2) says nothing about EAGAIN,<br>
I believe, you have limit of number of processes for nginx&#39;s user.<br></blockquote><div><br><br>for the user of worker processor:<br>ulimit -u<br>unlimited <br><br><br>for root user<br>ulimit -u<br>1024<br><br>is this done by the root user? i can increase the limit to unlimited for root user. do you think it will help?<br>

thanks<br></div></div>