Yes, I already had tried changing syslog settings to async mode, but the errors kept showing:<br><br>local0.*                                                -/var/log/opensips.log<br><br>Then I set log_stderr=yes and redirected output to a log file, and the errors were gone.<br>

<br>I&#39;m using Centos 5.6, maybe a syslog issue on that version?<br><br>Thanks again :)<br><br><br><br><div class="gmail_quote">2011/9/14 Brett Nemeroff <span dir="ltr">&lt;<a href="mailto:brett@nemeroff.com">brett@nemeroff.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">2011/9/14 Alejandro Ríos Peña <span dir="ltr">&lt;<a href="mailto:aleriospresidente@gmail.com" target="_blank">aleriospresidente@gmail.com</a>&gt;</span><br>
</div><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi guys,<br><br>You were right! shutting down syslog logging resulted in clean successful tests.  I still don&#39;t have the fix for this, but will post it here when I do.<br></blockquote></div><div><br>It&#39;s an easy fix<br>


<br>Go into your syslog and put a &quot;-&quot; before the logfile name for the log that opensips writes to. For example if you have an entry that looks like <br><br>This is just to give you an idea, you&#39;ll need to be sure you edit the right line..<br>


<br><br><br>*.=info;*.=notice;*.=warning;\<br>        auth,authpriv.none;\<br>        cron,daemon.none;\<br>        mail,news.none          /var/log/messages<br><br><br>Change it to this:<br><br>*.=info;*.=notice;*.=warning;\<br>


        auth,authpriv.none;\<br>        cron,daemon.none;\<br>        mail,news.none          <span style="background-color:rgb(255, 255, 0)">-</span>/var/log/messages<br></div></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br>