OK abcd…I ran the two commands as suggested and status returned this;
sudo systemctl status rbfeeder
● rbfeeder.service - RBFeeder Service
Loaded: loaded (/lib/systemd/system/rbfeeder.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2020-12-21 11:46:45 GMT; 2min 24s ago
Main PID: 22871 (rbfeeder)
Tasks: 11 (limit: 4915)
CGroup: /system.slice/rbfeeder.service
└─22871 /usr/bin/rbfeeder
Dec 21 11:47:46 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:47:46] Data sent: 31.7 KB
Dec 21 11:47:46 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:47:46] Data received: 1.0 KB
Dec 21 11:48:17 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:48:17] ******** Statistics updated every 30 seconds ********
Dec 21 11:48:17 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:48:17] Packets sent in the last 30 seconds: 964, Total packets sent since startup: 1634
Dec 21 11:48:17 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:48:17] Data sent: 76.7 KB
Dec 21 11:48:17 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:48:17] Data received: 1.0 KB
Dec 21 11:48:48 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:48:48] ******** Statistics updated every 30 seconds ********
Dec 21 11:48:48 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:48:48] Packets sent in the last 30 seconds: 965, Total packets sent since startup: 2599
Dec 21 11:48:48 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:48:48] Data sent: 120.5 KB
Dec 21 11:48:48 RaspberryPi-air rbfeeder[22871]: [2020-12-21 11:48:48] Data received: 1.1 KB
So no sign of the line we were looking for.
For a short while my RB Station continued to show MLAT on its page and on the UK rankings page. After @2mins it disappeared from the station page but stayed on the UK rankings page for a further @15mins or so before that too disappeared.
Of course rebooting the Pi reinstated MLAT on my station page as expected.
I’ve taken another look through the command history and the full history of ADSB-related installs is as follows starting with RBFeeder:
208 sudo bash -c “$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)”
209 sudo rbfeeder --set-network-mode off --no-start
210 sudo rbfeeder --showkey
211 wget https://github.com/abcd567a/mlat-client-package/releases/download/v1/mlat-client_0.2.11_BUSTER_armhf.deb
212 sudo dpkg -i mlat-client_0.2.11_BUSTER_armhf.deb
213 sudo reboot
Then some time after came FR24;
274 sudo bash -c “$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)”
275 sudo systemctl restart fr24feed
276 fr24feed-status
And then finally dump1090-fa from the FlightAware package;
373 wget https://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_4.0_all.deb
374 dpkg -i piaware-repository_4.0_all.deb
375 sudo dpkg -i piaware-repository_4.0_all.deb
376 sudo apt-get update
377 sudo apt-get install dump1090-fa
Not sure if one of those later packages installed after your MLAT-client might have overwritten/impacted it and if there is a safe way to remove it and reinstall your client over the top?
Don’t worry if not as I said its not a showstopper but it would be good to see it working as it should.
Thanks & kind regards,
-=Glyn=-