Dear all,
I had quite some years of experience with managing a large proxmox environment, however I stumble accross a stupid error I encountered for a simple lab setup of my new employer.
I setup a clean server with version 8.1. Everything works fine so far, however after adding the Proxmox no-subscription repository to the apt configuration and removing the enterprise repo, I fail to update the package lists.
Updating the package lists with 'apt-get update' leads to an error I cannot explain. Found similar entries in the forum, however most of the time, the issue were people with the enterprise repo configured, trying to update (HTTP 401). This is not the case in my setup.
EDIT: I verified, that the proxmox-release-bookworm.gpg key is in place in /etc/apt/trusted.gpg.d/ . Also tried to re-download the keyfile, but nothing changed regarding the problem.
Also manually trying to download http://download.proxmox.com/debian/pve/dists/bookworm/InRelease on the server via wget works fine.
Anyone stumbled accross a similar issue? There are no firewall restrictions in place, as far as I know, that could explain the issue. The repository configuration is as follows:
The ceph and enterprise repository definition in /etc/apt/sources.list.d/ were deleted by me. Any help is appreciated!
I had quite some years of experience with managing a large proxmox environment, however I stumble accross a stupid error I encountered for a simple lab setup of my new employer.
I setup a clean server with version 8.1. Everything works fine so far, however after adding the Proxmox no-subscription repository to the apt configuration and removing the enterprise repo, I fail to update the package lists.
Updating the package lists with 'apt-get update' leads to an error I cannot explain. Found similar entries in the forum, however most of the time, the issue were people with the enterprise repo configured, trying to update (HTTP 401). This is not the case in my setup.
Code:
E: Failed to fetch http://download.proxmox.com/debian/pve/dists/bookworm/InRelease 403 Forbidden [IP: 185.219.221.167 80]
E: The repository 'http://download.proxmox.com/debian/pve bookworm 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.
EDIT: I verified, that the proxmox-release-bookworm.gpg key is in place in /etc/apt/trusted.gpg.d/ . Also tried to re-download the keyfile, but nothing changed regarding the problem.
Also manually trying to download http://download.proxmox.com/debian/pve/dists/bookworm/InRelease on the server via wget works fine.
Anyone stumbled accross a similar issue? There are no firewall restrictions in place, as far as I know, that could explain the issue. The repository configuration is as follows:
Code:
deb https://deb.debian.org/debian bookworm main contrib
deb https://deb.debian.org/debian bookworm-updates main contrib
# security updates
deb https://security.debian.org/debian-security bookworm-security main contrib
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
The ceph and enterprise repository definition in /etc/apt/sources.list.d/ were deleted by me. Any help is appreciated!
Last edited: