Hi,
I can't upgrade from the 5 beta to the latest stable version even though I followed the steps in
https://pve.proxmox.com/wiki/Downlo...Proxmox_Virtual_Environment_5.x_to_latest_5.0
Here is my config:
/etc/apt/sources.list
/etc/apt/sources.list.d/pve-enterprise.list
My actual version:
When I do apt update I get this error:
I don't understand why The repo (pve) doesn't have a release file, should I delete this file since I'm using only community edition for home installation
The dist-upgrade doesn't change any thing:
Thank you for the help
I can't upgrade from the 5 beta to the latest stable version even though I followed the steps in
https://pve.proxmox.com/wiki/Downlo...Proxmox_Virtual_Environment_5.x_to_latest_5.0
Here is my config:
/etc/apt/sources.list
Code:
#deb http://ftp.ca.debian.org/debian stretch main contrib
deb http://debian.mirror.iweb.ca/debian/ stretch main contrib
# security updates
deb http://security.debian.org stretch/updates main contrib
/etc/apt/sources.list.d/pve-enterprise.list
Code:
deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
My actual version:
Code:
root@pve:~# pveversion --verbose
proxmox-ve: 5.0-9 (running kernel: 4.10.11-1-pve)
pve-manager: 5.0-10 (running version: 5.0-10/0d270679)
pve-kernel-4.10.11-1-pve: 4.10.11-9
libpve-http-server-perl: 2.0-4
lvm2: 2.02.168-pve2
corosync: 2.4.2-pve2
libqb0: 1.0.1-1
pve-cluster: 5.0-7
qemu-server: 5.0-4
pve-firmware: 2.0-2
libpve-common-perl: 5.0-12
libpve-guest-common-perl: 2.0-1
libpve-access-control: 5.0-4
libpve-storage-perl: 5.0-3
pve-libspice-server1: 0.12.8-3
vncterm: 1.4-1
pve-docs: 5.0-1
pve-qemu-kvm: 2.9.0-1
pve-container: 2.0-6
pve-firewall: 3.0-1
pve-ha-manager: 2.0-1
ksm-control-daemon: 1.2-2
glusterfs-client: 3.8.8-1
lxc-pve: 2.0.8-1
lxcfs: 2.0.7-pve1
criu: 2.11.1-1~bpo90
novnc-pve: 0.5-9
smartmontools: 6.5+svn4324-1
zfsutils-linux: 0.6.5.9-pve16~bpo90
When I do apt update I get this error:
Code:
root@pve:~# apt update
Ign:1 http://debian.mirror.iweb.ca/debian stretch InRelease
Hit:2 http://debian.mirror.iweb.ca/debian stretch Release
Ign:4 https://enterprise.proxmox.com/debian/pve stretch InRelease
Err:5 https://enterprise.proxmox.com/debian/pve stretch Release
401 Unauthorized
Hit:6 http://security.debian.org stretch/updates InRelease
Reading package lists... Done
E: The repository 'https://enterprise.proxmox.com/debian/pve stretch Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I don't understand why The repo (pve) doesn't have a release file, should I delete this file since I'm using only community edition for home installation
The dist-upgrade doesn't change any thing:
Code:
root@pve:~# apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Thank you for the help