<div dir="ltr">Are you sure it's trying to load mod_event_socket? Unless it loads that module it won't listen on 8021.<div><br></div><div>If it is trying to, perhaps start freeswitch in the foreground (-c option) and then (re)load the module once it's running. If there's an error that'll hopefully show it up if it's not making it to the log file.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 March 2015 at 09:24, Richard Mace <span dir="ltr"><<a href="mailto:richard.mace@gmail.com" target="_blank">richard.mace@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><div class="gmail_default">Nothing, by the looks of things</div><div class="gmail_default"><br></div><div class="gmail_default">root@FreeSWITCH:~# netstat -an | grep 8021</div><div class="gmail_default">root@FreeSWITCH:~#</div><div class="gmail_default"><br></div><div class="gmail_default">Thanks</div><div><br></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 10 March 2015 at 09:07, Stanislav Sinyagin <span dir="ltr"><<a href="mailto:ssinyagin@gmail.com" target="_blank">ssinyagin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Richard, what do you see in the output:<br>
<br>
netstat -an | grep 8021<br>
<div><div><br>
<br>
<br>
On Tue, Mar 10, 2015 at 10:06 AM, Stanislav Sinyagin<br>
<<a href="mailto:ssinyagin@gmail.com" target="_blank">ssinyagin@gmail.com</a>> wrote:<br>
> this is exactly what I saw on a system which had no IPv4 address on<br>
> its ethernet ports. FreeSWITCH was just not listening to port 8021,<br>
> without any errors in the log.<br>
><br>
> On Tue, Mar 10, 2015 at 9:16 AM, Richard Mace <<a href="mailto:richard.mace@gmail.com" target="_blank">richard.mace@gmail.com</a>> wrote:<br>
>> Hi Bote,<br>
>> Tried this as well, on the local machine:<br>
>><br>
>> root@FreeSWITCH:~# fs_cli 127.0.0.1<br>
>> [ERROR] fs_cli.c:1565 main() Error Connecting [Socket Connection Error]<br>
>><br>
>> root@FreeSWITCH:~# /etc/init.d/freeswitch status<br>
>> [ ok ] freeswitch is running.<br>
>><br>
>> Richard<br>
>><br>
>><br>
>> On 10 March 2015 at 07:11, Bote Man <<a href="mailto:bote_radio@botecomm.com" target="_blank">bote_radio@botecomm.com</a>> wrote:<br>
>>><br>
>>> You could explicitly direct fs_cli to a particular i.p. address either on<br>
>>> the command line or using a profile definition.<br>
>>><br>
>>><br>
>>><br>
>>> Bote<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> From: Richard Mace<br>
>>> Sent: Tuesday, 10 March, 2015 02:20<br>
>>> To: FreeSWITCH Users Help<br>
>>> Subject: Re: [Freeswitch-users] fs_cli will not connect on Fresh install<br>
>>> on Debian<br>
>>><br>
>>><br>
>>><br>
>>> Hi,<br>
>>><br>
>>> Is there an fs_cli command that I can use that will get me round the<br>
>>> current bug?<br>
>>><br>
>>> Its strange as it's only happened within the last month, as I built a<br>
>>> system recently that worked fine out of the box.<br>
>>><br>
>>><br>
>>><br>
>>> Thanks<br>
>>><br>
>>><br>
>>><br>
>>> Richard<br>
>>><br>
>>><br>
>>><br>
>>> On 9 March 2015 at 10:37, Richard Mace <<a href="mailto:richard.mace@gmail.com" target="_blank">richard.mace@gmail.com</a>> wrote:<br>
>>><br>
>>> Hi Brian,<br>
>>><br>
>>> Removed the line, and rebooted, but still getting:<br>
>>><br>
>>> root@FreeSWITCH:~# fs_cli<br>
>>> [ERROR] fs_cli.c:1565 main() Error Connecting [Socket Connection Error]<br>
>>><br>
>>> Richard<br>
>>><br>
>>><br>
>>><br>
>>> On 6 March 2015 at 20:42, Brian West <<a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a>> wrote:<br>
>>><br>
>>> remove<br>
>>><br>
>>> ::1 localhost ip6-localhost ip6-loopback<br>
>>><br>
>>><br>
>>><br>
>>> from /etc/hosts<br>
>>><br>
>>><br>
>>><br>
>>> its a bug in debian.<br>
>>><br>
>>><br>
>>><br>
>>> On Fri, Mar 6, 2015 at 3:33 PM, Richard Mace <<a href="mailto:richard.mace@gmail.com" target="_blank">richard.mace@gmail.com</a>><br>
>>> wrote:<br>
>>><br>
>>> Hi,<br>
>>><br>
>>><br>
>>><br>
>>> Sorry, I should have clarified that this is running locally on the machine<br>
>>> running FreeSWITCH.<br>
>>><br>
>>><br>
>>><br>
>>> Richard<br>
>>><br>
>>><br>
>>><br>
>>> On 6 March 2015 at 20:02, Bote Man <<a href="mailto:bote_radio@botecomm.com" target="_blank">bote_radio@botecomm.com</a>> wrote:<br>
>>><br>
>>> On a fresh FS installation fs_cli only connects to 127.0.01 localhost.<br>
>>><br>
>>><br>
>>><br>
>>> To connect from a remote machine put a valid routable interface address<br>
>>> (although I have 0.0.0.0 in mine) in<br>
>>><br>
>>> conf/autoload_configs/event_socket.conf.xml<br>
>>><br>
>>><br>
>>><br>
>>> and change the password and maybe even the port depending on the<br>
>>> crackability of your network.<br>
>>><br>
>>><br>
>>><br>
>>> Then you’ll probably want to configure a profile configuration file with<br>
>>> tight permissions to avoid having to type the parameters on the command line<br>
>>> every time you start fs_cli.<br>
>>><br>
>>><br>
>>><br>
>>> Check the ‘command-line Interface fs_cli’ Confluence page for all the<br>
>>> details.<br>
>>><br>
>>><br>
>>><br>
>>> Bote<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> From: Richard Mace<br>
>>> Sent: Friday, 06 March, 2015 14:34<br>
>>> Subject: [Freeswitch-users] fs_cli will not connect on Fresh install on<br>
>>> Debian<br>
>>><br>
>>><br>
>>><br>
>>> Hi All,<br>
>>><br>
>>> I did a fresh install of both Debian and FreeSWITCH today, following the<br>
>>> article here:<br>
>>><br>
>>> <a href="https://freeswitch.org/confluence/display/FREESWITCH/Debian" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/Debian</a><br>
>>><br>
>>><br>
>>><br>
>>> However, after installation, fs_cli will not connect. Any ideas?<br>
>>><br>
>>><br>
>>><br>
>>> Thanks<br>
>>><br>
>>><br>
>>><br>
>>> Richard<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> _________________________________________________________________________<br>
>>> Professional FreeSWITCH Consulting Services:<br>
>>> <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
>>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>>><br>
>>> Official FreeSWITCH Sites<br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>>><br>
>>> FreeSWITCH-users mailing list<br>
>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>><br>
>><br>
>><br>
>> _________________________________________________________________________<br>
>> Professional FreeSWITCH Consulting Services:<br>
>> <a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
>> <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
>><br>
>> Official FreeSWITCH Sites<br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>> <a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
>> <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
>><br>
>> FreeSWITCH-users mailing list<br>
>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div></div></blockquote></div><br></div>
</div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>