Error with update

WhiteTiger

Member
May 16, 2020
86
3
13
Italy
From the Web Console, when I launch the update this appears, with errors.
I have just installed Proxmox, I am still configuring it and I have not made any subscriptions.
So I can understand if there are no updates related to the Enterprise version.
However, I want to know if there will still be updates for Debian.
Are there any Proxmox updates without a subscription?

Code:
starting apt-get update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Err:4 https://enterprise.proxmox.com/debian/pve buster InRelease
  401  Unauthorized [IP: 212.224.123.70 443]
Get:5 http://download.proxmox.com/debian/pve buster InRelease [3051 B]
Reading package lists...
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.
TASK ERROR: command 'apt-get update' failed: exit code 100
 
Please read our wiki [1] :)

In short you can use subscription source if you have subscription [2]

[1] https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_test_repo
[2] https://www.proxmox.com/en/proxmox-ve/pricing

I read the Wiki, including the two pages reported.
As I wrote above, what I didn't understand is if without a subscription I don't have any updates, not even those from Debian.
If I can download the updates, then I didn't understand this error either
TASK ERROR: command 'apt-get update' failed: exit code 100

Then, of course, I may also have read the Wiki wrong and not understood it.
 
Hi,

As I wrote above, what I didn't understand is if without a subscription I don't have any updates, not even those from Debian.

No, you will get all updates from PVE and Debian as well

If I can download the updates, then I didn't understand this error either
TASK ERROR: command 'apt-get update' failed: exit code 100

Please post full output of command:
apt update && apt upgrade -y
 
From the Web Console, when I launch the update this appears, with errors.
I have just installed Proxmox, I am still configuring it and I have not made any subscriptions.
So I can understand if there are no updates related to the Enterprise version.
However, I want to know if there will still be updates for Debian.
Are there any Proxmox updates without a subscription?

Code:
starting apt-get update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Err:4 https://enterprise.proxmox.com/debian/pve buster InRelease
  401  Unauthorized [IP: 212.224.123.70 443]
Get:5 http://download.proxmox.com/debian/pve buster InRelease [3051 B]
Reading package lists...
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.
TASK ERROR: command 'apt-get update' failed: exit code 100

You need to comment the repo in
Code:
/etc/apt/sources.list.d/

then you can update
 
Last edited: