Repository No Longer Signed

I am running flight aware on a Raspberry Pi under the latest version of Bookworm. When checking for updates to day I get -

E: The repository ‘http://flightaware.com/adsb/piaware/files/packages bookworm InRelease’ is no longer signed.

I don’t want to update to Trixie as there is some other stuff running on the Pi needs Bookworm.

Sorted!!

it should be HTTPS:// and not HTTP://

I’m getting this too. Where do I make the correction? Thanks!

for me it was in /etc/apt/sources.list.d/flightaware-apt-repository.list (This was an old Bullseye build)

Hi

Go to /etc/apt/sources.list.d

And then

sudo nano flightaware-apt-repository.list

and change the http to https

I’m running Bullseye on Linux Mint. Here’s the list of files from /etc/apt/sources.list.d. No flightaware-apt-repository.list

joe@adsb1:/etc/apt/sources.list.d$ less /etc/debian_version
bullseye/sid
joe@adsb1:/etc/apt/sources.list.d$ ls
abcd567a.list  
google-chrome.list   
official-package-repositories.list
fr24feed.list  microsoft-prod.list  
remmina-ppa-team-remmina-next-focal.list

But I was mistaken. This is actually the error I got. Sorry for the confusion.

Reading package lists... Done
E: The repository 'http://mirrors.advancedhosters.com/linuxmint/packages ulyssa Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://raw.githubusercontent.com/abcd567a/ubuntu20/master ./ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 567C8E727E236610

Your version of Linux Mint is no longer supported:

1 Like

Okay, thanks. I didn’t realize that. Time to upgrade.

1 Like

Hi there! So I did this, and still get the error message referring to the http:// URL being used. Am I missing a step?

root@piaware:/etc/apt/sources.list.d# cat /etc/apt/sources.list.d/flightaware-apt-repository.list 
# This file is automatically generated by the flightaware-apt-repository package
# to point to the correct FlightAware repository for the currently installed Debian OS.
# Any changes made to this file will be lost when flightaware-apt-repository is reconfigured.
#
# To disable generation of this file:
#   purge the flightaware-apt-repository package; or
#   set ENABLED=no in /etc/default/flightaware-apt-repository; or
#   rename this file to /etc/apt/sources.list.d/flightaware-apt-repository.list.disabled

deb [ signed-by=/usr/share/keyrings/flightaware-archive-keyring.gpg ] https://flightaware.com/adsb/piaware/files/packages bullseye piaware
root@piaware:/etc/apt/sources.list.d# 

Worked for me. Error 520 is gone.

1 Like