Hello,
I have spent a few hours scouring for a solution (temporarily I am using a workaround with --allow-insecure-repositories, which isn't ideal)
To preface everything else here is what I have tried
running `apt update` produces the following results (This used to work as early as the start of this month)
output for `uname -a`output for `lsb_release -a`output for `cat /etc/apt/sources.list`output for `cat /etc/apt/sources.list.d/debian.sources` (There are no other files in /etc/apt/sources.list.d)output for `cat /etc/apt/mirrors/debian.list` (There are no other files in /etc/apt/mirror besides these 2)output for `cat /etc/apt/mirrors/debian-security.list`
I have spent a few hours scouring for a solution (temporarily I am using a workaround with --allow-insecure-repositories, which isn't ideal)
To preface everything else here is what I have tried
- Ensure /bin/sh is a symlink to dash
- reinstall debian-archive-keyring
- verify the .asc files are present and not expired
- use rsync to try and update keys
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys {KEYS} (I didn't want to do this, but it left the keys unchanged anyway
running `apt update` produces the following results (This used to work as early as the start of this month)
Code:
Get:1 file:/etc/apt/mirrors/debian.list Mirrorlist [30 B]Get:2 file:/etc/apt/mirrors/debian-security.list Mirrorlist [39 B]Hit:3 https://deb.debian.org/debian bookworm InReleaseHit:4 https://deb.debian.org/debian bookworm-updates InReleaseHit:5 https://deb.debian.org/debian bookworm-backports InReleaseGet:6 https://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]Err:6 https://deb.debian.org/debian-security bookworm-security InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54404762BBB6E853 NO_PUBKEY BDE6D2B9216EC7A8Reading package lists... DoneW: GPG error: https://deb.debian.org/debian-security bookworm-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54404762BBB6E853 NO_PUBKEY BDE6D2B9216EC7A8E: The repository 'mirror+file:/etc/apt/mirrors/debian-security.list bookworm-security InRelease' is not signed.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.
output for `uname -a`
Code:
Linux server.tld 6.1.0-20-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux
Code:
No LSB modules are available.Distributor ID: DebianDescription: Debian GNU/Linux 12 (bookworm)Release: 12Codename: bookworm
Code:
# See /etc/apt/sources.list.d/debian.sources
Code:
Types: deb deb-srcURIs: mirror+file:///etc/apt/mirrors/debian.listSuites: bookworm bookworm-updates bookworm-backportsComponents: main contribSigned-By: /usr/share/keyrings/debian-archive-keyring.gpgTypes: deb deb-srcURIs: mirror+file:///etc/apt/mirrors/debian-security.listSuites: bookworm-securityComponents: main contribSigned-By: /usr/share/keyring/debian-archive-keyring.gpg
Code:
https://deb.debian.org/debian
Code:
https://deb.debian.org/debian-security
Statistics: Posted by grammargrill — 2024-04-24 19:55 — Replies 1 — Views 54