Search results for query: apt upgrade

  1. D

    alte Kernel Fragmente deinstallieren - löschen

    Schon allein das Lesen der Ausgabe beim Upgrade bringt Dich weiter.
  2. J

    alte Kernel Fragmente deinstallieren - löschen

    Danke @UdoB das sieht nach einer vernünftigen Antwort aus. 1 ssh root@192.168.178.182 root@192.168.178.182's password: Linux pve 6.17.13-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.13-2 (2026-03-13T08:06Z) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact...
  3. T

    dpkg --configure -a funktioniert nicht

    Hallo, ich wollte mein Proxmox 8.4.17 auf die version 9 updaten und leider scheitert es schon relativ früh. Wenn ich ein apt-get dist-upgrade ausführe dann kommt die Meldung das ich dpkg --configure -a ausführen soll. Das Problem ist das es bei "update-initramfs: Generating...
  4. UdoB

    alte Kernel Fragmente deinstallieren - löschen

    Poste bitte erneut die Ausgabe der folgenden Befehle, auch wenn Fragmente bereits oben in verschiedenen Posts verteilt stehen: apt update && apt -d -y full-upgrade - falls da nicht "Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0" gemeldet wird, spiele die Update ein und führe den...
  5. news

    alte Kernel Fragmente deinstallieren - löschen

    Bei mir, Proxmox VE 9 sind installiert: -rw-r--r-- 1 root root 14916712 13. Mär 09:44 vmlinuz-6.14.11-6-pve -rw-r--r-- 1 root root 15842088 10. Feb 15:06 vmlinuz-6.17.13-1-pve -rw-r--r-- 1 root root 15837992 13. Mär 09:06 vmlinuz-6.17.13-2-pve Und es läuft: $ pveversion...
  6. M

    Suddenly unable to access web UI

    Good shout on certs, it was current however. I did restart it nonetheless, but it had no effect. Journalctl has nothing at all unusual; it spins up, it makes three workers, and it waits. Thought to check pvedaemon too; same thing. I don't find any iptables or nft rules affecting 8006. There...
  7. cheiss

    Install only big updates

    Hi, the simplest way is to just not run apt dist-upgrade in between minor version upgrades. No automatic upgrades are ever done. If you want to do proper basically snapshot-based updates, you might want to look into the Proxmox Offline Mirror: https://pom.proxmox.com/ With this, you'd have to...
  8. A

    Proxmox Upgrage

    I am betting you missed the messages at the end of the update telling you to do the following. apt remove systemd-boot apt install --reinstall grub-efi-amd64 grub-efi-amd64-bin grub2-common You will have to snag a proxmox9 installer and boot into rescue mode and run the above. Then you...
  9. R

    Proxmox Upgrage

    ...update-initramfs and update-grub commands above. One more thing worth checking: make sure you actually ran apt full-upgrade and not just apt upgrade during the 8.4 to 9.1 step. The 9.x upgrade requires full-upgrade to handle the package transitions between Debian releases properly. If you...
  10. fstrankowski

    zfsutils-linux not upgradable

    Welcome to the Forum! When updating Proxmox always do a full-upgrade - so apt full-upgrade or apt-get dist-upgrade. For further information please consult the PVE Administration Guide here.
  11. J

    zfsutils-linux not upgradable

    ...2.4.0-pve1 amd64 [upgradable from: 2.3.4-pve1] Notice: There are 3 additional versions. Please use the '-a' switch to see them. # apt upgrade The following package was automatically installed and is no longer required: libfile-fcntllock-perl Use 'apt autoremove' to remove it. Not...
  12. N

    pve host backup

    hello will all the conf files also be backed up ? I've installed NUT for exemple on proxmox host, and it needs many conf files to be modified and customized to work. thanks
  13. J

    [SOLVED] LXC Container - ping ohne Erfolg

    Hallo, wie gehe ich bei der Fehlersuche vor, wenn über eine ping-Test der LXC Container nicht erreichbar ist? Proxmox PVE 9.1.6 LXC Container lsb_release -r No LSB modules are available. Release: 24.04 Ein sudo apt update && sudo apt dist-upgrade -y wurde heute durchgeführt. Die...
  14. T

    Support for xterm.js console by default for specific vm.

    Thanks ! I forgot I saw this patch... I "vibe coded" a script to apply the patch until it gets fixed permanently #!/bin/bash # ============================================================================= # patch-proxmox-vnc-console.sh # # Applies or restores the Proxmox VE patch: # fix...
  15. U

    Applying pve-qemu-kvm 10.2.1-1 may cause extremely high “I/O Delay” and extremely high “I/O pressure stalls”. (Patches in the test repository

    Further testing has confirmed that the issue recurs after applying this update… Reinstalling the package with a specific version resolves the issue. I wonder if they'll release a fix... apt list --upgradable libpve-common-perl/stable 9.1.9 all [upgradable from: 9.1.8] pve-firmware/stable...
  16. Impact

    Error during 6.8.12-20 Update

    Don't: https://lists.proxmox.com/pipermail/pve-devel/2025-March/068874.html Also please use code blocks.
  17. D

    Error during 6.8.12-20 Update

    So hearing that the update ran ok for somebody else gives me more comfort that there is not an error in the update. And running apt update and then apt upgrade...everything finishes without issues. So my concern was overblown. Thanks for your help. Regards
  18. W

    Error during 6.8.12-20 Update

    By coincidence I had the same update waiting for me; it ran without a hitch. Free space certainly does not seem a problem on your system. Have you tried re-running apt upgrade, or have it explicitly install proxmox-kernel?
  19. B

    pve host backup

    I added a new feature - packages are also saved now : # **Reinstall all packages from a selections file:** # On the target server, set the package selections and install sudo dpkg --set-selections < packages_selections_proxmox01_2026-03-23_04-30-00.txt sudo apt-get dselect-upgrade #...
  20. B

    Backup Script für configs & rpool zfs snapshot

    Ich habe ein neues Feature hinzugefügt - es wird nun auch die Paketliste gesichert, Diese Pakete können wieder aus dem Backup installiert werden : # **Reinstall all packages from a selections file:** # On the target server, set the package selections and install sudo dpkg --set-selections <...