[arm-allstar] Simple fix to "squelch" dnsmgr
larry
larry at n7fm.com
Wed Oct 30 23:34:57 EDT 2019
Thanks Much Dave
Larry - N7FM
On 10/29/19 6:25 PM, "David McGough via ARM-allstar" wrote:
>
> See line 178 of dnsmrg.c, such as the file found here:
>
> https://github.com/AllStarLink/Asterisk/blob/master/asterisk/main/dnsmgr.c
>
> Change lines 178 and 179 from:
>
> ast_log(LOG_NOTICE, "host '%s' changed from %s to %s\n",
> entry->name, iabuf, iabuf2);
>
> To:
>
> if (option_verbose > 4)
> ast_log(LOG_NOTICE, "host '%s' changed from %s to %s\n", entry->name, iabuf, iabuf2);
>
>
>
> 73, David KB4FXC
>
>
>
>
> On Mon, 28 Oct 2019, "larry via ARM-allstar" wrote:
>
>> David,
>>
>> Any chance you might tell those of us that still have some BeagleBone
>> nodes and PC versions in service what needs to be changed to set the
>> verbose number to a higher level on those versions?
>>
>> Larry - N7FM
>>
>>
>>
>> On 10/28/19 12:17 PM, "David McGough via ARM-allstar" wrote:
>>>
>>> Hi Everyone,
>>>
>>> An updated hamvoip-asterisk package was released this morning. This
>>> update is primarily a bug-fix release, resolving potential issues found in
>>> many AllStar modules. The corrected issues are all related to potential
>>> internal memory corruption, which could cause software crashes,
>>> particularly with very busy nodes (nodes having many connections and/or
>>> very frequent connects and disconnects).
>>>
>>> Also, many users have noticed all the dnsmgr messages showing up on the
>>> console and/or logs. Messages similar to:
>>>
>>>
>>> NOTICE[30498]: dnsmgr.c:179 dnsmgr_refresh: host 'register.allstarlink.org' changed from 44.a.b.c to 44.x.y.z
>>>
>>>
>>> These messages are generated due to changes with the ASL registration
>>> systems and don't indicate any problem or concern---these messages are
>>> basically "noise" during normal operation. To reduce the frequency of
>>> seeing these notices, I've modified the software to only print the
>>> messages when asterisk is set at a verbosity level of 5 or higher. For
>>> example, to re-enable seeing the messages, from the asterisk CLI, type:
>>>
>>>
>>> HamVoIP-dev*CLI> set verbose 5
>>> Verbosity was 4 and is now 5
>>>
>>>
>>> ....This version info:
>>>
>>> HamVoIP-dev*CLI> show version
>>> Asterisk 1.4.23-pre.hamvoip-V1.5.4-03-app_rpt-0.327-10/22/2019 built by root @ RPi4B-dev on a armv7l running Linux on 2019-10-26 20:28:56 UTC
>>>
>>>
>>>
>>> As always, thanks for your interest and support!
>>>
>>> 73, David KB4FXC
>>>
>>>
>>> _______________________________________________
>>>
>>> ARM-allstar mailing list
>>> ARM-allstar at hamvoip.org
>>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>>>
>>> Visit the BBB and RPi2/3 web page - http://hamvoip.org
>>>
>> _______________________________________________
>>
>> ARM-allstar mailing list
>> ARM-allstar at hamvoip.org
>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>>
>> Visit the BBB and RPi2/3 web page - http://hamvoip.org
>>
>
> _______________________________________________
>
> ARM-allstar mailing list
> ARM-allstar at hamvoip.org
> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>
> Visit the BBB and RPi2/3 web page - http://hamvoip.org
>
More information about the ARM-allstar
mailing list