Update failed

eve11

Member
Sep 5, 2021
5
0
6
51
Hallo zusammen,

ich betreibe eine Proxmox 6.1-3 Installation hauptsächlich für meine Heimautomatisierung (IoBroker, Unifi, Wireguard, etc..). Seit ein paar Tagen habe ich folgende Fehlermeldung:
TASK ERROR: command 'apt-get update' failed: exit code 100

Code:
starting apt-get update
Get:1 http://security.debian.org buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian unstable InRelease [165 kB]
Hit:3 http://download.proxmox.com/debian/pve buster InRelease
Get:4 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:5 http://ftp.de.debian.org/debian buster-updates InRelease [51.9 kB]
Get:6 http://ftp.de.debian.org/debian buster InRelease [122 kB]
Get:7 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
Get:8 http://deb.debian.org/debian unstable/main Translation-en.diff/Index [63.6 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 Packages T-2021-09-05-0201.28-F-2021-09-05-0201.28.pdiff [21.6 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 Packages T-2021-09-05-0201.28-F-2021-09-05-0201.28.pdiff [21.6 kB]
Get:10 http://deb.debian.org/debian unstable/main Translation-en T-2021-09-05-0201.28-F-2021-09-05-0201.28.pdiff [1055 B]
Get:10 http://deb.debian.org/debian unstable/main Translation-en T-2021-09-05-0201.28-F-2021-09-05-0201.28.pdiff [1055 B]
Reading package lists...
E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
E: Repository 'http://ftp.de.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
E: Repository 'http://ftp.de.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
TASK ERROR: command 'apt-get update' failed: exit code 100

in der "pve-no-subscription.list" ist folgendes eingetragen:

Code:
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
 
# security updates
deb http://security.debian.org/debian-security buster/updates main contrib

Ich habe nichts an meiner Installation verändert.

Vielen Dank

Heiko
 
Ist alles ok. War nur ein Hinweis das dieses Repo zu Old-Stable gewechselt hat. Beim Zweiten apt-get update ist die Meldung weg.
 
Ist alles ok. War nur ein Hinweis das dieses Repo zu Old-Stable gewechselt hat. Beim Zweiten apt-get update ist die Meldung weg.
Vielen Dank für eine Rückantwort.

Was meinst du mit "Beim Zweiten apt-get Update".
 
Was meinst du mit "Beim Zweiten apt-get Update".
Na du hast doch ein Screenshot von "apt-get update" gepostet. Event. ist das auch der grafische Updater vom Webinterface... egal. Was du auch gemacht hast, machs nochmal und die Meldung ist weg. Wie gesagt. Ist nur eine Information an dich.
 
Hallo fireon, die habe ich schon mehrmals versucht. Leider ohne Erfolg. Habe immer noch diese Fehlermeldung.
Vielen Dank für deine Rückmeldung
Heiko
 
Da muss ich zugeben, hätte ich so noch nie gehabt. Wir haben schon gut 20 von unseren Servern aktualisiert und die Meldung ging immer weg.

Du schreibst du hast in der pve-no-subscription.list folgende Dinge eingetragen:
Code:
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
deb http://security.debian.org/debian-security buster/updates main contrib
Das Zweitere gehört da nicht hinein, sollte normal in der "/etc/apt/sources.list" stehen. Event. hast du einen Doppeleintrag und deswegen kommt die Meldung nun immer.

Poste doch bitte mal alle deine Paketquellen:
Code:
cat /etc/apt/sources.list
cat /etc/apt/sources.list.d/*
 
Hier die Paketquellen.
Die "pve-no-subscription.list" habe ich aber schon mit # angepasst.

Danke


Code:
root@proxmox:~# cat /etc/apt/sources.list
deb http://ftp.de.debian.org/debian buster main contrib

deb http://ftp.de.debian.org/debian buster-updates main contrib

# security updates
deb http://security.debian.org buster/updates main contrib

Code:
root@proxmox:~# cat /etc/apt/sources.list.d/*
#deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
 
# security updates
# deb http://security.debian.org/debian-security buster/updates main contrib
deb http://deb.debian.org/debian/ unstable main
 
Sieht eigentlich gut aus. Was macht denn der "unstable" Teil da drinnen? Tut es normal wenn du diesen auskommentierst? Was wurde denn daraus installiert?
 
ich habe es mal auskommentiert. Es war in der unstable-wireguard.list
Leider immer noch das selbe. :(


Code:
starting apt-get update
Get:1 http://security.debian.org buster/updates InRelease [65.4 kB]
Hit:2 http://download.proxmox.com/debian/pve buster InRelease
Get:3 http://ftp.de.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://ftp.de.debian.org/debian buster InRelease [122 kB]
Reading package lists...
E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
E: Repository 'http://ftp.de.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
E: Repository 'http://ftp.de.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
TASK ERROR: command 'apt-get update' failed: exit code 100
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!