For the past five days, I have been trying to work with containers on Proxmox without success. Despite having the latest firmware, I've attempted multiple troubleshooting steps, I've tried installing Docker and Curl, updating and upgrading, changing the name server, and modifying the source.list. Unfortunately, none of these solutions have yielded positive results. I've run all the required commands, but I'm still encountering issues.
I've change the source.list too
versions of the distribution.
deb http://archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ focal main resuricted
## Major bug fix updates produced after the final release of the ## distribution.
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted #deb-src http://archive.ubuntu.com/ubuntu/focal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http: //archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://archive.ubuntu.com/ubuntu/ focal universe
deb http://archive.ubuntu.com/ubuntu/focal-updates universe #deb-src http://archive.ubuntu.com/uburtu/ Focal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team.
deb http: //archive.ubuntu.com/ubuntu/ focal multiverse
and I also ran these commands and nothing.
sed -i 's/buster\/updates/bullseye-security/g;s/buster/bullseye/g' /etc/apt/sources.list
echo deb [arch=amd64]
http://download.proxmox.com/debian/pve
bullseye pve-no-subscription > /etc/apt/sources.list.d/pve-install-repo.list
apt clean && apt update && apt dist-upgrade
/etc/apt/sources.list.d/trusted.gpg.d/pro xmox-release-bullseye.gg
pveam update
I've change the source.list too
versions of the distribution.
deb http://archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ focal main resuricted
## Major bug fix updates produced after the final release of the ## distribution.
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted #deb-src http://archive.ubuntu.com/ubuntu/focal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http: //archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://archive.ubuntu.com/ubuntu/ focal universe
deb http://archive.ubuntu.com/ubuntu/focal-updates universe #deb-src http://archive.ubuntu.com/uburtu/ Focal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team.
deb http: //archive.ubuntu.com/ubuntu/ focal multiverse
and I also ran these commands and nothing.
sed -i 's/buster\/updates/bullseye-security/g;s/buster/bullseye/g' /etc/apt/sources.list
echo deb [arch=amd64]
http://download.proxmox.com/debian/pve
bullseye pve-no-subscription > /etc/apt/sources.list.d/pve-install-repo.list
apt clean && apt update && apt dist-upgrade
/etc/apt/sources.list.d/trusted.gpg.d/pro xmox-release-bullseye.gg
pveam update