Proxmox Backup Server 2.0 released!

Hallo zusammen,

ich habe nach dieser Anleitung:
https://pbs.proxmox.com/wiki/index.php/Upgrade_from_1.1_to_2.x
das upgrade durchgeführt.

Code:
cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@link:/#

Hiernach habe ich Debian 11, bin aber beim Proxmox noch bei der Version 1.0-1 :oops:

Wenn ich ein apt-get update mache erhalte ich diese Meldung:

Code:
apt-get update
Hit:1 http://security.debian.org bullseye-security InRelease
Hit:2 http://ftp.de.debian.org/debian bullseye InRelease
Hit:3 http://ftp.de.debian.org/debian bullseye-updates InRelease
Reading package lists... Error!
E: Unable to parse package file /var/lib/apt/lists/ftp.de.debian.org_debian_dists_bullseye_main_binary-amd64_Packages (1)
W: You may want to run apt-get update to correct these problems
E: The package cache file is corrupted

Es werden mir dieses updates in der GUI angezeigt.


1631276138193.png


Kann mir einer sagen wie ich die Meldung

Reading package lists... Error!
E: Unable to parse package file /var/lib/apt/lists/ftp.de.debian.org_debian_dists_bullseye_main_binary-amd64_Packages (1)
W: You may want to run apt-get update to correct these problems
E: The package cache file is corrupted

weg bekomme so das apt-get update wieder läuft ?

Danke
 
sieht so aus als haettest du kein PBS repository konfiguriert? bitte nachholen, dann
Code:
apt clean
apt update
apt full-upgrade
 
  • Like
Reactions: Lockslay