Try creating entropy for the rng in /dev <span></span> Install some version of a rngd package. <br><br>On Sunday, October 25, 2015, Sausage Side &lt;<a href="mailto:sausageside@yahoo.com">sausageside@yahoo.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div>@Brian - yes my command line has -nonat in already. The upnp detection slows it down even more.<br></div><div><br></div><div>@Stanislav - I&#39;l give it a go - never opened one of those before.before. Appreciate debian might not be an issue, but I&#39;m just more familiar with centos. Obviously if no one knows how to resolve the centos issue then my options are to move to debian or just stay on 6.7.</div><div><br></div><div><span></span></div>  <br><div><br><br></div><div style="display:block"> <div style="font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div style="font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"> <div dir="ltr"> <font face="Arial" size="2"> On Sunday, October 25, 2015 2:50 PM, Brian West &lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt; wrote:<br> </font> </div>  <br><br> <div><div><div>Probably upnp/natpmp detection start with -nonat?<span></span><br clear="none"><br clear="none">On Sunday, October 25, 2015, Stanislav Sinyagin &lt;<a rel="nofollow" shape="rect">ssinyagin@gmail.com</a>&gt; wrote:<br clear="none"><div><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">this looks like an issue worth opening a Jira ticket:<br clear="none">
<a rel="nofollow" shape="rect">https://freeswitch.org/jira/</a><br clear="none">
<br clear="none">
the primary development platform is Debian 8, so there may be some<br clear="none">
OS-specific issues.<br clear="none">
<br clear="none">
On Sat, Oct 24, 2015 at 3:03 PM, David Wylie &lt;<a rel="nofollow" shape="rect">sausageside@yahoo.com</a>&gt; wrote:<br clear="none">
&gt; I was running the following :<br clear="none">
&gt; Centos 7.1<br clear="none">
&gt; FreeSWITCH Version 1.7.0+git~20151021T165609Z~9fee9bc613~64bit (git 9fee9bc<br clear="none">
&gt; 2015-10-21 16:56:09Z 64bit)<br clear="none">
&gt; Digital Ocean hosted &quot;droplet&quot;, 2gig ram, 40 gig SSD, 2 CPU<br clear="none">
&gt;<br clear="none">
&gt; though it also happens with FreeSWITCH Version<br clear="none">
&gt; 1.6.2+git~20150930T182428Z~c0c3c38f64~64bit (git c0c3c38 2015-09-30<br clear="none">
&gt; 18:24:28Z 64bit)<br clear="none">
&gt;<br clear="none">
&gt; I have asked this on SO as well :<br clear="none">
&gt; <a rel="nofollow" shape="rect">http://stackoverflow.com/q/33305393/1642105</a><br clear="none">
&gt;<br clear="none">
&gt; Intermittently, but about as often as 1 in 3, the start up process for<br clear="none">
&gt; Freeswitch pauses for a very long time (variable, but has been as long as 14<br clear="none">
&gt; minutes). Running from the terminal window, here&#39;s the output. Notice the<br clear="none">
&gt; time between the &quot;Add Task 2&quot; and the next line :<br clear="none">
&gt;<br clear="none">
&gt; # /usr/bin/freeswitch -nonat -core -db /dev/shm -log<br clear="none">
&gt; /usr/local/freeswitch/log -conf /usr/local/freeswitch/conf -run<br clear="none">
&gt; /usr/local/freeswitch/run<br clear="none">
&gt;<br clear="none">
&gt; 2015-10-23 15:40:14.160101 [INFO] switch_event.c:685 Activate Eventing<br clear="none">
&gt; Engine.<br clear="none">
&gt; 2015-10-23 15:40:14.170805 [WARNING] switch_event.c:656 Create additional<br clear="none">
&gt; event dispatch thread 0<br clear="none">
&gt; 2015-10-23 15:40:14.272850 [INFO] switch_core_sqldb.c:3381 Opening DB<br clear="none">
&gt; 2015-10-23 15:40:14.282317 [INFO] switch_core_sqldb.c:1693 CORE Starting SQL<br clear="none">
&gt; thread.<br clear="none">
&gt; 2015-10-23 15:40:14.285266 [NOTICE] switch_scheduler.c:183 Starting task<br clear="none">
&gt; thread<br clear="none">
&gt; 2015-10-23 15:40:14.293743 [DEBUG] switch_scheduler.c:249 Added task 1<br clear="none">
&gt; heartbeat (core) to run at 1445611214<br clear="none">
&gt; 2015-10-23 15:40:14.293837 [DEBUG] switch_scheduler.c:249 Added task 2<br clear="none">
&gt; check_ip (core) to run at 1445611214<br clear="none">
&gt; 2015-10-23 15:49:47.883158 [NOTICE] switch_core.c:1386 Created ip list<br clear="none">
&gt; rfc6598.auto default (deny)<br clear="none">
&gt;<br clear="none">
&gt; If I spin up a virgin 6.7 machine (droplet) and follow my exact same install<br clear="none">
&gt; script, the longest pause I get at that spot is about 14 seconds, which is<br clear="none">
&gt; fine. Apart from the operating systems as supplied the two installations are<br clear="none">
&gt; similar.<br clear="none">
&gt;<br clear="none">
&gt; Does anyone have a guess as to why does it take so long on centos 7.1, and<br clear="none">
&gt; not on 6.7?<br clear="none">
&gt; And what is that check_ip doing? An amateurs look at the check_ip() in the<br clear="none">
&gt; source shows it resolving a hostname, but if I run a wireshark trace on all<br clear="none">
&gt; network interfaces it shows no activity at that point relating to DNS<br clear="none">
&gt; lookups or anything (it does if I ping <a rel="nofollow" shape="rect">google.com</a> so I think I would have<br clear="none">
&gt; seen it). That&#39;s the same on 6.7 as well, so it&#39;s obviously not meant to,<br clear="none">
&gt; bit I&#39;m not sure how else to determine what it&#39;s waiting for.<br clear="none">
&gt;<br clear="none">
&gt; Cheers.<br clear="none">
&gt;<br clear="none">
&gt;<br clear="none">
&gt;<br clear="none">
&gt; _________________________________________________________________________<br clear="none">
&gt; Professional FreeSWITCH Consulting Services:<br clear="none">
&gt; <a rel="nofollow" shape="rect">consulting@freeswitch.org</a><br clear="none">
&gt; <a rel="nofollow" shape="rect">http://www.freeswitchsolutions.com</a><br clear="none">
&gt;<br clear="none">
&gt; Official FreeSWITCH Sites<br clear="none">
&gt; <a rel="nofollow" shape="rect">http://www.freeswitch.org</a><br clear="none">
&gt; <a rel="nofollow" shape="rect">http://confluence.freeswitch.org</a><br clear="none">
&gt; <a rel="nofollow" shape="rect">http://www.cluecon.com</a><br clear="none">
&gt;<br clear="none">
&gt; FreeSWITCH-users mailing list<br clear="none">
&gt; <a rel="nofollow" shape="rect">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none">
&gt; <a rel="nofollow" shape="rect">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">
&gt; UNSUBSCRIBE:<a rel="nofollow" shape="rect">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none">
&gt; <a rel="nofollow" shape="rect">http://www.freeswitch.org</a><br clear="none">
<br clear="none">
_________________________________________________________________________<br clear="none">
Professional FreeSWITCH Consulting Services:<br clear="none">
<a rel="nofollow" shape="rect">consulting@freeswitch.org</a><br clear="none">
<a rel="nofollow" shape="rect">http://www.freeswitchsolutions.com</a><br clear="none">
<br clear="none">
Official FreeSWITCH Sites<br clear="none">
<a rel="nofollow" shape="rect">http://www.freeswitch.org</a><br clear="none">
<a rel="nofollow" shape="rect">http://confluence.freeswitch.org</a><br clear="none">
<a rel="nofollow" shape="rect">http://www.cluecon.com</a><br clear="none">
<br clear="none">
FreeSWITCH-users mailing list<br clear="none">
<a rel="nofollow" shape="rect">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none">
<a rel="nofollow" shape="rect">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">
UNSUBSCRIBE:<a rel="nofollow" shape="rect">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none">
<a rel="nofollow" shape="rect">http://www.freeswitch.org</a><br clear="none">
</blockquote></div><br clear="none"><br clear="none">-- <br clear="none"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">







