I have a new test system... I just installed 4.4 on it from USB.
But,
is pulling from enterprise and fails (apt-get -y update also fails). Thoughts? Help?
I've been working on a command/script to make the changes I want, such as:
Code:
root@pve2:~# cat /etc/apt/sources.list
deb http://ftp.debian.org/debian jessie main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian jessie pve-no-subscription
# security updates
deb http://security.debian.org jessie/updates main contrib
But,
Code:
apt -y update
Get:15 https://enterprise.proxmox.com jessie/pve-enterprise Translation-en [401 B]
Get:16 https://enterprise.proxmox.com jessie/pve-enterprise amd64 Packages [401 B]
Err https://enterprise.proxmox.com jessie/pve-enterprise amd64 Packages
HttpError401
Get:17 https://enterprise.proxmox.com jessie/pve-enterprise Translation-en_US [401 B]
Ign https://enterprise.proxmox.com jessie/pve-enterprise Translation-en_US
Get:18 https://enterprise.proxmox.com jessie/pve-enterprise Translation-en [401 B]
Ign https://enterprise.proxmox.com jessie/pve-enterprise Translation-en
W: Failed to fetch https://enterprise.proxmox.com/debian/dists/jessie/pve-enterprise/binary-amd64/Packages HttpError401
E: Some index files failed to download. They have been ignored, or old ones used instead.
I've been working on a command/script to make the changes I want, such as:
printf ‘deb http://ftp.debian.org/debian jessie main contrib\n\n# PVE pve-no-subscription repository provided by proxmox.com,\n# NOT recommended for production use\ndeb http://download.proxmox.com/debian jessie pve-no-subscription\n\n# security updates\ndeb http://security.debian.org jessie/updates main contrib\n’ >/etc/apt/sources.list
Last edited: