[arm-allstar] Strange Errors, can't reconnect nodes on same Pi

David McGough kb4fxc at inttek.net
Sun Apr 9 18:16:29 EDT 2023


Hi Matt,

The cause of this issue is probably related to a slow memory leak in the
asterisk software, since everything runs well for many days, finally
reaching a failure point.  You mention 70+ days runtime, then having to
restart asterisk.  Is this a typical, reproducible pattern?

If you're able to catch this problem again, try killing the asterisk 
process with signal 3, which will produce a core-dump, which might help me 
identify the source of the issue.  Here are the steps:

[root at RPi4b-dev ~]# ps -eo pid,etimes,rss,cmd | grep hamvoip | grep -v grep
 5053  932803 57480 /usr/local/hamvoip-asterisk/sbin/asterisk -f -vvvg -c

[root at RPi4b-dev ~]# kill -3 5053

....The core file will get placed in the /var/lib/systemd/coredump/ 
folder.


73, David K4FXC


On Sun, 9 Apr 2023, M Lech via ARM-allstar wrote:

> What might explain my server going berserk with these messages:
> 
> [Apr  9 02:57:17] NOTICE[13133]: channel.c:2063 __ast_read: No/unknown
> event '0' on timer for 'voter/777'?
> [Apr  9 02:57:17] WARNING[13117]: chan_iax2.c:3151 __attempt_transmit: Max
> retries exceeded to host 127.0.0.1 on IAX2/127.0.0.1:4569-6517 (type = 6,
> subclass = 11, ts=2399951, seqno=99)
> [Apr  9 02:57:17] NOTICE[13133]: channel.c:2063 __ast_read: No/unknown
> event '0' on timer for 'voter/777'?
> [Apr  9 02:57:17] WARNING[13108]: chan_iax2.c:3151 __attempt_transmit: Max
> retries exceeded to host 127.0.0.1 on IAX2/127.0.0.1:4569-4054 (type = 6,
> subclass = 2, ts=2414975, seqno=101)
> [Apr  9 02:57:17] NOTICE[31667]: channel.c:2063 __ast_read: No/unknown
> event '0' on timer for 'voter/777'?
> [Apr  9 02:57:17] WARNING[31667]: channel.c:2093 __ast_read: Exception flag
> set on 'voter/777', but no exception handler
> [Apr  9 02:57:17] NOTICE[13133]: channel.c:2063 __ast_read: No/unknown
> event '0' on timer for 'voter/777'?
> [Apr  9 02:57:17] NOTICE[13133]: channel.c:2063 __ast_read: No/unknown
> event '0' on timer for 'voter/777'?
> 
> It just keeps on scrolling, stuck in a seemingly endless loop. This is
> after running for 70+ days. I typically connect two nodes together on the
> same Pi. One is a Public Gateway, the other (777) is an "internal hub" for
> RTCMs. There are no USB adapters, only the RTCM/Voter channel driver and
> the pseudo "dummy" channel driver for the public node.
> 
> When this happens, the two cannot connect to each other. Connections to
> other nodes will establish, but traffic only flows inbound from external
> nodes. Not outbound from 777 to other nodes. Restarting Asterisk clears the
> error, but doesn't solve the problem. Is there a settings problem,
> corrupted memory perhaps, or coding bug?
> 
> Best,
> W6XC
> _______________________________________________
> 
> 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/4 web page - http://hamvoip.org
> 



More information about the ARM-allstar mailing list