My first Post in this Forum:
I am running proxmox 6.8.12-4-pve (ISO installation) when adding this:
OUTPUT# cat /etc/debian_version
12.8
I got different errors:
- GPG error:
http://download.proxmox.com/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
- The repository '
http://download.proxmox.com/debian stretch InRelease' is not signed.
- Could not open the repository section in Proxmox Management with error (500)
at the ende, the fix for me was to rename the os-release file:
Inside this file was a PGP-Key???
I think something went wron, during an update, modification or by a personal misstake from me
so I did:
# mv /etc/os-release /etc/os-release_backup
then generate a new file with:
# nano /etc/os-release
and paste the actual bookworm infos in it:
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Saving by
STRG(CTRL) + O
ENTER
STRG(CTRL) + X
reboot and give the standart update-upgrade-autoremove a go:
# reboot
# apt-get update && apt-get upgrade -y && apt autoremove -y
after that, you maybe have to disable the https enterprise repos again.
But updates are available again and the repositories are manageable again in Proxmox website