<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<font face="monospace">Hi,<br>
<br>
Be sure you are not running multiple instance of OpenSIPS,
fighting over the fifo file.<br>
<br>
Regards, <br>
</font>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="https://www.opensips-solutions.com">https://www.opensips-solutions.com</a>
<a class="moz-txt-link-freetext" href="https://www.siphub.com">https://www.siphub.com</a></pre>
<div class="moz-cite-prefix">On 6/27/23 11:00 AM, Sasmita Panda
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CALf-Q47V2sLYuZ3NEN=VUFwVMA99OpNpu-x8ePCsqjAkChXZvA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">Hi ,
<div><br>
</div>
<div>Initially when I am running the process I'm getting the <b>opensips_fifo
</b>file inside /<b>tmp </b>directory . </div>
<div><br>
</div>
<div>But after some time that file is getting deleted
automatically and hence I am not able to run opensips-cli
command as well . </div>
<div><br>
</div>
<div>What can be the reason ? Where do I start debugging ?</div>
<div><br clear="all">
<div>
<div dir="ltr" class="gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><b><i>Thanks & Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Senior Network Testing and Software Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Jun 6, 2023 at 2:10 PM
Bogdan-Andrei Iancu <<a href="mailto:bogdan@opensips.org"
moz-do-not-send="true">bogdan@opensips.org</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div> <font face="monospace">Hi,<br>
<br>
Doing `opensips-cli -x mi ps` will list all the opensips
processes and their role within OpenSIPS - this will help
you understand the overall set of procs.<br>
<br>
Regards,<br>
</font>
<pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a href="https://www.opensips-solutions.com" target="_blank" moz-do-not-send="true">https://www.opensips-solutions.com</a>
<a href="https://www.siphub.com" target="_blank" moz-do-not-send="true">https://www.siphub.com</a></pre>
<div>On 6/1/23 2:37 PM, Sasmita Panda wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">In 3.2 I think we are not defining children
per process . We have udp_worker or tcp_worker .
<div><br>
</div>
<div>log_level=4<br>
log_stderror=no<br>
log_facility=LOG_LOCAL5<br>
<br>
#udp_workers=4<br>
tcp_workers=2<br>
<br>
disable_dns_blacklist=yes<br>
<br>
This is my configuration . </div>
<div><br>
<div>
<div dir="ltr" class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><b><i><br>
</i></b></div>
<div dir="ltr"><b><i>Thanks & Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Senior Network Testing and Software
Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, Jun 1, 2023 at
4:53 PM Richard Robson <<a
href="mailto:richard.robson@8x8.com" target="_blank"
moz-do-not-send="true">richard.robson@8x8.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px
0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="auto">How many children are defined in your
script. You will get one process per child
<div dir="auto"><br>
</div>
<div dir="auto">Richard</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Thu, 1 Jun
2023, 11:47 Sasmita Panda, <<a
href="mailto:spanda@3clogic.com" target="_blank"
moz-do-not-send="true">spanda@3clogic.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px
0px 0px 0.8ex;border-left:1px solid
rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div>Hi All , <br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>I am using opensips 3.2 </div>
<div>version: opensips 3.2.3 (x86_64/linux)<br>
flags: STATS: On, DISABLE_NAGLE, USE_MCAST,
SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC,
HP_MALLOC, DBG_MALLOC, FAST_LOCK-ADAPTIVE_WAIT<br>
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE
262144, MAX_LISTEN 16, MAX_URI_SIZE 1024,
BUF_SIZE 65535<br>
poll method support: poll, epoll, sigio_rt,
select.<br>
svn revision: 3831:3864<br>
main.c compiled on 07:29:49 Jun 21 2022 with
gcc 10<br>
</div>
<div><br>
</div>
<div>When I am initially starting the service I
am getting a single process running . After
some time when I am checking there are so many
processes running automatically . I have
pasted the output of the below file . </div>
<div><br>
</div>
<div>Please update here what's the reason behind
this . </div>
<div><br>
</div>
<div><a href="https://pastebin.com/gu3Js6Fe"
rel="noreferrer" target="_blank"
moz-do-not-send="true">https://pastebin.com/gu3Js6Fe</a><br>
</div>
<div><br>
</div>
<div><br>
</div>
<br clear="all">
<div>
<div dir="ltr" class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr"><b><i>Thanks &
Regards</i></b>
<div><i>Sasmita Panda</i></div>
<div><i>Senior Network Testing and
Software Engineer</i></div>
<div><i>3CLogic , ph:07827611765</i></div>
</div>
</div>
</div>
</div>
</div>
</div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org"
rel="noreferrer" target="_blank"
moz-do-not-send="true">Users@lists.opensips.org</a><br>
<a
href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote>
</div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org"
target="_blank" moz-do-not-send="true">Users@lists.opensips.org</a><br>
<a
href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
rel="noreferrer" target="_blank"
moz-do-not-send="true">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote>
</div>
<br>
<fieldset></fieldset>
<pre>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank" moz-do-not-send="true">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank" moz-do-not-send="true">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</div>
</blockquote>
</div>
</blockquote>
<br>
</body>
</html>