[SOLVED] Nach Upgrade PVE 8.4.1 auf 8.4.9 in der GUI Fehler bei "apt-get update"

matt69

Member
Nov 12, 2023
95
12
8
Hallo,

ich habe in der GUI das Upgrade ausgeführt.
Der PVE-Host wurde danach neu gestartet.
Vorher hatte ich PVE 8.4.1.
Jetzt läuft PVE 8.4.9.

Wenn ich nun in der GUI
PVE-Host > Updates > Aktualisieren
ausführe, kommen u.g. Fehler.

Wie kann ich das Problem beheben?

Code:
starting apt-get update
Hit:1 http://download.proxmox.com/debian/pve bookworm InRelease
Hit:2 http://security.debian.org bookworm-security InRelease
Hit:3 http://download.proxmox.com/debian/ceph-quincy bookworm InRelease
Err:1 http://download.proxmox.com/debian/pve bookworm InRelease
  Splitting up /var/lib/apt/lists/download.proxmox.com_debian_pve_dists_bookworm_InRelease into data and signature failed
Err:2 http://security.debian.org bookworm-security InRelease
  Splitting up /var/lib/apt/lists/security.debian.org_dists_bookworm-security_InRelease into data and signature failed
Err:3 http://download.proxmox.com/debian/ceph-quincy bookworm InRelease
  Splitting up /var/lib/apt/lists/download.proxmox.com_debian_ceph-quincy_dists_bookworm_InRelease into data and signature failed
Hit:4 http://ftp.de.debian.org/debian bookworm InRelease
Err:4 http://ftp.de.debian.org/debian bookworm InRelease
  Splitting up /var/lib/apt/lists/ftp.de.debian.org_debian_dists_bookworm_InRelease into data and signature failed
Hit:5 http://ftp.de.debian.org/debian bookworm-updates InRelease
Err:5 http://ftp.de.debian.org/debian bookworm-updates InRelease
  Splitting up /var/lib/apt/lists/ftp.de.debian.org_debian_dists_bookworm-updates_InRelease into data and signature failed
Reading package lists...
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com/debian/pve bookworm InRelease: Splitting up /var/lib/apt/lists/download.proxmox.com_debian_pve_dists_bookworm_InRelease into data and signature failed
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.debian.org bookworm-security InRelease: Splitting up /var/lib/apt/lists/security.debian.org_dists_bookworm-security_InRelease into data and signature failed
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.proxmox.com/debian/ceph-quincy bookworm InRelease: Splitting up /var/lib/apt/lists/download.proxmox.com_debian_ceph-quincy_dists_bookworm_InRelease into data and signature failed
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.de.debian.org/debian bookworm InRelease: Splitting up /var/lib/apt/lists/ftp.de.debian.org_debian_dists_bookworm_InRelease into data and signature failed
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.de.debian.org/debian bookworm-updates InRelease: Splitting up /var/lib/apt/lists/ftp.de.debian.org_debian_dists_bookworm-updates_InRelease into data and signature failed
W: Failed to fetch http://ftp.de.debian.org/debian/dists/bookworm/InRelease  Splitting up /var/lib/apt/lists/ftp.de.debian.org_debian_dists_bookworm_InRelease into data and signature failed
W: Failed to fetch http://ftp.de.debian.org/debian/dists/bookworm-updates/InRelease  Splitting up /var/lib/apt/lists/ftp.de.debian.org_debian_dists_bookworm-updates_InRelease into data and signature failed
W: Failed to fetch http://security.debian.org/dists/bookworm-security/InRelease  Splitting up /var/lib/apt/lists/security.debian.org_dists_bookworm-security_InRelease into data and signature failed
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/bookworm/InRelease  Splitting up /var/lib/apt/lists/download.proxmox.com_debian_pve_dists_bookworm_InRelease into data and signature failed
W: Failed to fetch http://download.proxmox.com/debian/ceph-quincy/dists/bookworm/InRelease  Splitting up /var/lib/apt/lists/download.proxmox.com_debian_ceph-quincy_dists_bookworm_InRelease into data and signature failed
W: Some index files failed to download. They have been ignored, or old ones used instead.
TASK OK
 
Ursache gefunden.
Problem gelöst.

Ursache:
Logical Volume /dev/mapper/pve-root war mit 100% belegt.

Code:
# df -h
Filesystem                                             Size  Used Avail Use% Mounted on
udev                                                   9.7G     0  9.7G   0% /dev
tmpfs                                                  2.0G  2.7M  2.0G   1% /run
/dev/mapper/pve-root                                    30G   29G  0.0G 100% /
tmpfs                                                  9.7G   34M  9.7G   1% /dev/shm
tmpfs                                                  5.0M     0  5.0M   0% /run/lock
efivarfs                                               384K   98K  282K  26% /sys/firmware/efi/efivars
/dev/sda2                                              511M   20M  492M   4% /boot/efi
/dev/fuse                                              128M   20K  128M   1% /etc/pve
tmpfs                                                  2.0G     0  2.0G   0% /run/user/0

Lösung:
Logical Volume /dev/mapper/pve-root auf 40 GB vergrößert.
Code:
lvextend --resizefs -L 40G /dev/mapper/pve-root
lvresize -L 40G /dev/mapper/pve-root

Code:
# df -h
Filesystem                                             Size  Used Avail Use% Mounted on
udev                                                   9.7G     0  9.7G   0% /dev
tmpfs                                                  2.0G  2.7M  2.0G   1% /run
/dev/mapper/pve-root                                    40G   29G  9.1G  76% /
tmpfs                                                  9.7G   34M  9.7G   1% /dev/shm
tmpfs                                                  5.0M     0  5.0M   0% /run/lock
efivarfs                                               384K   98K  282K  26% /sys/firmware/efi/efivars
/dev/sda2                                              511M   20M  492M   4% /boot/efi
/dev/fuse                                              128M   20K  128M   1% /etc/pve
tmpfs                                                  2.0G     0  2.0G   0% /run/user/0
 
Bei einer 256GB SSD sind die standardmäßig vorgeschlagenen 100GB für root natürlich blödsinnig viel. Bei 1TB für 50€ relativiert sich das aber schon erheblich.
Aber selbst wenn man es beim Standardwert belässt wundert mich, dass es keine integrierte "Notbremsaktion" bei volllaufemden root gibt.
Passiert bis heute gerne bei versehentlich nicht gemounteten Devices unter /mnt/.
Ätzend.
Man kann zwar ein Bandbreitenlimit pro storage festlegen aber kein Auslastungsquota.
Sehr verwunderlich.
 
Last edited: