Hi all, this has been a problem that I have seen in the logs for various versions of proxmox.
Task error apt-get update failed exit 100.... bla bla....
Its because I don't have a subscription for the enterprise repo. But this is a default install and I have not added the enterprise repo, only no sub. See my sources.list and apt-get command below.
Task error apt-get update failed exit 100.... bla bla....
Its because I don't have a subscription for the enterprise repo. But this is a default install and I have not added the enterprise repo, only no sub. See my sources.list and apt-get command below.
root@proxmox01:~# cat /etc/apt/sources.list
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
deb http://ftp.uk.debian.org/debian buster main contrib
deb http://ftp.uk.debian.org/debian buster-updates main contrib
# security updates
deb http://security.debian.org buster/updates main contrib
root@proxmox01:~# apt-get update
Hit:1 http://ftp.uk.debian.org/debian buster InRelease
Get:2 http://ftp.uk.debian.org/debian buster-updates InRelease [49.3 kB]
Get:3 http://security.debian.org buster/updates InRelease [65.4 kB]
Get:4 http://download.proxmox.com/debian/pve buster InRelease [3,051 B]
Err:5 https://enterprise.proxmox.com/debian/pve buster InRelease
401 Unauthorized [IP: 212.224.123.70 443]
Reading package lists... Done
E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease 401 Unauthorized [IP: 212.224.123.70 443]
E: The repository 'https://enterprise.proxmox.com/debian/pve buster 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.