Hi all! I'm new to Proxmox. I'm running a no subscribe version 6.1.3
Every night I have this error: TASK ERROR: command 'apt-get update' failed: exit code 100
So I check this document: https://pve.proxmox.com/wiki/Package_Repositories
I delete the file in
and set with nano
If I run a refresh in the updates page I always have these errors:
What can I do?
Thank you very much!
Simone
Every night I have this error: TASK ERROR: command 'apt-get update' failed: exit code 100
So I check this document: https://pve.proxmox.com/wiki/Package_Repositories
I delete the file in
/etc/apt/sources.list.d/pve-enterprise.list
and set with nano
/etc/apt/sources.list
as follow:
Code:
deb http://ftp.debian.org/debian buster main contrib
deb http://ftp.debian.org/debian buster-updates main contrib
# 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
# security updates
deb http://security.debian.org/debian-security buster/updates main contrib
If I run a refresh in the updates page I always have these errors:
Code:
starting apt-get update
Err:1 http://ftp.debian.org/debian buster InRelease
Temporary failure resolving 'ftp.debian.org'
Err:2 http://download.proxmox.com/debian/pve buster InRelease
Temporary failure resolving 'download.proxmox.com'
Err:3 http://security.debian.org/debian-security buster/updates InRelease
Temporary failure resolving 'security.debian.org'
Err:4 http://ftp.debian.org/debian buster-updates InRelease
Temporary failure resolving 'ftp.debian.org'
Reading package lists...
W: Failed to fetch http://ftp.debian.org/debian/dists/buster/InRelease Temporary failure resolving 'ftp.debian.org'
W: Failed to fetch http://ftp.debian.org/debian/dists/buster-updates/InRelease Temporary failure resolving 'ftp.debian.org'
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/buster/InRelease Temporary failure resolving 'download.proxmox.com'
W: Failed to fetch http://security.debian.org/debian-security/dists/buster/updates/InRelease Temporary failure resolving 'security.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
TASK OK
What can I do?
Thank you very much!
Simone