Debian 8 (Jessie) - sources.list

Maliu

New Member
Sep 12, 2015
9
0
1
Hallo,

ich habe aktuell das Problem, dass ich Proxmox nicht aktualisieren kann. Er sagt immer:

W: Failed to fetch https://enterprise.proxmox.com/debian/dists/jessie/pve-enterprise/binary-amd64/Packages HttpError401

Hinterlegt ist in der sources.list der folgende Eintrag:


deb http://ftp.de.debian.org/debian jessie main contrib

deb http://download.proxmox.com/debian jessie pve-no-subscription

# security updates

deb http://security.debian.org jessie/updates main contrib

Also eigentlich alles korrekt.

Andere Frage: ist ohne Probleme ein Update von Proxmox 4.4 (pve-manager/4.4-1/eb2d6f1e (running kernel: 4.4.35-1-pve)) auf 5.X möglich?

Grüße
Maliu
 
Offenbar hast keine Proxmox VE subscription, ohne die gibts keinen Zugriff auf da pve-enterprise repository.

Es gibt 2 Möglichkeiten:
  1. Subscription key kaufen
  2. Oder Entersprise Repo deaktivieren (siehe /etc/apt/sources.list.d/)
 
Yes, I am using correct but I'm getting errors for upgrade

nano /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian jessie pve-enterprise

nano /etc/apt/sources.list
deb http://ftp.de.debian.org/debian/ jessie main
deb-src http://ftp.de.debian.org/debian/ jessie main

deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib

# jessie-updates, previously known as 'volatile'
# deb http://download.proxmox.com/debian jessie pve
# deb http://download.proxmox.com/debian jessie pve-no-subscription
deb http://download.proxmox.com/debian jessie pve-no-subscription
 
root@proxmox:/etc/apt/trusted.gpg.d# pveversion -v
proxmox-ve: 4.4-105 (running kernel: 4.4.98-5-pve)
pve-manager: 4.4-22 (running version: 4.4-22/2728f613)
pve-kernel-4.4.98-5-pve: 4.4.98-105
lvm2: 2.02.116-pve3
corosync-pve: 2.4.2-2~pve4+1
libqb0: 1.0.1-1
pve-cluster: 4.0-54
qemu-server: 4.0-115
pve-firmware: 1.1-11
libpve-common-perl: 4.0-96
libpve-access-control: 4.0-23
libpve-storage-perl: 4.0-76
pve-libspice-server1: 0.12.8-2
vncterm: 1.3-2
pve-docs: 4.4-4
pve-qemu-kvm: 2.9.1-6~pve4
pve-container: 1.0-104
pve-firewall: 2.0-33
pve-ha-manager: 1.0-41
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u3
lxc-pve: 2.0.7-4
lxcfs: 2.0.6-pve1
criu: 1.6.0-1
novnc-pve: 0.5-9
smartmontools: 6.5+svn4324-1~pve80
fence-agents-pve: not correctly installed
 
Yes, I am using correct but I'm getting errors for upgrade

nano /etc/apt/sources.list.d/pve-enterprise.list
deb https://enterprise.proxmox.com/debian jessie pve-enterprise
...

You need a subscription key if you want to access the pve-enterprise repository.

If you do not want to buy one, just do NOT use it, put a # in the line:

Code:
#deb https://enterprise.proxmox.com/debian jessie pve-enterprise
 
I had the same problem: even though I don't have spaceship NCC Enterprise travelling in my /etc/apt/sources.list, PVE accessed the PAID repository and threw errors.

I solved this by commenting out the entry in...:

/etc/apt/sources.list.d/pve-enterprise.list

Obviously, by default, it is assumed that ppl. buy a subscription, which is fair for production systems that make money

P.S: my box is Deb stretch though, but the solution might be the same...