AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: DZpower on July 16, 2022, 01:41:46 PM

Title: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DZpower on July 16, 2022, 01:41:46 PM
My MLAT does not work since i did an update on my Raspi
i did re-install RBFEEDER via CLI  but still no luck with getting MLAT back
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DZpower on July 16, 2022, 01:42:55 PM
i can provide logs upon request and would appreciate any help or suggestion
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on July 16, 2022, 02:21:24 PM
(1) First run this command
Code: [Select]
sudo apt update

(2) Next issue following commands and post their output
Code: [Select]
uname -a   

lsb_release -a

apt-cache policy rbfeeder 

apt-cache policy mlat-client

apt-cache policy python3   

sudo systemctl status rbfeeder


(3) Also post output of following command (replace key by xxxxxx when posting)
Code: [Select]

cat /etc/rbfeeder.ini 

.
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DZpower on July 16, 2022, 06:43:44 PM
when i run the sudo apt  update it does show that it's all up to date

When i run the sudo nano command

[client]
network_mode=true
log_file=/var/log/rbfeeder.log

key=xxxxxxxx

sn=EXTRPI026653

lat=42.381765999999999

lon=-71.097617

alt=41

[network]
mode=beast
external_port=30005
external_host=127.0.0.1

[mlat]
autostart_mlat=true
mlat_cmd=/usr/bin/python3.7 /usr/bin/mlat-client

[dump978]
dump978_enabled=false
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DZpower on July 16, 2022, 06:48:29 PM
 Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

rbfeeder:
  Installed: 1:1.0.8+deb10
  Candidate: 1:1.0.8+deb10
  Version table:
 *** 1:1.0.8+deb10 500

mlat-client:
  Installed: 0.2.11
  Candidate: 0.2.11
  Version table:
 *** 0.2.11 500
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DZpower on July 16, 2022, 06:53:43 PM
it does not allow me to copy and past result of  the rbfeeder  this post bock it as spam or some filters

i see a a lot of errors

 PermissionError: [Errno 13] Permission denied: '/run/ml
  open(pidfile, 'w').write(pid)
usr/bin/mlat-client", line 108, in <module>
open(pidfile, 'w').write(pid)
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DZpower on July 16, 2022, 06:56:59 PM
i see some errors

"PermissionError: [Errno 13] Permission denied: '/run/mlat-client.pid"

File "/usr/bin/mlat-client", line 108, in <module>
open(pidfile, 'w').write(pid)
 PermissionError: [Errno 13] Permission denied: '/run/mlat-client.pid'
Traceback (most recent call last):
File "/usr/bin/mlat-client", line 108, in <module>"
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DZpower on July 16, 2022, 07:03:05 PM
(1) First run this command
Code: [Select]
sudo apt update

(2) Next issue following commands and post their output
Code: [Select]
uname -a   

lsb_release -a

apt-cache policy rbfeeder 

apt-cache policy mlat-client

apt-cache policy python3   

sudo systemctl status rbfeeder


(3) Also post output of following command (replace key by xxxxxx when posting)
Code: [Select]

cat /etc/rbfeeder.ini 

.please check your private message
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on July 16, 2022, 09:45:03 PM
Seems mlat-client installed from RB24 site (using command sudo apt install mlat-client) has some defect. Better purge it, then build & install from source code

(1) First purge existing package
Code: [Select]
sudo apt purge mlat-client


(2) Install dependencies and tools required to build package from source-code
Code: [Select]
sudo apt update -y
sudo apt install -y git curl build-essential debhelper python-dev python3-dev

(3) Downloaded source code and build mlat-client's installation package.
Code: [Select]
cd
git clone https://github.com/mutability/mlat-client.git

cd mlat-client
sudo apt install -y dh-python
sudo dpkg-buildpackage -b -uc


(4) Install newly built package by following command
Code: [Select]
cd
sudo dpkg -i mlat-client_*.deb 


Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DZpower on July 17, 2022, 01:51:49 AM
worked like a charm :)
Thank You so much :) Kudos to your expertise
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on July 17, 2022, 12:00:17 PM

Glad to know your problem is solved   :)


Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on July 18, 2022, 04:21:36 PM
When in future any update/upgrade command is run, it will replace healthy mlat-client (which you have built yourself) by the defective mlat-client from RB24 repository.

To prevent this, put your mlat-client on hold by following command
Code: [Select]
sudo apt-mark hold  mlat-client 

The responce to above command will be:

mlat-client set on hold..



Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: Runway 31 on July 18, 2022, 05:19:29 PM
abcd, have you advised Airnav  of their defective MLAT client?  If not are you aware of the defect and I can advise