<div><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br clear="none"><span style="font-size:x-small"><a rel="nofollow" shape="rect">brian@freeswitch.org</a></span></font></div>
<div><font face="courier new, monospace" size="1"><img><br clear="none"></font></div><div><font face="monospace, monospace" size="2"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br clear="none"><a rel="nofollow" shape="rect">http://www.freeswitchbook.com</a><br clear="none"><a rel="nofollow" shape="rect">http://www.freeswitchcookbook.com</a></font></div><div><font face="monospace, monospace">Got Bugs? Report them <a rel="nofollow" shape="rect">here</a>! | Reddit: <a rel="nofollow" shape="rect">/r/freeswitch</a></font></div>
<div><font face="monospace, monospace" size="2"><b>T:</b>+19184209001 | <b>F:</b>+19184209002 | <b>M:</b>+1918424WEST (9378)<br clear="none"><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></div></div></div></div></div></div></div></div></div></div><br clear="none"></div></div><br><div>_________________________________________________________________________<br clear="none">Professional FreeSWITCH Consulting Services: <br clear="none"><a shape="rect">consulting@freeswitch.org</a><br clear="none"><a shape="rect">http://www.freeswitchsolutions.com</a><br clear="none"><br clear="none">Official FreeSWITCH Sites<br clear="none"><a shape="rect">http://www.freeswitch.org</a><br clear="none"><a shape="rect">http://confluence.freeswitch.org</a><br clear="none"><a shape="rect">http://www.cluecon.com</a><br clear="none"><br clear="none">FreeSWITCH-users mailing list<br clear="none"><a shape="rect">FreeSWITCH-users@lists.freeswitch.org</a><br clear="none"><a shape="rect">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br clear="none">UNSUBSCRIBE:<a shape="rect">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br clear="none"><a shape="rect">http://www.freeswitch.org</a></div><br><br></div>  </div> </div>  </div></div></div></blockquote><br><br>-- <br><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬<div><br><div>☞ <a href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>  ☞ <a href="http://cluecon.com/" target="_blank">http://cluecon.com/</a>  ☞ <a href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a></div><div><div>☞ <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch ☞ <u><a href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a></u><br><br></div><div>ClueCon Weekly Development Call <br></div><div>☎ <a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a>  ☎ +19193869900 </div><div><br></div></div></div><div><a href="https://www.youtube.com/watch?v=9XXgW34t40s" style="color:rgb(17,85,204);font-size:12.8000001907349px" target="_blank">https://www.youtube.com/watch?v=9XXgW34t40s</a></div><div><a href="https://www.youtube.com/watch?v=NLaDpGQuZDA" target="_blank">https://www.youtube.com/watch?v=NLaDpGQuZDA</a><br></div></div></div></div></div></div><br>