Repositories Fehler nach Update von 8 auf 9

Peter_SP

New Member
May 27, 2024
14
0
1
Hallo Leute,

ich habe heute das Update von 8 auf 9 durchgeführt und leider irgendwie einen Fehler gemacht. Habe Fehlermeldungen im den APT-Repos. Fenster. Wie kann ich diese wieder beheben? Vielen Dank für die Hilfe!
2026-04-30 10_49_28-Greenshot.png
LG Peter
 
Servus Peter,
das lässt sich ohne Einblick in die genannten Dateien nicht genau sagen. Zeig uns doch mal den Inhalt der 3 Dateien

Code:
cat /etc/apt/sources.list.d/pve-enterprise.list.save.2

cat /etc/apt/sources.list.d/pve-enterprise.list.save.1

cat /etc/apt/sources.list.d/proxmox.sources

Bitte als Codeblock

Wenn du keine Subscription hast, kannst du die Enterprise Repos nicht verwenden und sie daher auch deaktivieren.
Normalerweise heißt die Datei /etc/apt/sources.list.d/pve-enterprise.list

Gruß
 
Code:
Linux proxmox 7.0.0-3-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.0-3 (2026-04-21T22:56Z) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@proxmox:~# cat /etc/apt/sources.list.d/pve-enterprise.list.save.2
m
#deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise


root@proxmox:~# cat /etc/apt/sources.list.d/pve-enterprise.list.save.1
t


#
# deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
root@proxmox:~# cat /etc/apt/sources.list.d/proxmox.sources
Types: deb
URIs: http://download.proxmox.com/debian/pve
Suites: trixie
Components: pve-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
Enabled: false

Types: deb
URIs: http://download.proxmox.com/debian/pve
Suites: trixie
Components: pve-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
root@proxmox:~#
 

Attachments

  • 2026-04-30 11_30_52-Greenshot.png
    2026-04-30 11_30_52-Greenshot.png
    31 KB · Views: 1
und das kommt dann noch wenn ich auf Updates prüfe:

Code:
starting apt-get update
Hit:1 http://download.proxmox.com/debian/ceph-squid trixie InRelease
Hit:2 http://download.proxmox.com/debian/pve trixie InRelease
Reading package lists...
W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Target DEP-11 (pve-no-subscription/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Target DEP-11 (pve-no-subscription/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Skipping acquire of configured file 'pve-no-subscription/source/Sources' as repository 'http://download.proxmox.com/debian/pve trixie InRelease' does not seem to provide it (sources.list entry misspelt?)
W: Target Packages (pve-no-subscription/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Target Packages (pve-no-subscription/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Target Translations (pve-no-subscription/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Target DEP-11 (pve-no-subscription/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
W: Target DEP-11 (pve-no-subscription/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/debian.sources:1 and /etc/apt/sources.list.d/proxmox.sources:2
TASK OK
 
Zunächst würde ich
/etc/apt/sources.list.d/pve-enterprise.list.save.2
und
/etc/apt/sources.list.d/pve-enterprise.list.save.1
löschen. Zum einen, weil sie wegen des Filenamens (list.save.x statt .list) ohnehin ignoriert wird (invalid extension).

Außerdem ist dort das Enterprise Repository eingetragen, für das du vermutlich nicht die notwendige Subscription hast.



Was mit der Syntax der proxmox.sources nicht stimmt, sehe ich auf den ersten Blick ehrlich gesagt auch nicht. Theoretisch kannst du den ersten Block entfernen, weil im zweiten das selbe steht.



Aufgrund der Fehlermeldungen in deinem letzten Post wäre nun wohl auch derInhalt der debian.sources interessant.


Evtl. findest du hier die notwendigen Erklärungen zum Geradeziehen: https://pve.proxmox.com/wiki/Package_Repositories
 
vielen Dank für die Antwort. ich lösche mal die Einträge. Jetzt sind alle Fehler weg. auch die beim Update - Vielen Dank für deine Hilfe!
 
Last edited: