Mr Dini
2016-Dec-02 14:27 UTC
[asterisk-users] Asterisk Can't start with the default configs
Hi, I compiled the asterisk 14.0.2 to my ARMv5 NAS, however I just have enough time to test it now. But with the default config (I only edited the http.conf), it won't start, but gives the following: Sorcery registered wizard 'bucket' Sorcery registered wizard 'bucket_file' Parsing /ffp/etc/asterisk/sorcery.conf Parsing '/ffp/etc/asterisk/sorcery.conf': Found 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 What is the problem? Many thanks! Ps: if any addition information is needed, certainly I will attach it, just please tell me, what is needed. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161202/3ed777a0/attachment.html>
Joshua Colp
2016-Dec-02 14:36 UTC
[asterisk-users] Asterisk Can't start with the default configs
On Fri, Dec 2, 2016, at 10:27 AM, Mr Dini wrote:> Hi, > > I compiled the asterisk 14.0.2 to my ARMv5 NAS, however I just have > enough > time to test it now. > > But with the default config (I only edited the http.conf), it won't > start, > but gives the following: > > Sorcery registered wizard 'bucket' > Sorcery registered wizard 'bucket_file' > Parsing /ffp/etc/asterisk/sorcery.conf > Parsing '/ffp/etc/asterisk/sorcery.conf': Found > 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 > > What is the problem?This means that Asterisk was built with documentation support but the documentation is not installed. Many things will fail to load as a result of this. It is commonly located in the /var/lib/asterisk/documentation directory as core-en_US.xml but in your embedded environment it may be different. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
Mr Dini
2016-Dec-03 00:19 UTC
[asterisk-users] Asterisk Can't start with the default configs
Okay, thanks for the info! Will recompile it with corrected doc support and see what happens. On Dec 2, 2016 3:36 PM, "Joshua Colp" <jcolp at digium.com> wrote:> On Fri, Dec 2, 2016, at 10:27 AM, Mr Dini wrote: > > Hi, > > > > I compiled the asterisk 14.0.2 to my ARMv5 NAS, however I just have > > enough > > time to test it now. > > > > But with the default config (I only edited the http.conf), it won't > > start, > > but gives the following: > > > > Sorcery registered wizard 'bucket' > > Sorcery registered wizard 'bucket_file' > > Parsing /ffp/etc/asterisk/sorcery.conf > > Parsing '/ffp/etc/asterisk/sorcery.conf': Found > > 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 > > > > What is the problem? > > This means that Asterisk was built with documentation support but the > documentation is not installed. Many things will fail to load as a > result of this. It is commonly located in the > /var/lib/asterisk/documentation directory as core-en_US.xml but in your > embedded environment it may be different. > > -- > Joshua Colp > Digium, Inc. | Senior Software Developer > 445 Jan Davis Drive NW - Huntsville, AL 35806 - US > Check us out at: www.digium.com & www.asterisk.org > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161203/1fb89cdf/attachment.html>
Mr Dini
2016-Dec-04 19:00 UTC
[asterisk-users] Asterisk Can't start with the default configs
Hi, I tried to run the make progdocs, but the first time, it said, I have no doxygen installed. So I compiled the latest release and reconfigure the asterisk. And after it, ut sucessfully started to build the docs. But it took a lot of time, So finally I aborted the process... Is there a way to disable doc creating? The --disable-xmldoc is enough? Thanks! On Dec 2, 2016 3:36 PM, "Joshua Colp" <jcolp at digium.com> wrote:> On Fri, Dec 2, 2016, at 10:27 AM, Mr Dini wrote: > > Hi, > > > > I compiled the asterisk 14.0.2 to my ARMv5 NAS, however I just have > > enough > > time to test it now. > > > > But with the default config (I only edited the http.conf), it won't > > start, > > but gives the following: > > > > Sorcery registered wizard 'bucket' > > Sorcery registered wizard 'bucket_file' > > Parsing /ffp/etc/asterisk/sorcery.conf > > Parsing '/ffp/etc/asterisk/sorcery.conf': Found > > 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 > > > > What is the problem? > > This means that Asterisk was built with documentation support but the > documentation is not installed. Many things will fail to load as a > result of this. It is commonly located in the > /var/lib/asterisk/documentation directory as core-en_US.xml but in your > embedded environment it may be different. > > -- > Joshua Colp > Digium, Inc. | Senior Software Developer > 445 Jan Davis Drive NW - Huntsville, AL 35806 - US > Check us out at: www.digium.com & www.asterisk.org > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161204/1abb56c9/attachment.html>