Folks, Got a Pi Zero running piaware software. Also feed FR24 and ADSBx on private port from same device. This device is running at a friend's home in California and I have remote access via ssh. My friiend has suffered a few power outages of late and device just reboots and all usually fine. The most recent outage seems to have affected the ADSBx feed but both FA and FR24 are still fine. In the home directory these scripts are still visible; -rwxr-xr-x 1 root root 277 Nov 5 09:16 adsbexchange-mlat_maint.sh -rwxr-xr-x 1 root root 188 Sep 17 11:18 adsbexchange-netcat_maint.sh If I run the script using sudo I get the following error; ./adsbexchange-mlat_maint.sh: 5: ./adsbexchange-mlat_maint.sh: /usr/bin/mlat-client: not found the ncat script just hangs. Any advice folks appreciated. Geffers /usr/bin/mlat-client: not found
How odd, cannot find that directory. Seem to recall at installation time a warning not to delete that directory so certainly not something I would have done intentionally. In fact, although I have ssh access to Pi I seldom need to connect. Geffers
Piaware is odd. Reinstall adsbexchange scripts Code: sudo apt update sudo apt install git socat git clone https://github.com/adsbxchange/adsb-exchange.git cd adsb-exchange chmod +x setup.sh sudo ./setup.sh