I have to reinstall a couple of nodes on a cluster that I cannot upgrade to a newer version because some of the nodes only have 8 GB of RAM, so I need to get the 4.4 sources. However, something is wrong:
I have tried many other suggestions, but nothing seems to be able to get the amd64 packages.
What should I do?
Bash:
~# cat /etc/apt/sources.list
deb http://ftp.debian.org/debian jessie main contrib
# security updates
deb http://security.debian.org jessie/updates main contrib
Bash:
~# cat /etc/apt/sources.list.d/pve-no-subscription.list
deb http://download.proxmox.com/debian jessie pve-no-subscription
Bash:
~# apt update
Ign http://ftp.debian.org jessie InRelease
Get:1 http://ftp.debian.org jessie Release.gpg [1,652 B]
Hit http://ftp.debian.org jessie Release
Ign http://download.proxmox.com jessie InRelease
Ign http://download.proxmox.com jessie Release.gpg
Ign http://download.proxmox.com jessie Release
Err http://download.proxmox.com jessie/pve-no-subscription amd64 Packages
404 Not Found
Ign http://download.proxmox.com jessie/pve-no-subscription Translation-en_ZA
Ign http://download.proxmox.com jessie/pve-no-subscription Translation-en
Ign http://security.debian.org jessie/updates InRelease
Ign http://security.debian.org jessie/updates Release.gpg
Ign http://security.debian.org jessie/updates Release
Ign http://security.debian.org jessie/updates/main amd64 Packages/DiffIndex
Ign http://security.debian.org jessie/updates/contrib amd64 Packages/DiffIndex
Ign http://security.debian.org jessie/updates/contrib Translation-en_ZA
Ign http://security.debian.org jessie/updates/contrib Translation-en
Ign http://security.debian.org jessie/updates/main Translation-en_ZA
Ign http://security.debian.org jessie/updates/main Translation-en
Err http://security.debian.org jessie/updates/main amd64 Packages
404 Not Found
Err http://security.debian.org jessie/updates/contrib amd64 Packages
404 Not Found
Get:2 http://ftp.debian.org jessie/contrib Translation-en [38.3 kB]
Get:3 http://ftp.debian.org jessie/main Translation-en [4,581 kB]
Get:4 http://ftp.debian.org jessie/main amd64 Packages [9,098 kB]
Get:5 http://ftp.debian.org jessie/contrib amd64 Packages [59.2 kB]
Fetched 13.8 MB in 4min 54s (46.7 kB/s)
W: Failed to fetch http://download.proxmox.com/debian/dists/jessie/pve-no-subscription/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://security.debian.org/dists/jessie/updates/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://security.debian.org/dists/jessie/updates/contrib/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
I have tried many other suggestions, but nothing seems to be able to get the amd64 packages.
What should I do?