Alright, <span style="font-size:10.5pt;mso-fareast-font-family:"Times New Roman";
color:black">both the /var/log/messages file AND the opensips log file have to be
in async mode. </span>
<br><br>So, problem solved, thanks! :)<br><br><br><div class="gmail_quote">El 14 de septiembre de 2011 15:40, Alejandro Ríos <span dir="ltr"><<a href="mailto:alerios@debian.org">alerios@debian.org</a>></span> escribió:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">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'm using Centos 5.6, maybe a syslog issue on that version?<br><br>Thanks again :)<br><br><br><br><div class="gmail_quote"><div><div></div><div class="h5">2011/9/14 Brett Nemeroff <span dir="ltr"><<a href="mailto:brett@nemeroff.com" target="_blank">brett@nemeroff.com</a>></span><br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5"><div>2011/9/14 Alejandro Ríos Peña <span dir="ltr"><<a href="mailto:aleriospresidente@gmail.com" target="_blank">aleriospresidente@gmail.com</a>></span><br>
</div><div class="gmail_quote"><div><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't have the fix for this, but will post it here when I do.<br></blockquote></div><div><br>It's an easy fix<br>
<br>Go into your syslog and put a "-" 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'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></div></div><div class="im">_______________________________________________<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" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></div></blockquote></div><br>
</blockquote></div><br>