vmlinuz-5.4.128-1-pve

Quickly

Renowned Member
Sep 16, 2012
104
8
83
Hallo.
Ich habe gerade mal die Hose voll... hatte ich noch gar nicht.
Ich habe ausgeführt:
apt update apt dist-upgrade -y
Soweit alles klar, denke ich.

Der PVE steht nun seit 3 Stunden bei folgendem

run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 5.4.128-1-pve /boot/vmlinuz-5.4.128-1-pve run-parts: executing /etc/kernel/postinst.d/initramfs-tools 5.4.128-1-pve /boot/vmlinuz-5.4.128-1-pve update-initramfs: Generating /boot/initrd.img-5.4.128-1-pve run-parts: executing /etc/kernel/postinst.d/zz-update-grub 5.4.128-1-pve /boot/vmlinuz-5.4.128-1-pve Progress: [ 79%] [############################################......................................]
Und da geht es nicht weiter.
Ich habe in zweiter Sitzung mal nachgesehen. Da ist angeblich alles Ok.
root@proxmox1:~# apt update Hit:1 http://ftp.de.debian.org/debian buster InRelease Hit:2 http://security.debian.org buster/updates InRelease Hit:3 http://ftp.de.debian.org/debian buster-updates InRelease Hit:4 http://repo.zabbix.com/zabbix/5.0/debian buster InRelease Hit:5 http://download.proxmox.com/debian/pve buster InRelease Ign:6 http://downloads.linux.hpe.com/SDR/repo/mcp buster/current InRelease Hit:7 http://downloads.linux.hpe.com/SDR/repo/mcp buster/current Release Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. root@proxmox1:~#

Nur habe ich Angst einfach einen Reboot auszuführen...

Bitte Hilfe... was soll ich machen?

Danke, Lars
 
root partition voll? was sagt denn:

> df -h
 
root partition voll? was sagt denn:

> df -h
Ich denke das wird nicht das Problem sein.

root@proxmox1:~# df -h Filesystem Size Used Avail Use% Mounted on udev 32G 0 32G 0% /dev tmpfs 6.3G 641M 5.7G 10% /run /dev/mapper/pve-root 95G 5.7G 84G 7% / tmpfs 32G 34M 32G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 32G 0 32G 0% /sys/fs/cgroup /dev/mapper/pve-data 929G 411G 518G 45% /var/lib/vz /dev/sdb1 917G 581G 290G 67% /var/lib/vz/backup /dev/fuse 30M 16K 30M 1% /etc/pve tmpfs 6.3G 0 6.3G 0% /run/user/0 /dev/sdc1 917G 252G 666G 28% /mnt/usb-hdd root@proxmox1:~#

Und natürlich ist der Status nun:
root@proxmox1:~# apt update Hit:1 http://security.debian.org buster/updates InRelease Hit:2 http://ftp.de.debian.org/debian buster InRelease Hit:3 http://ftp.de.debian.org/debian buster-updates InRelease Ign:4 http://downloads.linux.hpe.com/SDR/repo/mcp buster/current InRelease Hit:5 http://repo.zabbix.com/zabbix/5.0/debian buster InRelease Hit:6 http://download.proxmox.com/debian/pve buster InRelease Hit:7 http://downloads.linux.hpe.com/SDR/repo/mcp buster/current Release Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. root@proxmox1:~# apt dist-upgrade E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? root@proxmox1:~#
 
Last edited:
Eventuall auch mal die Boot Partition angucken. Wenn du nicht regelmäßig apt autoremove ausführst dann können die ganzen alten Kernel gerne mal schnell die Boot-Partition auf 100% bringen. Das hatte ich hier mal.
 
Last edited:
Wie viele (PVE) Kernels grad installiert sind kannst du auch schon mit pveversion -v sehen.

Und FYI, wenn du EFI benützt dann taucht die ESP (EFI System Partition) oft nicht im df output auf, da diese nur fürs update/refresh selbst gemounted wird, und auch anschließend oft wieder ungemounted wird.