problem

paolo Beldi

Member
Jan 23, 2022
1
0
21
61
()

i have subscription but when try launh apt update

starting apt-get update
Hit:1 http://ftp.it.debian.org/debian trixie InRelease
Hit:2 http://ftp.it.debian.org/debian trixie-updates InRelease
Hit:3 http://download.proxmox.com/debian/pbs trixie InRelease
Err:4 https://enterprise.proxmox.com/debian/pbs trixie InRelease
401 Unauthorized [IP: 45.144.208.36 443]
Hit:5 https://enterprise.proxmox.com/debian/pve trixie InRelease
Reading package lists...
E: Failed to fetch https://enterprise.proxmox.com/debian/pbs/dists/trixie/InRelease 401 Unauthorized [IP: 45.144.208.36 443]
E: The repository 'https://enterprise.proxmox.com/debian/pbs trixie InRelease' is not signed.
W: Target Packages (pve-enterprise/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/pve-enterprise.list:1 and /etc/apt/sources.list.d/pve-enterprise.sources:1
W: Target Packages (pve-enterprise/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/pve-enterprise.list:1 and /etc/apt/sources.list.d/pve-enterprise.sources:1
W: Target Translations (pve-enterprise/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/pve-enterprise.list:1 and /etc/apt/sources.list.d/pve-enterprise.sources:1
W: Target Packages (pve-enterprise/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/pve-enterprise.list:1 and /etc/apt/sources.list.d/pve-enterprise.sources:1
W: Target Packages (pve-enterprise/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/pve-enterprise.list:1 and /etc/apt/sources.list.d/pve-enterprise.sources:1
W: Target Translations (pve-enterprise/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/pve-enterprise.list:1 and /etc/apt/sources.list.d/pve-enterprise.sources:1
TASK ERROR: command 'apt-get update' failed: exit code 100
 
Please put more effort into your posts. A proper title and code blocks for command outputs/logs are a bare minimum. To fix the duplicate try
Bash:
rm -f /etc/apt/sources.list.d/pve-enterprise.list
apt update
Make sure your subscription is configured to get rid of that unauthorized message.
 
Last edited:
  • Like
Reactions: UdoB