Alan
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on July 18, 2022, 05:45:09 PM
Alan, no, I have not advised AirNav about the defective mlat client because:
(1) up till now only 2 cases have been reported in forum
(2) I cannot make out what is exactly the defecti, is it because of a corrupted files or because of some changes made by RB24 developers in the source code.

If you like you can inform support with links to the two lates threads  on this issue.

Regards
abcd
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: Runway 31 on July 18, 2022, 06:28:49 PM
Thanks, will do

Alan
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: jayant on October 25, 2022, 11:06:32 AM
I can report that I had the same problem and fixed it by building the mlat-client from github.
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: Joejoe1 on October 27, 2022, 05:08:02 PM
I am here because of this issue. Your solution @abcd567 solved it for me, thank you very much!
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: RZEE on December 11, 2022, 09:28:45 AM
Quote
When in future any update/upgrade command is run, it will replace healthy mlat-client (which you have built yourself) by the defective mlat-client from RB24 repository.

To prevent this, put your mlat-client on hold by following command
Code: [Select]
sudo apt-mark hold  mlat-client

The responce to above command will be:

mlat-client set on hold..

Can this made undone? if so what's the command for this?

Thanks in advance
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on December 12, 2022, 08:37:33 PM
Quote
Quote
When in future any update/upgrade command is run, it will replace healthy mlat-client (which you have built yourself) by the defective mlat-client from RB24 repository.

To prevent this, put your mlat-client on hold by following command
Code: [Select]
sudo apt-mark hold  mlat-client

The responce to above command will be:

mlat-client set on hold..

Can this made undone? if so what's the command for this?

Thanks in advance


Yes, it can be undone by following command

sudo apt-mark unhold mlat-client

Responce:
Canceled hold on mlat-client.


.
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: RZEE on December 13, 2022, 06:32:10 PM
Quote
Yes, it can be undone by following command

sudo apt-mark unhold mlat-client

Responce:
Canceled hold on mlat-client.

Works! Many thanks again.
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: Runway 31 on December 13, 2022, 07:24:27 PM
Please note that I have been advised as follows that a new MLAT client is available which should fix the previous issue

Package mlat-client is updated in our repository using the latest published version from mutability (0.2.11), but ours is "1:0.2.13" just because we need to change version number to 'force' apt-get to understand that is a new version (the code is the same).
Should work for every new installation by now.

Note that the packages are updated only for the latest (current) version of raspbian OS (AKA Bullseye), not for older versions (buster). If we have A LOT of users running older OS's, we can create a package for that.....but my recommendation is to update the operating system.

Let me know if it is OK

Alan
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: RZEE on December 15, 2022, 06:59:24 PM
The installation of the flight feeder works ok, there are still issues installing airband.

E: Unable to locate package rtl-airband-rb
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: Runway 31 on December 15, 2022, 07:15:16 PM
Airband has nothing to do with ADSB mlat client totally seperate install, ask support to direct to Airband package

Alan
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: RZEE on December 18, 2022, 07:41:55 PM
Hi Alan,

Quote
Airband has nothing to do with ADSB mlat client totally seperate install, ask support to direct to Airband package

I expect most of the users including me are aware of this. Your advice to update to bullseye i do not understand, as the transition to Bullseye will break many of the users setup if they have airband included. Radarbox should update their website and include a working airband for Bullseye. Remember Bullseye is released more than 1 year ago......
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: Runway 31 on December 18, 2022, 07:56:33 PM
It is not my advice it comes from the developer responsible for Linux, if you dont want to do it dont do it.   His advice is based on ADSB requirement not VHF

Regarding your request for Bullseye airband I suggest you contact Airnav with that request as I previously suggested

