<div dir="ltr"><div>Hello,</div><div><br></div><div>Kamailio after restart(or start) sometimes can't connect to redis (via haproxy) with logs:<br></div><div><br></div><div>Dec  6 07:29:30 siptest /usr/sbin/kamailio[47291]: NOTICE: <script>: ROOT: KDMQ usrloc [<a href="mailto:764c076919c73540-39925@192.168.150.225">764c076919c73540-39925@192.168.150.225</a>]</div><div>Dec  6 07:29:31 siptest /usr/sbin/kamailio[47263]: NOTICE: <script>: ROOT: OPTIONS <null> [<a href="http://0b4dc11225a6fc77294de97578061844@192.168.150.231:5060">0b4dc11225a6fc77294de97578061844@192.168.150.231:5060</a>]</div><div>Dec  6 07:29:31 siptest /usr/sbin/kamailio[47269]: ERROR: ndb_redis [redis_client.c:130]: redisc_init(): error communicating with redis server [redis] (<a href="http://127.0.0.1:6380/0">127.0.0.1:6380/0</a>): Resource temporarily unavailable</div><div>Dec  6 07:29:31 siptest /usr/sbin/kamailio[47269]: ERROR: ndb_redis [ndb_redis_mod.c:122]: child_init(): failed to initialize redis connections</div><div>Dec  6 07:29:31 siptest /usr/sbin/kamailio[47269]: ERROR: <core> [core/sr_module.c:923]: init_mod_child(): Error while initializing module ndb_redis (/usr/lib64/kamailio/modules/ndb_redis.so)</div><div>Dec  6 07:29:31 siptest /usr/sbin/kamailio[47269]: ERROR: <core> [core/pt.c:334]: fork_process(): init_child failed for process 5, pid 47269, "udp receiver child=4 sock=<a href="http://192.168.8.213:5060">192.168.8.213:5060</a>"</div><div>Dec  6 07:29:31 siptest /usr/sbin/kamailio[47269]: CRITICAL: <core> [main.c:1611]: main_loop(): Cannot fork</div><div>Dec  6 07:29:31 siptest /usr/sbin/kamailio[47252]: ALERT: <core> [main.c:740]: handle_sigs(): child process 47269 exited normally, status=255</div><div>Dec  6 07:29:31 siptest /usr/sbin/kamailio[47362]: CRITICAL: <core> [core/pass_fd.c:277]: receive_fd(): EOF on 13</div><div><br></div><div>Redis and haproxy working fine (I test it by many attepts - echo ping|ncat localhost 6380)</div><div><br></div><div>At tcpdump all attemps from kamailio have:</div><div>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(127,0,0);background-color:rgb(251,237,237)">*1</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(127,0,0);background-color:rgb(251,237,237)">$4</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(127,0,0);background-color:rgb(251,237,237)">PING</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(0,0,127);background-color:rgb(237,237,251)">+PONG</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(127,0,0);background-color:rgb(251,237,237)">*2</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(127,0,0);background-color:rgb(251,237,237)">$6</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(127,0,0);background-color:rgb(251,237,237)">SELECT</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(127,0,0);background-color:rgb(251,237,237)">$1</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(127,0,0);background-color:rgb(251,237,237)">0</span></p>
<p style="margin:0px;white-space:pre-wrap"><span style="color:rgb(0,0,127);background-color:rgb(237,237,251)">+OK</span></p>
<p style="margin:0px;color:rgb(0,0,127);white-space:pre-wrap"><br></p></div><div><br></div><div>my kamailio 5.0.4 config:</div><div>modparam("ndb_redis", "server", "name=redis;addr=127.0.0.1;port=6380")</div><div><br></div><div>my haproxy 1.5 config:</div><div><div>backend bk_redis</div><div>        mode tcp</div><div>        option tcp-check</div><div>        tcp-check connect</div><div>        tcp-check send PING\r\n</div><div>        tcp-check expect string +PONG</div><div>        tcp-check send QUIT\r\n</div><div>        tcp-check expect string +OK</div><div>        server sipkazan <a href="http://192.168.107.195:6379">192.168.107.195:6379</a> check inter 1s</div><div>        server local <a href="http://127.0.0.1:6379">127.0.0.1:6379</a> check inter 1s backup</div></div><div><br></div><div><br></div>-- <br><div class="gmail_signature">Aydar A. Kamalov</div>
</div>