rbfeeder unable to locate error

Started by jstutman, July 04, 2019, 02:30:13 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jstutman

Following these instructions.

radarbox24.com/raspberry-pi/guide

after I run the command


sudo bash -c "$(wget -O - rb24/inst_rbfeeder.sh)"


I get the following error:

E: Unable to locate package rbfeeder

imgur./a/pRCwUpX

*I apparently have to edit all of the url's cause it thinks I am spam.

jstutman


abcd567

#2

sudo apt-get update
sudo apt-get install rbfeeder


After last command it may ask  "...not authenticated. Install without authentication?".
Press y key (for yes) and then press Enter key.

When installtion completes, gives these two commands

sudo systemctl restart rbfeeder
sudo systemctl status rbfeeder


jstutman

#3
Thanks. I had to install apt-transport-https first but then following your additional commands got me all taken care of.

Next issue is trying to install MLAT as the station says it is not configured.

https://www.radarbox24.com/stations/EXTRPI001115

This is the error I get when trying to install the mlay-client

https://imgur.com/a/floaqtf

also MLAT is configured for piaware.
https://flightaware.com/adsb/stats/user/jstutman#stats-41947

wiedehopf

Show

cat /etc/os-release | grep -i pretty

Probably you are on an older system.
So you can probably get the current piaware sd-card image and fix it like that.

Or try:
sudo apt update
sudo apt dist-upgrade

That may fix the problem.


Or you can compile the mlat-client from source:
https://github.com/mutability/mlat-client

abcd567

Quote from: jstutman on July 04, 2019, 04:42:48 AM

This is the error I get when trying to install the mlay-client

https://imgur.com/a/floaqtf


I got exactly same problem on Raspbian Buster. Seems you are also using Raspbian Buster. Here is the solution I posted yesterday:

https://www.airnavsystems.com/forum/index.php?topic=101771.msg407051#msg407051

wiedehopf

Read the message more closely, his python version is 3.4, but mlat-client needs >= 3.5
Your python version is 3.7 but mlat client needs < 3.6

So in essence the precompiled version needs version 3.5

Basically you need to either run Raspbian Stretch or compile mlat-client yourself.