Alan
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: ramon.cutanda on August 28, 2023, 10:46:36 AM
SOLVED See my next message (https://forum.radarbox24.com/index.php?topic=106441.msg557681#msg557681).

Hi,

I have been feeding for radarbox for several months now, but I had to reinstall my Rasperry OS and I decided to use the lastest (for the time being) Pi OS based on Bullseye instead of my previous Buster. The default install for MLAT never worked in my setup:

Code: [Select]
sudo apt-get install mlat-client -y
In order to have MLAT working I had to use the mlat-client_0.2.11_BUSTER_armhf.deb from this repo:

https://github.com/abcd567a/mlat-client-package/releases/

And then block the regular update:

Code: [Select]
sudo apt-mark hold  mlat-client
Now, with Bullseye however, I am completely unable to make MLAT works for radarbox. I have tried both the default install:

Code: [Select]
sudo apt-get install mlat-client -y
And also the mlat-client_0.2.11_BULLSEYE_armhf.deb package from https://github.com/abcd567a/mlat-client-package/releases.

This is my setup:

Code: [Select]
@raspberrypi:~ $ cat /sys/firmware/devicetree/base/model
Raspberry Pi 4 Model B Rev 1.2

Code: [Select]
@raspberrypi:~ $ uname -a
Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux

Code: [Select]
@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 11 (bullseye)
Release:        11
Codename:       bullseye

Code: [Select]
@raspberrypi:~ $ apt-cache policy rbfeeder
rbfeeder:
  Installed: 1:1.0.8+deb11
  Candidate: 1:1.0.8+deb11
  Version table:
 *** 1:1.0.8+deb11 500
        500 https://apt.rb24.com bullseye/main armhf Packages
        100 /var/lib/dpkg/status

Code: [Select]
@raspberrypi:~ $ apt-cache policy mlat-client
mlat-client:
  Installed: 1:0.2.13+deb11
  Candidate: 1:0.2.13+deb11
  Version table:
 *** 1:0.2.13+deb11 500
        500 https://apt.rb24.com bullseye/main armhf Packages
        100 /var/lib/dpkg/status

Code: [Select]
@raspberrypi:~ $ apt-cache policy python3
python3:
  Installed: 3.9.2-3
  Candidate: 3.9.2-3
  Version table:
 *** 3.9.2-3 500
        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
        100 /var/lib/dpkg/status

Code: [Select]
@raspberrypi:~ $ sudo systemctl status rbfeeder
● rbfeeder.service - RBFeeder Service
     Loaded: loaded (/lib/systemd/system/rbfeeder.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2023-08-28 12:31:56 CEST; 8min ago
    Process: 669 ExecStartPre=/bin/mkdir /var/run/rbfeeder (code=exited, status=0/SUCCESS)
    Process: 682 ExecStartPre=/bin/chown rbfeeder:rbfeeder /var/run/rbfeeder (code=exited, status=0/SUCCESS)
    Process: 690 ExecStartPre=/bin/touch /var/log/rbfeeder.log (code=exited, status=0/SUCCESS)
    Process: 698 ExecStartPre=/bin/chown rbfeeder:rbfeeder /var/log/rbfeeder.log (code=exited, status=0/SUCCESS)
    Process: 702 ExecStartPre=/bin/chown rbfeeder:rbfeeder /etc/rbfeeder.ini (code=exited, status=0/SUCCESS)
    Process: 708 ExecStartPre=/bin/setfacl -m u:www-data:rwx /etc/rbfeeder.ini (code=exited, status=0/SUCCESS)
   Main PID: 711 (rbfeeder)
      Tasks: 9 (limit: 1599)
        CPU: 1.784s
     CGroup: /system.slice/rbfeeder.service
             └─711 /usr/bin/rbfeeder

Aug 28 12:37:13 raspberrypi rbfeeder[711]: [2023-08-28 12:37:13]  Data sent: 14.6 KB
Aug 28 12:37:13 raspberrypi rbfeeder[711]: [2023-08-28 12:37:13]  Data received: 31 B
Aug 28 12:38:14 raspberrypi rbfeeder[711]: [2023-08-28 12:38:14]  ******** Statistics updated every 60 seconds ********
Aug 28 12:38:14 raspberrypi rbfeeder[711]: [2023-08-28 12:38:14]  Packets sent in the last 60 seconds: 58, Total packets sent since startup: 368
Aug 28 12:38:14 raspberrypi rbfeeder[711]: [2023-08-28 12:38:14]  Data sent: 17.0 KB
Aug 28 12:38:14 raspberrypi rbfeeder[711]: [2023-08-28 12:38:14]  Data received: 31 B
Aug 28 12:39:15 raspberrypi rbfeeder[711]: [2023-08-28 12:39:15]  ******** Statistics updated every 60 seconds ********
Aug 28 12:39:15 raspberrypi rbfeeder[711]: [2023-08-28 12:39:15]  Packets sent in the last 60 seconds: 58, Total packets sent since startup: 426
Aug 28 12:39:15 raspberrypi rbfeeder[711]: [2023-08-28 12:39:15]  Data sent: 19.3 KB
Aug 28 12:39:15 raspberrypi rbfeeder[711]: [2023-08-28 12:39:15]  Data received: 31 B

Code: [Select]
@raspberrypi:~ $ sudo systemctl status mlat-client
● mlat-client.service - LSB: Multilateration client
     Loaded: loaded (/etc/init.d/mlat-client; generated)
     Active: active (exited) since Mon 2023-08-28 12:31:42 CEST; 8min ago
       Docs: man:systemd-sysv-generator(8)
    Process: 379 ExecStart=/etc/init.d/mlat-client start (code=exited, status=0/SUCCESS)
        CPU: 98ms

Aug 28 12:31:41 raspberrypi systemd[1]: Starting LSB: Multilateration client...
Aug 28 12:31:42 raspberrypi mlat-client[379]: Not starting mlat-client daemon, disabled via /etc/default/mlat-client ...
Aug 28 12:31:42 raspberrypi mlat-client[465]:  (warning).
Aug 28 12:31:42 raspberrypi systemd[1]: Started LSB: Multilateration client.

Code: [Select]
@raspberrypi:~ $ cat /etc/rbfeeder.ini
[client]
network_mode=true
log_file=/var/log/rbfeeder.log

key=***********************

sn=EXTRPI005044

[network]
mode=beast
external_port=30005
external_host=127.0.0.1

[mlat]
autostart_mlat=true
#mlat_cmd=/usr/bin/python3.9 /usr/bin/mlat-client

[dump978]
dump978_enabled=false

I am also feeding for FR24:

Code: [Select]
@raspberrypi:~ $ fr24feed-status
FR24 Feeder/Decoder Process: running.
FR24 Stats Timestamp: 2023-08-28 10:41:23.
FR24 Link: connected [UDP].
FR24 Radar: T-LEMI21.
FR24 Tracked AC: 3.
Receiver: connected (16773 MSGS/0 SYNC).
FR24 MLAT: not running ... failed!

Code: [Select]
@raspberrypi:~ $ sudo cat /etc/fr24feed.ini
receiver="beast-tcp"
fr24key="582b0713bf2f7221"
host="127.0.0.1:30005"
bs="no"
raw="no"
logmode="0"
logpath="/var/log/fr24feed"
mlat="no"
mlat-without-gps="no"

Any help will be greatly appreciated.

Kind regards,
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: ramon.cutanda on August 28, 2023, 11:31:53 AM
I found the solution to my problem here:

https://forum.radarbox24.com/index.php?topic=101771.msg389571#msg389571

The section [client] of my rbfeeder.ini lacked the info about latitude, longitude and altitude:

lat=xx.xxxxxx
lon=yy.yyyyyy
alt=zzz

I hope this info will be helpful for others, but perhaps you could consider adding this info into the official guide:

https://www.radarbox.com/sharing-data/guide

Kind regards,
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: flygpagen on December 16, 2023, 12:20:22 PM
Seems mlat-client installed from RB24 site (using command sudo apt install mlat-client) has some defect. Better purge it, then build & install from source code

(1) First purge existing package
Code: [Select]
sudo apt purge mlat-client


(2) Install dependencies and tools required to build package from source-code
Code: [Select]
sudo apt update -y
sudo apt install -y git curl build-essential debhelper python-dev python3-dev

(3) Downloaded source code and build mlat-client's installation package.
Code: [Select]
cd
git clone https://github.com/mutability/mlat-client.git

cd mlat-client
sudo apt install -y dh-python
sudo dpkg-buildpackage -b -uc


(4) Install newly built package by following command
Code: [Select]
cd
sudo dpkg -i mlat-client_*.deb 

Hi! Trying to get the mlat-client to work for my station on Buster following this process, however I get an error message when compiling.

Code: [Select]
dpkg-buildpackage: info: source package mlat-client
dpkg-buildpackage: info: source version 0.2.13
dpkg-buildpackage: info: source distribution stable
dpkg-buildpackage: info: source changed by Oliver Jowett <[email protected]>
dpkg-buildpackage: info: host architecture armhf
 dpkg-source --before-build .
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p 3.7
I: pybuild base:217: python3.7 setup.py clean
Traceback (most recent call last):
  File "setup.py", line 19, in <module>
    from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'
E: pybuild pybuild:341: clean: plugin distutils failed with: exit code=1: python3.7 setup.py clean
dh_auto_clean: error: pybuild --clean -i python{version} -p 3.7 returned exit code 13
make: *** [debian/rules:10: clean] Error 13
dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2

Since Radarbox also says I need to update my RBFeeder I did so, but it turned out it was already latest version. Am I doing something wrong when compiling?
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on December 16, 2023, 09:02:53 PM
@flygpagen:

For Buster, no need to compile from source-code. The mlat-client package for Buster is available in Radarbox24 repositories, and can very easily be installed by following commands:
Code: [Select]
sudo apt update   

sudo apt install mlat-client 



.
s
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: flygpagen on December 17, 2023, 07:05:11 PM
Thanks for replying, but both my installs have MLAT-failure as reported in this thread also after update/re-install, so I tried the above.
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on December 17, 2023, 09:36:08 PM
Thanks for replying, but both my installs have MLAT-failure as reported in this thread also after update/re-install, so I tried the above.

If you have OS Bullseye or Buster, and mlat-client installed from Radarbox repository by command sudo apt install mlat-client fail, then install mlat-client's package which I have eralier built from source-code and made these avaiable for download and installation from my Github site.

mlat-client-package (https://github.com/abcd567a/mlat-client-package)


.

.
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DesertF0x on February 09, 2024, 08:31:57 AM
Since Radarbox also says I need to update my RBFeeder I did so, but it turned out it was already latest version. Am I doing something wrong when compiling?
No need to compile, just download the package:
Code: [Select]
wget https://github.com/abcd567a/mlat-client-package/releases/download/v1/mlat-client_0.2.11_BUSTER_armhf.deb
Purge the old package
Code: [Select]
sudo apt purge mlat-client
Install the downloaded package
Code: [Select]
sudo dpkg -i mlat-client_0.2.11_BUSTER_armhf.deb
Deaktivate reinstallation on update
Code: [Select]
sudo apt-mark hold  mlat-client
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DesertF0x on February 09, 2024, 08:36:33 AM
Note that the packages are updated only for the latest (current) version of raspbian OS (AKA Bullseye), not for older versions (buster). If we have A LOT of users running older OS's, we can create a package for that.....but my recommendation is to update the operating system.

Let me know if it is OK

Alan

Please update the package for BUSTER, too. This is so much easier than updating to BULLSEYE which might make a complete reinstall necessary.

I ran into this problem twice now and it just steals my time.

Providing the update makes it much easier for people to have their receiver working which should be high priority for RB.
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: Runway 31 on February 09, 2024, 01:21:43 PM
There are no issues with the current MLAT package for Buster.  The reply from me you gave was from 2022 and the MLAT package has been updated since then

Alan
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DesertF0x on February 14, 2024, 09:55:45 AM
I ran into that problem a few days ago when doing a update on my Raspberry Pi and the version in the repo is still 0.2.11 which I downloaded in 2021.
Code: [Select]
$ apt-cache policy mlat-client
mlat-client:
  Installed: 0.2.11
  Candidate: 0.2.11
  Version table:
     0.2.11 500
        500 https://apt.rb24.com buster/main armhf Packages
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on February 14, 2024, 05:37:04 PM

I ran into that problem a few days ago when doing a update on my Raspberry Pi and the version in the repo is still 0.2.11 which I downloaded in 2021.

$ apt-cache policy mlat-client
mlat-client:
  Installed: 0.2.11
  Candidate: 0.2.11
  Version table:
     0.2.11 500
        500 https://apt.rb24.com buster/main armhf Packages



You have Raspberry Pi OS BUSTER, which is too old.
Re-image your microSD card with BULLSEYE (or better with latest BOOKWORM), and install rbfeeder and mlat-client on it. You will get latest version of both.




.

Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DesertF0x on February 15, 2024, 08:37:40 AM
I know that I am on Buster. It is still supported! Not everyone has time to reinstall everything on every new release... .
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: abcd567 on February 15, 2024, 09:04:43 AM
I know that I am on Buster. It is still supported! Not everyone has time to reinstall everything on every new release... .


If you are happy to stay with old OS Buster, then you should also be happy to stay with old version (0.2.11) of mlat-client.

Why are you complaining? What is wrong with mlat-client version 0.2.11?


.
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: DesertF0x on February 19, 2024, 07:08:24 AM
Because the version in the RB Repo is broken, see this thread and especially see here:
Note that the packages are updated only for the latest (current) version of raspbian OS (AKA Bullseye), not for older versions (buster). If we have A LOT of users running older OS's, we can create a package for that.....but my recommendation is to update the operating system.

Let me know if it is OK

Alan
Title: Re: MLAT not working after Raspi update and selecting yes instead of no for rbfeeder
Post by: flygpagen on February 19, 2024, 06:02:52 PM
Thanks for replying, but both my installs have MLAT-failure as reported in this thread also after update/re-install, so I tried the above.

If you have OS Bullseye or Buster, and mlat-client installed from Radarbox repository by command sudo apt install mlat-client fail, then install mlat-client's package which I have eralier built from source-code and made these avaiable for download and installation from my Github site.

mlat-client-package (https://github.com/abcd567a/mlat-client-package)


Thanks, it is now running on both my locations.