21-05-2018 15:18 13742
Сразу после установки Proxmox 5.0 следует запустить обновление, но почти всегда команда "apt-get update" выдает такое сообщение:
W: The repository 'https://enterprise.proxmox.com/debian/pve stretch Release' does not have a Release file.N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/stretch/pve-enterprise/binary-amd64/Packages 401 UnauthorizedN: See apt-secure(8) manpage for repository creation and user configuration details.E: Some index files failed to download. They have been ignored, or old ones used instead.
Суть проблемы в том, что обновление по умолчанию обращается к корпоративным репозиториям, где без подписки вы получаете отказ в доступе.
Исправляется эта проблема довольно просто, дописываем одну строку в файл "sources.list"
# nano /etc/apt/sources.list
Дописываем строку:
deb http://download.proxmox.com/debian stretch pve-no-subscription
В конечном итоге содержимое файла будет выглядить так:
deb http://ftp.debian.org/debian stretch main contribdeb http://download.proxmox.com/debian stretch pve-no-subscriptiondeb http://security.debian.org stretch/updates main contrib
rm -f /etc/apt/sources.list.d/pve-enterprise.list