W3KIT
January 25, 2022, 3:16pm
1
Not really sure if updatenodelist.service is a part of allmon or allstar.
At amy rate, I see is failed just about everyday.
I have to reset-failed, stop, start and manually run astdb. It would run fine for awhile , next day I would see updatenodelist.service failed again.
Any suggestions?
73, Kit
Mike
January 25, 2022, 4:31pm
2
Yes, I use to have that issue and never went to the source for it. I would always restart it.
After doing that to many times, I just added it to my
/etc/crontab
update nodes Restart
25 4 * * * root systemctl restart updatenodelist
25 12 * * * root systemctl restart updatenodelist
25 20 * * * root systemctl restart updatenodelist
Restarts it 3 times a day needed or not.
Seems to have cured what ill’d me. But the root issue is still there.
W3KIT
January 25, 2022, 5:20pm
3
Mike, thanks. I guess I can do that. 73, Kit
Mike
January 25, 2022, 8:17pm
4
My suspicion that I never traced down was that when it was supposed to happen, there was other activity and it just timed out.
But I don’t know that. No harm in my fix.
wd6awp
January 31, 2022, 3:14am
5
The ASL 2.0-beta6 resolves this issue as well as other improvements. See ASL Beta Documentation - AllStarLink Wiki
Images are on the main page of the Wiki.
KV4S
December 31, 2022, 11:53pm
6
Install this over updatenodelist it’s awesome!
Works with ASL 1.01
ASL Nodes diff project to keep database updated as quickly as possible.
the wget address can be found on the releases tags
wget https://github.com/AllStarLink/ASL-Nodes-Diff/releases/download/2.0.0-beta.5/asl-update-node-list_2.0.0-beta.5-1_all.deb
whatever the .deb file is goes after the -i
sudo dpkg -i asl-update-node-list_2.0.0-beta.5-1_all.deb
check new services is running
systemctl status update-node-list
1 Like
wd6awp
January 2, 2023, 9:06pm
7
Yep, that came out with the ASL 2.0 beta but as you said, it works great on ASL1.01 too. Saves a fair amount of bandwidth as well.
1 Like