[asterisk-bugs] [JIRA] (ASTERISK-25424) asterisk.conf syntax error causes inscrutable crash
Brian Wilson (JIRA)
noreply at issues.asterisk.org
Sun May 15 19:04:56 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-25424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230609#comment-230609 ]
Brian Wilson commented on ASTERISK-25424:
-----------------------------------------
I was getting this error when the documentation folder was missing with 13.9.1
cd /var/lib/asterisk
mv documentation foo
/usr/sbin/asterisk -f -C /etc/asterisk.conf
Asterisk 13.9.1, Copyright (C) 1999 - 2014, Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Parsing /etc/asterisk/extconfig.conf
== Parsing '/etc/asterisk/extconfig.conf': Found
== Binding queue_members to odbc/asterisk/queue_members
== Binding sippeers to odbc/asterisk/sippeers
== Binding voicemail to odbc/asterisk/voicemail
Resetting translation matrix
UUID system initiated
== Registered 'audio' codec 'g723' at sample rate '8000' with id '1'
== Created cached format with name 'g723'
== Registered 'audio' codec 'ulaw' at sample rate '8000' with id '2'
== Created cached format with name 'ulaw'
== Registered 'audio' codec 'alaw' at sample rate '8000' with id '3'
== Created cached format with name 'alaw'
== Registered 'audio' codec 'gsm' at sample rate '8000' with id '4'
== Created cached format with name 'gsm'
== Registered 'audio' codec 'g726' at sample rate '8000' with id '5'
== Created cached format with name 'g726'
== Registered 'audio' codec 'g726aal2' at sample rate '8000' with id '6'
== Created cached format with name 'g726aal2'
== Registered 'audio' codec 'adpcm' at sample rate '8000' with id '7'
== Created cached format with name 'adpcm'
== Registered 'audio' codec 'slin' at sample rate '8000' with id '8'
== Created cached format with name 'slin'
== Registered 'audio' codec 'slin' at sample rate '12000' with id '9'
== Created cached format with name 'slin12'
== Registered 'audio' codec 'slin' at sample rate '16000' with id '10'
== Created cached format with name 'slin16'
== Registered 'audio' codec 'slin' at sample rate '24000' with id '11'
== Created cached format with name 'slin24'
== Registered 'audio' codec 'slin' at sample rate '32000' with id '12'
== Created cached format with name 'slin32'
== Registered 'audio' codec 'slin' at sample rate '44100' with id '13'
== Created cached format with name 'slin44'
== Registered 'audio' codec 'slin' at sample rate '48000' with id '14'
== Created cached format with name 'slin48'
== Registered 'audio' codec 'slin' at sample rate '96000' with id '15'
== Created cached format with name 'slin96'
== Registered 'audio' codec 'slin' at sample rate '192000' with id '16'
== Created cached format with name 'slin192'
== Registered 'audio' codec 'lpc10' at sample rate '8000' with id '17'
== Created cached format with name 'lpc10'
== Registered 'audio' codec 'g729' at sample rate '8000' with id '18'
== Created cached format with name 'g729'
== Registered 'audio' codec 'speex' at sample rate '8000' with id '19'
== Created cached format with name 'speex'
== Registered 'audio' codec 'speex' at sample rate '16000' with id '20'
== Created cached format with name 'speex16'
== Registered 'audio' codec 'speex' at sample rate '32000' with id '21'
== Created cached format with name 'speex32'
== Registered 'audio' codec 'ilbc' at sample rate '8000' with id '22'
== Created cached format with name 'ilbc'
== Registered 'audio' codec 'g722' at sample rate '16000' with id '23'
== Created cached format with name 'g722'
== Registered 'audio' codec 'siren7' at sample rate '16000' with id '24'
== Created cached format with name 'siren7'
== Registered 'audio' codec 'siren14' at sample rate '32000' with id '25'
== Created cached format with name 'siren14'
== Registered 'audio' codec 'testlaw' at sample rate '8000' with id '26'
== Created cached format with name 'testlaw'
== Registered 'audio' codec 'g719' at sample rate '48000' with id '27'
== Created cached format with name 'g719'
== Registered 'audio' codec 'opus' at sample rate '48000' with id '28'
== Created cached format with name 'opus'
== Registered 'image' codec 'jpeg' at sample rate '0' with id '29'
== Created cached format with name 'jpeg'
== Registered 'image' codec 'png' at sample rate '0' with id '30'
== Created cached format with name 'png'
== Registered 'video' codec 'h261' at sample rate '0' with id '31'
== Created cached format with name 'h261'
== Registered 'video' codec 'h263' at sample rate '0' with id '32'
== Created cached format with name 'h263'
== Registered 'video' codec 'h263p' at sample rate '0' with id '33'
== Created cached format with name 'h263p'
== Registered 'video' codec 'h264' at sample rate '0' with id '34'
== Created cached format with name 'h264'
== Registered 'video' codec 'mpeg4' at sample rate '0' with id '35'
== Created cached format with name 'mpeg4'
== Registered 'video' codec 'vp8' at sample rate '0' with id '36'
== Created cached format with name 'vp8'
== Registered 'text' codec 'red' at sample rate '0' with id '37'
== Created cached format with name 'red'
== Registered 'text' codec 't140' at sample rate '0' with id '38'
== Created cached format with name 't140'
== Registered 'audio' codec 'none' at sample rate '8000' with id '39'
== Created cached format with name 'none'
Parsing /etc/asterisk/asterisk.conf
== Parsing '/etc/asterisk/asterisk.conf': Found
gl_pathc 0
== Sorcery registered wizard 'bucket'
== Sorcery registered wizard 'bucket_file'
Cannot update type 'bucket' in module 'core' because it has no existing documentation!
Failed to register 'bucket' object type in Bucket sorcery
Failed: ast_bucket_init
> asterisk.conf syntax error causes inscrutable crash
> ---------------------------------------------------
>
> Key: ASTERISK-25424
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25424
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Core/Sorcery
> Affects Versions: 13.5.0
> Environment: Ubuntu 14.04. Freepbx 2.11.0.43. Previous system had been 12.04 and Asterisk 1.8.
> Reporter: Norman Henderson
> Assignee: Unassigned
> Severity: Minor
>
> After upgrade, I installed Asterisk 13.5.0 from source. I ended up with the following first line in asterisk.conf:
> {noformat}
> [directories];(!) ; remove the (!) to enable this
> This appears to have caused Asterisk to crash during startup with:
> == Parsing '/etc/asterisk/asterisk.conf': Found
> == Sorcery registered wizard 'bucket'
> == Sorcery registered wizard 'bucket_file'
> Cannot update type 'bucket' in module 'core' because it has no existing documentation!
> Failed to register 'bucket' object type in Bucket sorcery
> Failed: ast_bucket_init
> {noformat}
> Apparently the correct syntax from 13.5.0 asterisk.conf.dpkg-dist is
> {noformat}
> [directories](!)
> {noformat}
> (1) This syntax and its meaning or effect does not appear to be documented. Nor is there much relevant to the Sorcery / bucket issue in extensive searching - eventually I found one IRC comment in which an unrelated asterisk.conf error caused a similar crash.
> (2) Config file syntax errors should provide a meaningful error message; this is a basic principle of system design.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list