<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Lucida Console'; font-size:9pt; font-weight:400; font-style:normal;">On Freitag, 15. Mai 2009, Daniel-Constantin Mierla wrote:<br>
&gt; On 05/13/2009 04:04 PM, IƱaki Baz Castillo wrote:<br>
&gt; &gt; 2009/5/12 Aymeric Moizard &lt;jack@atosc.org&gt;:<br>
&gt; &gt;&gt; Hi,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I got an issue with my kamailio 1.5 server. After<br>
&gt; &gt;&gt; a long period, I start getting those message:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; "INFO:auth:reserve_nonce_index: no more indexes available"<br>
&gt; &gt;<br>
&gt; &gt; BTW, shouldn't this log be a WARN or ERROR instead of just INFO ?<br>
&gt;<br>
&gt; indeed, it is actually more error as auth stops working.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>If i check the code, it should be report later another error:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>LM_INFO("no more indexes available\n");<br>
return -1;<br>
[..]<br>
index= reserve_nonce_index();<br>
        if(index == -1)<br>
        {<br>
                LM_ERR("no more nonces can be generated\n");<br>
                return 0;<br>
        }<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>So i think it should be more or less fine, as at least the auth error is reported. Aymeric, do you observe this (second) error message as well?<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Cheers,<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Henning</p></body></html>