Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: Isegrimm666 on 2025/01/23, 19:10:12

Title: [HINWEIS] apt update heute mit 'Notice' (DEB822-Format incoming ?)
Post by: Isegrimm666 on 2025/01/23, 19:10:12
Hallo zusammen ...

... bei einem eben durchgeführten apt-update erhielt ich folgende 'Notice':


Notice: Fehlendes Signed-By im Eintrag sources.list(5) für »https://deb.debian.org/debian«
Notice: Fehlendes Signed-By im Eintrag sources.list(5) für »https://ftp.gwdg.de/pub/linux/siduction/extra«
Notice: Fehlendes Signed-By im Eintrag sources.list(5) für »https://packages.siduction.org/fixes«
Notice: Consider migrating all sources.list(5) entries to the deb822 .sources format
Notice: The deb822 .sources format supports both embedded as well as external OpenPGP keys
Notice: See apt-secure(7) for best practices in configuring repository signing.


Bei einer Recherche im Netz stieß ich auf folgenden Foren-Eintrag (letzter Eintrag von heute) dazu:

https://debianforum.de/forum/viewtopic.php?t=191405 (https://debianforum.de/forum/viewtopic.php?t=191405)

Offensichtlich findet apt derzeit die Schlüssel nicht, da als 'Workaround' ein Voranstellen eines Verweises auf den Speicherort des Schlüssels vorgeschlagen wird:


deb [ signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware


Ich denke, da kommt jetzt was größeres mit 'apt-secure' auf uns zu :)

Hat schon jemand ähnliche Erfahrungen gemacht?
Title: Re: [HINWEIS] apt update heute mit 'Notice' (DEB822-Format incoming ?)
Post by: towo on 2025/01/23, 19:13:02
Da steht nirgendwo, dass apt den Schlüssel nicht findet! Also bitte keinen Unsinn verbreiten.

Und btw, es gibt schon einen Thread hier im Forum zu diesem Thema!
Title: Re: [HINWEIS] apt update heute mit 'Notice' (DEB822-Format incoming ?)
Post by: Isegrimm666 on 2025/01/23, 19:23:26
Den Thread hatte ich in der Suche nicht gefunden, sorry.

('ne Verlinkung auf den Thread wäre jetzt nicht schlecht gewesen)
Title: Re: [HINWEIS] apt update heute mit 'Notice' (DEB822-Format incoming ?)
Post by: hendrikL on 2025/01/23, 19:42:03
https://forum.siduction.org/index.php?topic=9606.0
Title: Re: [HINWEIS] apt update heute mit 'Notice' (DEB822-Format incoming ?)
Post by: Isegrimm666 on 2025/01/23, 19:51:23
Quote from: hendrikL on 2025/01/23, 19:42:03
https://forum.siduction.org/index.php?topic=9606.0

Recht herzlichen Dank :)

(Ich hab ihn vorhin echt nicht gefunden)
Title: Re: [HINWEIS] apt update heute mit 'Notice' (DEB822-Format incoming ?)
Post by: ValdiK2 on 2025/03/15, 18:39:04
Quote from: Isegrimm666 on 2025/01/23, 19:10:12
Hallo zusammen ...

... bei einem eben durchgeführten apt-update erhielt ich folgende 'Notice':


Notice: Fehlendes Signed-By im Eintrag sources.list(5) für »https://deb.debian.org/debian«
Notice: Fehlendes Signed-By im Eintrag sources.list(5) für »https://ftp.gwdg.de/pub/linux/siduction/extra«
Notice: Fehlendes Signed-By im Eintrag sources.list(5) für »https://packages.siduction.org/fixes«
Notice: Consider migrating all sources.list(5) entries to the deb822 .sources format
Notice: The deb822 .sources format supports both embedded as well as external OpenPGP keys
Notice: See apt-secure(7) for best practices in configuring repository signing.


Bei einer Recherche im Netz stieß ich auf folgenden Foren-Eintrag (letzter Eintrag von heute) dazu:

https://debianforum.de/forum/viewtopic.php?t=191405 (https://debianforum.de/forum/viewtopic.php?t=191405)

Offensichtlich findet apt derzeit die Schlüssel nicht, da als 'Workaround' ein Voranstellen eines Verweises auf den Speicherort des Schlüssels vorgeschlagen wird:


deb [ signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware


Ich denke, (https://odpisz.net.pl/) da kommt jetzt was größeres mit 'apt-secure' auf uns zu :)

Hat schon jemand ähnliche Erfahrungen gemacht?
Ja, ich hatte das gleiche Problem. Die "Missing Signed-By"-Meldung trat auf, weil apt die Schlüssel für die Repositories nicht finden konnte. Die Lösung, den Verweis auf den Speicherort des Schlüssels wie `signed-by=/usr/share/keyrings/debian-archive-keyring.gpg` in der sources.list hinzuzufügen, hat bei mir funktioniert. Es scheint, dass apt-secure hier größere Änderungen mit sich bringt. Es ist gut, das im Auge zu behalten, da es in Zukunft vielleicht noch weitere Anpassungen erfordert.