gives a solution that no longer works: apt-key is now deprecated.
root@satnogs:/home/satnogs# apt-key --keyring /etc/apt/trusted.gpg add < k
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
thank you for offering to fix the documentation! Unfortunately the SatNOGS wiki login is broken for an embarrassingly long time, so editing is not possible. But it should be fixed in a few days and I’ll post an update here once it is done.
Beyond that, starting with the SatNOGS Image 2023111400 the “Invalid signature” error should not be possible to trigger anymore (until 2025 if there is no release made in the meantime). Since the wiki can’t be edited currently we don’t link to this latest release yet, thus leading to this bug still being visible.
The SatNOGS wiki login is fixed now, so you should be able to edit the document directly by following this link (assuming you are logged-in): Troubleshooting - SatNOGS Wiki
I’ve also updated the documentation to link to the latest SatNOGS Image release, thus new station operators wont get the apt-key deprecation warning anymore.
I haven’t had my ground station up for over a year and I decided to get it back up and running.
I am getting the signatures were invalid error when I do a sudo apt update
I run through the steps above and I get this error after the second command line:
pi@raspberrypi:~ $ wget -qO - http://download.opensuse.org/repositories/home:/librespace:/satnogs-unstable/Raspbian_10/Release.key > k
pi@raspberrypi:~ $ gpg --no-default-keyring --keyring ./temp-keyring.gpg --import k
gpg: keybox './temp-keyring.gpg' created
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
I opened the “k” file with nano and there is nothing there.
That is because the old old stable Raspbian 10 was dropped some time ago, the old stable Debian 11 is still around and we’re moving to stable Debian 12 now.
dist upgrading has a low success rate, so backing up the config and starting with a fresh image is the recommended way iirc.
Thanks for the reply, I think I accidentally fixed it by running sudo satnogs-setup, update, apply, and reboot. It did a lot of activity after the apply for about 5 minutes. After reboot, I ran sudo apt update and had no errors.