RBFeeder Update Fails

Started by bigchin67, February 09, 2024, 08:10:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bigchin67

When I check my rbfeed site https://www.radarbox.com/stations/EXTRPI004512 I get a message that my RBFeed needs updating on my Raspberry Pi.
When I run sudo apt-get update I see the following error:

Hit:5 https://apt.rb24.com buster InRelease
Err:5 https://apt.rb24.com buster InRelease
  The following signatures were invalid: EXPKEYSIG F2A8428D3C354953 AirNav Systems <[email protected]>
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://apt.rb24.com buster InRelease: The following signatures were invalid: EXPKEYSIG F2A8428D3C354953 AirNav Systems <jceara @  airnavsystems.com>
W: Failed to fetch https://apt.rb24.com/dists/buster/InRelease  The following signatures were invalid: EXPKEYSIG F2A8428D3C354953 AirNav Systems <jceara  @  airnavsystems.com>
W: Some index files failed to download. They have been ignored, or old ones used instead.


I can't update and my feed seems to be down. Anyone got ideas?

Patrius


abcd567

#2
Quote from: bigchin67 on February 09, 2024, 08:10:33 AM
When I run sudo apt-get update I see the following error:

Hit:5 https://apt.rb24.com buster InRelease
Err:5 https://apt.rb24.com buster InRelease
  The following signatures were invalid: EXPKEYSIG F2A8428D3C354953 AirNav Systems <[email protected]>

I can't update and my feed seems to be down. Anyone got ideas?


Try this


gpg --keyserver keyserver.ubuntu.com --recv-keys F2A8428D3C354953   

gpg --export --armor F2A8428D3C354953 | sudo apt-key add -   



CAUTION: In the last command above, do not miss the minus ( - ) sign at the end after word "add"

NEXT:


sudo apt-get update   

sudo apt-get install rbfeeder   












G6LSD


bigchin67

I ended up doing a complete rebuild of my Pi OS and installed Bookworm after Radarbox support told me that buster is old and should be upgraded.

PiAware installed on Bookworm no problem.
FR24Feed works OK, taking the network feed from dump1090-fa

When installing RBFeeder I still needed to follow abcd567's instructions above to get the gpg key fix but after that it worked.
RadarBox doesn't have a Bookworm package so I followed instructions again from abcd567 here to install a bullseye build: https://forum.radarbox24.com/index.php?topic=107991.0

Now all 3 feeds are up and running on Bookworm. Kudos to @abcd567

Patrius

Thank you that worked.
(I cannot quote message says something like forbidden  install javascript ???)

Popeye

Quote from: G6LSD on February 10, 2024, 05:30:57 PM
Hi,

It worked for me!

Thank you
Perfect Worked like a charm!!!Thank you .
Needed also  to do systemctl daemon-reload and all worked well!