Ok, just installed FR24, working fine and Dump1090 on local IP :8080
receiver="dvbt"
fr24key="xxxxxxx"
path="/usr/lib/fr24/dump1090"
bs="yes"
raw="no"
logmode="0"
procargs="--net --net-http-port 8080"
logpath="/var/log/fr24feed"
mlat="yes"
mlat-without-gps="yes"
But get the following from rb24 result:
pi@raspberrypi:~ $ cat /etc/rbfeeder.ini
cat: /etc/rbfeeder.ini: No such file or directory
pi@raspberrypi:~ $ sudo rbfeeder --showkey
sudo: rbfeeder: command not found
pi@raspberrypi:~ $ sudo systemctl restart rbfeeder
Failed to restart rbfeeder.service: Unit rbfeeder.service not found.
This is the same as where I got to last weekend, which prompted my first question. The install log is as follows:
pi@raspberrypi:~ $ sudo bash -c "$(wget -O -
http://apt.rb24.com/inst_rbfeeder.sh)"
--2018-04-13 18:48:00--
http://apt.rb24.com/inst_rbfeeder.shResolving apt.rb24.com (apt.rb24.com)... 104.25.103.118, 104.25.104.118, 2400:cb00:2048:1::6819:6876, ...
Connecting to apt.rb24.com (apt.rb24.com)|104.25.103.118|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1753 (1.7K) [text/x-sh]
Saving to: ‘STDOUT’
- 100%[===================>] 1.71K --.-KB/s in 0s
2018-04-13 18:48:00 (30.6 MB/s) - written to stdout [1753/1753]
Get:1
http://mirrordirector.raspbian.org/raspbian stretch InRelease [15.0 kB]
Get:2
http://archive.raspberrypi.org/debian stretch InRelease [25.3 kB]
Get:3
http://repo.feed.flightradar24.com flightradar24 InRelease [13.0 kB]
Get:4
http://mirrordirector.raspbian.org/raspbian stretch/main armhf Packages [11.7 MB]
Get:5
http://repo.feed.flightradar24.com flightradar24/raspberrypi-stable armhf Packages [605 B]
Get:6
http://archive.raspberrypi.org/debian stretch/main armhf Packages [145 kB]
Get:7
http://mirrordirector.raspbian.org/raspbian stretch/contrib armhf Packages [56.8 kB]
Get:8
http://archive.raspberrypi.org/debian stretch/ui armhf Packages [28.2 kB]
Fetched 11.9 MB in 24s (496 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
dirmngr is already the newest version (2.1.18-8~deb9u1).
0 upgraded, 0 newly installed, 0 to remove and 84 not upgraded.
Executing: /tmp/apt-key-gpghome.XARqrDQIeF/gpg.1.sh --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 1D043681
gpg: keyserver receive failed: Cannot assign requested address
Hit:1
http://archive.raspberrypi.org/debian stretch InRelease
Hit:2
http://mirrordirector.raspbian.org/raspbian stretch InRelease
Hit:3
http://repo.feed.flightradar24.com flightradar24 InRelease
Get:4
https://apt.rb24.com rpi-stable InRelease [3,812 B]
Ign:4
https://apt.rb24.com rpi-stable InRelease
Get:5
https://apt.rb24.com rpi-stable/main armhf Packages [499 B]
Fetched 4,311 B in 3s (1,338 B/s)
Reading package lists... Done
W: GPG error:
https://apt.rb24.com rpi-stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F2A8428D3C354953
W: The repository '
https://apt.rb24.com rpi-stable InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
rbfeeder
0 upgraded, 1 newly installed, 0 to remove and 84 not upgraded.
Need to get 78.1 kB of archives.
After this operation, 204 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
rbfeeder
E: There were unauthenticated packages and -y was used without --allow-unauthenticated
!!!! IMPORTANT !!!!
By default, RBFeeder is configured to connect to your local dump1090 instance (localhost,
port 30005). If you want to use a USB RTL-SDR dongle instead, please run this command:
sudo rbfeeder --set-network-mode off --no-start
Then, restart the daemon:
sudo systemctl restart rbfeeder
After a few seconds, RBFeeder will connect to the AirNav servers and you can view your
sharing-key with this command:
sudo rbfeeder --showkey
If you already have a sharing-key from preivous a installation, you can set the same
key using this command:
sudo rbfeeder --setkey ‹your sharing key›
Installation finished.
Looks like the RB24 software failed to install but I have no idea why not ??
I need to go out now, so I'll check back for your answers first thing in the morning (UK Time)