<div dir="ltr">Hi L<span style="font-size:12.8px">onut-Razvan,</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thank you very much for fixing the issue. I am just wondering if this fix is included in <b><a href="http://yum.opensips.org/2.1/releases/el/6/x86_64/opensips-yum-releases-2.1-1.el7.noarch.rpm">http://yum.opensips.org/2.1/releases/el/6/x86_64/opensips-yum-releases-2.1-1.el7.noarch.rpm</a></b>. We are using RPM to install Opensips. </span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thanks,</span></div><div><span style="font-size:12.8px">Chris</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 5:34 PM, Ionut Ionita <span dir="ltr">&lt;<a href="mailto:ionutionita@opensips.org" target="_blank">ionutionita@opensips.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ping,<br>
<br>
    It&#39;s been fixed from this commit <a href="https://github.com/OpenSIPS/opensips/commit/6a565b8b0baffd6a7ae53c65daaea468e0131c66" rel="noreferrer" target="_blank">https://github.com/OpenSIPS/opensips/commit/6a565b8b0baffd6a7ae53c65daaea468e0131c66</a>. The problem was some bad parsing of the input parameter which was causing opening a pipe whether you set it or not, but it was not closed unless the parameter was set. Thank you for reporting this bug!<br>
<br>
Regards,<br>
Ionut-Razvan Ionita<div class="HOEnZb"><div class="h5"><br>
<br>
On 23.09.2015 16:50, Bogdan-Andrei Iancu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Ping,<br>
<br>
You mean actual files or file descriptors ? If you do a lsof, can you see which file is kept open ? Also do you see any zombie OpenSIPS processes (as a result of exec() call ) ?<br>
<br>
Regards,<br>
Bogdan-Andrei Iancu<br>
OpenSIPS Founder and Developer<br>
<a href="http://www.opensips-solutions.com" rel="noreferrer" target="_blank">http://www.opensips-solutions.com</a><br>
On 16.09.2015 16:23, Ping Han wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I am having a problem using the &quot;exec&quot; function to run a curl command. Every time the function is executed it opens a file and never close it.<br>
<br>
I have example config as follows. I am using Opensips 2.1.<br>
------------------<br>
$var = &quot;<a href="http://myserver/var/tmp/test.php" rel="noreferrer" target="_blank">http://myserver/var/tmp/test.php</a>&quot;;<br>
exec(&quot;curl &#39;$var(url)&#39;&quot;, , &quot;$var(out)&quot;);<br>
------------------<br>
<br>
This results in that the number of open files reaches the system limit and the Opensips process crashes eventually. To workaround it I have to restart Opensips whenever the number of open files reaches 75% of the system limit.<br>
<br>
Has anyone seen the same issue?  Is there any solution for this?<br>
<br>
Thanks,<br>
Ping<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote>
<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>