[Freeswitch-users] Getting to the bottom of a problem

Alex Lake alex at digitalmail.com
Fri Sep 5 12:24:15 MSD 2014


Just to answer my own question.

Change makefile line from

test -d freeswitch.git || git clone 
https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git

to

test -d freeswitch.git || git clone -b v1.2 
https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git

fingers crossed....
>
>
> test -d freeswitch.git || git clone -b v1.2 
> https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git
>
> Thanks for that suggestion, but I really hate upgrading for 
> upgrading's sake - especially to a new major version with certain 
> incompatibilities.
> We've had previous installations that have worked fine, and I suspect 
> that a *downgrade* is preferable for me...
> Mind you, now that the old installation method doesn't work any more, 
> I may be forced to change our code base where needed for 1.4.
> Is there a way to install 1.2 available? I don't need "support" as 
> such on this, just access to the same old source.
>
> Cheers,
> Alex
>
>
>
>> We don't support ubuntu 12.04 (neither does ubuntu themselves)
>> Use latest master or 1.4 on 14.04 for best results.
>>
>>
>>
>> On Thu, Sep 4, 2014 at 2:39 PM, Steven Ayre <steveayre at gmail.com 
>> <mailto:steveayre at gmail.com>> wrote:
>>
>>     If freeswitch is actually crashing then it's likely a bug within
>>     freeswitch itself. Check dmesg.
>>
>>
>>     On 4 September 2014 16:56, Alex Lake <alex at digitalmail.com
>>     <mailto:alex at digitalmail.com>> wrote:
>>
>>         Mmmm!!!
>>
>>         My kernel is 3.11.0-19-generic
>>
>>         So what version of the kernel fixed it for you?
>>
>>>         Just my 2 cents, when i had an issue like this on Ubuntu
>>>         12.04 64bit, it turned out to be a kernel issue, after
>>>         updating my kernel the problem "magically" disappeared.
>>>
>>>
>>>         On Thu, Sep 4, 2014 at 8:55 AM, Massimo Varriale
>>>         <mvar78 at gmail.com <mailto:mvar78 at gmail.com>> wrote:
>>>
>>>             Alex, what FS version are you using?
>>>
>>>             I had same behaviour on my past Ubuntu installation and
>>>             I found that I was using the latest GIT 1.5, not the
>>>             stable release 1.4
>>>
>>>             Cheers
>>>             Max
>>>
>>>
>>>
>>>
>>>             Il giorno 04/set/2014, alle ore 16:32, Alex Lake ha scritto:
>>>
>>>             > My freeswitch installation (running under Ubuntu
>>>             12.04) has a habit of
>>>             > mysteriously stopping. It's not doing this in a
>>>             predictable manner (eg.
>>>             > it's not when any particular bit of dialplan is being
>>>             executed).
>>>             >
>>>             > I have a script that runs every minute to see if it's
>>>             running, and if it
>>>             > isn't, starts it up (and sends me a notification).
>>>             >
>>>             > I'd like to be able to get to the bottom of this, but
>>>             am not
>>>             > particularly (or at all!) experienced in running gdb.
>>>             If I follow the
>>>             > brief instructions in the Wiki to run "gdb
>>>             bin/freeswitch" I don't seem
>>>             > to get a working freeswitch running at all. What
>>>             should I see on the
>>>             > command line when I issue that command? This what I
>>>             currently see:
>>>             >
>>>             > -----
>>>             > root at hzhmay14a /home/oev/fs-pabx/scripts # gdb --args
>>>             > /usr/local/freeswitch/bin/freeswitch -nonat
>>>             > GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
>>>             > Copyright (C) 2012 Free Software Foundation, Inc.
>>>             > License GPLv3+: GNU GPL version 3 or later
>>>             > <http://gnu.org/licenses/gpl.html>
>>>             > This is free software: you are free to change and
>>>             redistribute it.
>>>             > There is NO WARRANTY, to the extent permitted by law.
>>>             Type "show copying"
>>>             > and "show warranty" for details.
>>>             > This GDB was configured as "x86_64-linux-gnu".
>>>             > For bug reporting instructions, please see:
>>>             > <http://bugs.launchpad.net/gdb-linaro/>...
>>>             > Reading symbols from
>>>             /usr/local/freeswitch/bin/freeswitch...done.
>>>             > (gdb)
>>>             > (gdb)
>>>             > -----
>>>             >
>>>             > There's a mysterious (to me) command line parameter
>>>             "-core" that I was
>>>             > wondering if it might be useful in my circumstances.
>>>             >
>>>             > I'm also prepared to do a new build (with some kind of
>>>             diagnostic
>>>             > params) if that helps.
>>>             >
>>>             > Any tips or suggestions of things to read up on most
>>>             welcome....
>>>             >
>>>             >
>>>             _________________________________________________________________________
>>>             > Professional FreeSWITCH Consulting Services:
>>>             > consulting at freeswitch.org
>>>             <mailto:consulting at freeswitch.org>
>>>             > http://www.freeswitchsolutions.com
>>>             >
>>>             > Official FreeSWITCH Sites
>>>             > http://www.freeswitch.org
>>>             > http://confluence.freeswitch.org
>>>             > http://www.cluecon.com
>>>             >
>>>             > FreeSWITCH-powered IP PBX: The CudaTel Communication
>>>             Server
>>>             > 
>>>             >
>>>             > FreeSWITCH-users mailing list
>>>             > FreeSWITCH-users at lists.freeswitch.org
>>>             <mailto:FreeSWITCH-users at lists.freeswitch.org>
>>>             >
>>>             http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>             >
>>>             UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>             > http://www.freeswitch.org
>>>
>>>
>>>             _________________________________________________________________________
>>>             Professional FreeSWITCH Consulting Services:
>>>             consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>>             http://www.freeswitchsolutions.com
>>>
>>>             Official FreeSWITCH Sites
>>>             http://www.freeswitch.org
>>>             http://confluence.freeswitch.org
>>>             http://www.cluecon.com
>>>
>>>             
>>>             
>>>
>>>             FreeSWITCH-users mailing list
>>>             FreeSWITCH-users at lists.freeswitch.org
>>>             <mailto:FreeSWITCH-users at lists.freeswitch.org>
>>>             http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>             UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>             http://www.freeswitch.org
>>>
>>>
>>>
>>>
>>>         _________________________________________________________________________
>>>         Professional FreeSWITCH Consulting Services:
>>>         consulting at freeswitch.org  <mailto:consulting at freeswitch.org>
>>>         http://www.freeswitchsolutions.com
>>>
>>>         Official FreeSWITCH Sites
>>>         http://www.freeswitch.org
>>>         http://confluence.freeswitch.org
>>>         http://www.cluecon.com
>>>
>>>         
>>>         
>>>
>>>         FreeSWITCH-users mailing list
>>>         FreeSWITCH-users at lists.freeswitch.org  <mailto:FreeSWITCH-users at lists.freeswitch.org>
>>>         http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>         UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>         http://www.freeswitch.org
>>
>>
>>         _________________________________________________________________________
>>         Professional FreeSWITCH Consulting Services:
>>         consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>         http://www.freeswitchsolutions.com
>>
>>         Official FreeSWITCH Sites
>>         http://www.freeswitch.org
>>         http://confluence.freeswitch.org
>>         http://www.cluecon.com
>>
>>         
>>         
>>
>>         FreeSWITCH-users mailing list
>>         FreeSWITCH-users at lists.freeswitch.org
>>         <mailto:FreeSWITCH-users at lists.freeswitch.org>
>>         http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>         UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>         http://www.freeswitch.org
>>
>>
>>
>>     _________________________________________________________________________
>>     Professional FreeSWITCH Consulting Services:
>>     consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>     http://www.freeswitchsolutions.com
>>
>>     Official FreeSWITCH Sites
>>     http://www.freeswitch.org
>>     http://confluence.freeswitch.org
>>     http://www.cluecon.com
>>
>>     
>>     
>>
>>     FreeSWITCH-users mailing list
>>     FreeSWITCH-users at lists.freeswitch.org
>>     <mailto:FreeSWITCH-users at lists.freeswitch.org>
>>     http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>     UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>     http://www.freeswitch.org
>>
>>
>>
>>
>> -- 
>> Anthony Minessale II       ? @anthmfs  ? @FreeSWITCH  ?
>>
>> ? http://freeswitch.org/  ? http://cluecon.com/  ? 
>> http://twitter.com/FreeSWITCH
>> ? irc.freenode.net <http://irc.freenode.net> #freeswitch ? 
>> _http://freeswitch.org/g+_
>>
>> ClueCon Weekly Development Call
>> ? sip:888 at conference.freeswitch.org 
>> <mailto:sip%3A888 at conference.freeswitch.org>  ? +19193869900
>>
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> 
>> 
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> 
> 
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140905/afe61daf/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list