<p dir="ltr"><br>
Il 01/Ott/2015 13:58, &quot;Raphael Lechner&quot; &lt;<a href="mailto:raphael.lechner@gmail.com">raphael.lechner@gmail.com</a>&gt; ha scritto:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I had the same problem. The best would be to create the directory first and change the permission that the freeswitch user can read/write<br>
&gt; mkdir /etc/freeswitch/tls<br>
&gt; chown freeswitch.freeswitch /etc/freeswitch/tls<br>
&gt;<br>
&gt; or you can freeswitch one time as root, then it will create the directory and you stop it and change the permission to freeswitch.</p>
<p dir="ltr">No,  is actually the first way (manually create dir then chown) that is correct. <br>
This second way (start FS as root) is not correct because it will leave files around owned by root that can interfere with future normal non-root operation (logfiles, pid file, etc).</p>
<p dir="ltr">-giovanni<br><br><br></p>
<p dir="ltr">&gt; (I started the freeswitch to debug the issue as root and the problem was not there anymore...)<br>
&gt;<br>
&gt;<br>
&gt;&gt; On 01 Oct 2015, at 13:49, Michael Nielsen &lt;<a href="mailto:mic.niel84@gmail.com">mic.niel84@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I actually don&#39;t have a tls directory... Should the entire /etc/freeswitch be chown&#39;ed or only the /etc/freeswitch/tls?<br>
&gt;&gt; As of now everything is root:root.<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli &lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; try this from root command line:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; #if you installed from packages:<br>
&gt;&gt;&gt; chown freeswitch:freeswitch /etc/freeswitch/tls<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; #if you compiled:<br>
&gt;&gt;&gt; chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen &lt;<a href="mailto:mic.niel84@gmail.com">mic.niel84@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I&#39;ve setup a clean Debian 8 with FS 1.6.2.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; When trying to start I get the following error:<br>
&gt;&gt;&gt;&gt; 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for profile: internal (sip:mod_sofia@139.125.289.11:5060;transport=udp,tcp)<br>
&gt;&gt;&gt;&gt; The likely causes for this are:<br>
&gt;&gt;&gt;&gt; 1) Another application is already listening on the specified address.<br>
&gt;&gt;&gt;&gt; 2) The IP the profile is attempting to bind to is not local to this system.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; No other application is running on port 5060, I&#39;ve also tried to change this - same error still occurs on other ports.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The IP profile cause, I&#39;m not sure what that means. The public port 5080 does get binded correctly.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; My internal.xml contains $${local_ip_v4} for IP address.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -- <br>
&gt;&gt;&gt; Sincerely,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt;&gt; Cell : +39-347-2665618<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _________________________________________________________________________<br>
&gt;&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services: <br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt; <a href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
</p>