Suddenly happened after du a few hours ago; first ever event of this kind from using siduction as long as it existed.
jyp# apt update
Hit:1 http://deb.debian.org/debian unstable InRelease
Hit:2 https://packages.siduction.org/fixes unstable InRelease
Err:2 https://packages.siduction.org/fixes unstable InRelease
The following signatures were invalid: EXPKEYSIG 15CBD88045C45076 Siduction Repository (The Siduction Repository) <repository@siduction.org>
Hit:3 http://ftp.uni-stuttgart.de/siduction/extra unstable InRelease
Err:3 http://ftp.uni-stuttgart.de/siduction/extra unstable InRelease
The following signatures were invalid: EXPKEYSIG 15CBD88045C45076 Siduction Repository (The Siduction Repository) <repository@siduction.org>
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.siduction.org/fixes unstable InRelease: The following signatures were invalid: EXPKEYSIG 15CBD88045C45076 Siduction Repository (The Siduction Repository) <repository@siduction.org>
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.uni-stuttgart.de/siduction/extra unstable InRelease: The following signatures were invalid: EXPKEYSIG 15CBD88045C45076 Siduction Repository (The Siduction Repository) <repository@siduction.org>
W: Failed to fetch http://ftp.uni-stuttgart.de/siduction/extra/dists/unstable/InRelease The following signatures were invalid: EXPKEYSIG 15CBD88045C45076 Siduction Repository (The Siduction Repository) <repository@siduction.org>
W: Failed to fetch https://packages.siduction.org/fixes/dists/unstable/InRelease The following signatures were invalid: EXPKEYSIG 15CBD88045C45076 Siduction Repository (The Siduction Repository) <repository@siduction.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
I suppose that we have to wait a bit.
Thanks
Hi
I can confirm the error. Same Problem
Balou
The GPG key of the repo expired today. It's being worked on. Patience ;)
as always good work thank you very much :)
Balou
After 10 years, the siduction repo GPG key suddenly expired yesterday. Most of us would need a workaround to get the updated siduction-archive-keyring. There seem two ways so far, either manually getting and installing the .deb or telling apt to trust the 'unsecure' repo once, both as root:
Nach 10 Jahren ist gestern plötzlich der GPG-Key vom Repo abgelaufen. Die meisten werden wohl eine der beiden folgenden Lösungen ausprobieren müssen, um das aktualisierte Paket siduction-archive-keyring zu erhalten, entweder .deb herunterladen und manuell installieren oder apt einmalig das 'unsichere' repo erlauben:
1) wget and install
wget https://packages.siduction.org/extra/pool/main/s/siduction-archive-keyring/siduction-archive-keyring_2021.09.16_all.deb && apt install ./siduction-archive-keyring_2021.09.16_all.deb
2) apt allow insecure
rm /var/lib/apt/lists/packages.siduction.org_* && apt -o Acquire::AllowInsecureRepositories=true update && apt install siduction-archive-keyring
(confirm with y)
Both are not well tested yet, VOLUNTEERS, PLEASE TEST THIS ;) and confirm here
Edit: ^^ 10 hours later both ways are reported to work ^^
wget https://packages.siduction.org/extra/pool/main/s/siduction-archive-keyring/siduction-archive-keyring_2021.09.16_all.deb && apt install ./siduction-archive-keyring_2021.09.16_all.deb works. apt update runs without error and a dist-upgrade brought me a new kernel. Thanks!
wget https://packages.siduction.org/extra/pool/main/s/siduction-archive-keyring/siduction-archive-keyring_2021.09.16_all.deb && apt install ./siduction-archive-keyring_2021.09.16_all.deb funktioniert. apt update lief ohne Fehlermeldungen durch und ein dist-upgrade brachte mir einen neuen Kernel. Danke!
Zitat2) apt allow insecure
works too / funktioniert auch
Zitat von: der_bud1) wget and install
done / ok auch hier
all good with me too
thanks as always
1) wget and install
done, alles okay
danke
Balou
Zitat1) wget and install
funzt.
Working again. Thanks!
A few minutes ago, I got a serious warning after running <apt update>
jyp# apt update
Reading package lists... Done
E: Could not get lock /var/lib/apt/lists/lock. It is held by process 1325 (packagekitd)
N: Be aware that removing the lock file is not a solution and may break your system.
E: Unable to lock directory /var/lib/apt/lists/
But after applying the suggested cure (wget + install) everything ran smoothly.
Thanks a lot again for the outstanding work.
jyp
wget and install runs fine
It seems the install iso's are failing due to the same problem. It's listing out errors trying to reach siduction repos. I tried to wget and then install, that didn't help. Any suggestions?
Zitat von: GoinEasy9It's listing our errors trying to reach siduction repos.
Yes, that is the error output. Copy der_bud's wget command and paste it into a root terminal, and that should fix it -- it worked on 4 systems here, even though it ends with what looks like a permissions error.
testbuilds.siduction.org (http://testbuilds.siduction.org)
There you find a new set of isos, which have the valid repo-keys preinstallad.
Thanks towo
Downloading now, I'll let you all know how it works out.
Edit: The iso listed by towo in the previous post works.
1) wget and install
done, alles okay, thank you ;D
Thank you, I have been wracking my brain as to how to sort out this problem as in the 16 years I have been using siduction, and its previous entities, all the problems I have encountered have been of my own making. I finally did the sensible thing and searched the forum, and thank you, 'wget install' has worked for me too. 8)