Ryan, Travis
2016-Mar-04 14:23 UTC
[asterisk-users] Asterisk 13.5 and higher (asterisk 13.7.2) quitting
I start asterisk 13.7.2 and it dies before I can rasterisk into it. I've tried getting a coredump, but it doesn't coredump. I know there are a lot of errors in the log below, but most of those just say it'll not load a module, and no big deal. When launching from commandline (not service script) here is what happens. http://pastebin.com/3GFe6fG9 Travis Ryan Director of Information Technologies Oscar Winski Company 2407 North Ninth Street Lafayette, IN 47905 ryant at oscarwinski.com<mailto:ryant at oscarwinski.com> (765) 742-1102 We're not the IT department....We're the I-TEAM department! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160304/219c2ca8/attachment.html>
Patrick Laimbock
2016-Mar-04 15:58 UTC
[asterisk-users] Asterisk 13.5 and higher (asterisk 13.7.2) quitting
Hi Travis, On 04-03-16 15:23, Ryan, Travis wrote:> I start asterisk 13.7.2 and it dies before I can rasterisk into it. I?ve > tried getting a coredump, but it doesn?t coredump. I know there are a > lot of errors in the log below, but most of those just say it?ll not > load a module, and no big deal. > > When launching from commandline (not service script) here is what happens. > > http://pastebin.com/3GFe6fG9Two things: [Mar 3 15:19:37] WARNING[8439]: loader.c:553 load_dynamic_module: Error loading module 'res_monitor.so': /usr/lib/asterisk/modules/res_monitor.so: undefined symbol: __ast_beep_stop [Mar 3 15:19:37] WARNING[8439]: loader.c:553 load_dynamic_module: Error loading module 'res_ari_events.so': /usr/lib/asterisk/modules/res_ari_events.so: undefined symbol: stasis_app_register_all Undefined symbol errors are not good. Not sure why that's just a WARNING. Maybe something went wrong during the build? The output of the build should show you more information. In the mean time try disabling these two modules just to see if that clears up the problem. [Mar 3 15:19:39] == Parsing '/etc/asterisk/extensions.conf': Found [Mar 3 15:19:39] WARNING[8439]: config.c:2228 config_text_file_load: Unterminated comment detected beginning on line 386 That needs fixing. HTH, Patrick
Ryan, Travis
2016-Mar-04 21:28 UTC
[asterisk-users] Asterisk 13.5 and higher (asterisk 13.7.2) quitting
Travis Ryan Director of Information Technologies Oscar Winski Company 2407 North Ninth Street Lafayette, IN 47905 ryant at oscarwinski.com (765) 742-1102 We're not the IT department....We're the I-TEAM department!> -----Original Message----- > From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users- > bounces at lists.digium.com] On Behalf Of Patrick Laimbock > Sent: Friday, March 04, 2016 10:58 AM > To: asterisk-users at lists.digium.com > Subject: Re: [asterisk-users] Asterisk 13.5 and higher (asterisk > 13.7.2) quitting > > Hi Travis, > > On 04-03-16 15:23, Ryan, Travis wrote: > > I start asterisk 13.7.2 and it dies before I can rasterisk into it. > > I've tried getting a coredump, but it doesn't coredump. I know there > > are a lot of errors in the log below, but most of those just say > it'll > > not load a module, and no big deal. > > > > When launching from commandline (not service script) here is what > happens. > > > > http://pastebin.com/3GFe6fG9 > > Two things: > > [Mar 3 15:19:37] WARNING[8439]: loader.c:553 load_dynamic_module: > Error loading module 'res_monitor.so': > /usr/lib/asterisk/modules/res_monitor.so: undefined symbol: > __ast_beep_stop [Mar 3 15:19:37] WARNING[8439]: loader.c:553 > load_dynamic_module: Error loading module 'res_ari_events.so': > /usr/lib/asterisk/modules/res_ari_events.so: undefined symbol: > stasis_app_register_all > > Undefined symbol errors are not good. Not sure why that's just a > WARNING. Maybe something went wrong during the build? The output of the > build should show you more information. In the mean time try disabling > these two modules just to see if that clears up the problem. > > [Mar 3 15:19:39] == Parsing '/etc/asterisk/extensions.conf': Found > [Mar 3 15:19:39] WARNING[8439]: config.c:2228 config_text_file_load: > Unterminated comment detected beginning on line 386 > > That needs fixing. > > HTH, > Patrick > > > --[Ryan, Travis] 'Thanks, now I'm at least getting a coredump. Ugh.