Search results for query: apt upgrade

  1. B

    ZFS bug causing kernel panic when accessing snapshots - fix in OpenZFS v2.4.0, is there a simple upgrade?

    I ran this build with the 6.17.4-2 kernel, but when installing the packages on the final step, I am getting a dependency error where the newly-built zfs-zed and zfsutils-linux depend on libzfs6linux & libzpool6linux instead of the new libzfs7linux/libzpool7linux. What did I miss? # apt install...
  2. J

    Proxmox VE 9.1.4 UEFI Issue on DL380

    Have you tried an apt update and an apt full-upgrade? That should get you the latest kernel and all the drivers.
  3. L

    cannot get WSL2 to work in Windows 11, that is virtualized inside of proxmox 8

    First, make sure you have the latest Proxmox VE 9.1: apt update && apt upgrade -y Then create a new Windows VM and follow this guide exactly: https://github.com/LongQT-sea/intel-igpu-passthru
  4. B

    Error during update

    Hi, I'm in a similar situation as above, but I'm on Proxmox 8.4.16 running a Ubuntu 22.04.5 LTS container, and my real issue is getting OpenVPN Access Server (v3.0.2) to use DCO (Data Channel Offload) for which this lib: /lib/modules/6.8.12-17-pve is needed. Why I in turn have tried to run...
  5. B

    [SOLVED] nach (Kernel) Update nicht mehr bootbar

    Nochmal ne Frage, ich habs in der Zwischenzeit nicht geschafft es zu testen. Sollte nicht über den Button ">_ Upgrade", ein entsprechendes update funktionieren? Zumindest sagt es: Starting system upgrade: apt-get dist-upgrade Ich bin mir ziemlich sicher das ich spät. nach meinem manuellen...
  6. J

    ZFS bug causing kernel panic when accessing snapshots - fix in OpenZFS v2.4.0, is there a simple upgrade?

    Yes, do an `apt full-upgrade` followed by an `apt autoremove`, and you should be good to go now.
  7. K

    [SOLVED] nach (Kernel) Update nicht mehr bootbar

    Leider doch! Willkommen in der Proxmox-Welt. Deswegen gibt es auch # pveupdate && pveupgrade Starting system upgrade: apt-get dist-upgrade Proxmox ist nicht gleich debian. Gruß Knuut
  8. M

    Update ceph Quincy

    You are right, I'll fix the original answer.
  9. J

    [SOLVED] nach (Kernel) Update nicht mehr bootbar

    Das mag schon stimmen, aber diese Probleme manifestieren sich ueblicherweise nicht in der Form, dass der Kernel nach dem Bootloader nicht mehr bis zu init kommt...
  10. Falk R.

    [SOLVED] nach (Kernel) Update nicht mehr bootbar

    Wenn du apt upgrade statt apt full-upgrade (dist-upgrade ist auch OK) nutzt, werden nicht alle abhängigen Pakete mit aktualisiert, was Probleme macht.
  11. CoolTux

    [SOLVED] nach (Kernel) Update nicht mehr bootbar

    Die Befehle lauten apt update apt full-upgrade Probier das mal dann sollte es gehen
  12. B

    [SOLVED] nach (Kernel) Update nicht mehr bootbar

    Hallo zusammen, ich wollte gestern auf einem Pc Proxmox installieren, hat auch alles erstmal ganz gut geklappt. Wenn ich dann ein Update (apt-get upgrade && upgrade) durchgeführt habe wurde ein neuer Kernel installiert und im Anschluss war der PC nicht mehr bootbar, konnte auch nicht in den...
  13. VictorSTS

    Update ceph Quincy

    Never ever use apt upgrade on PVE: always use apt dist-upgrade or it's synonym apt full-upgrade, as detailed in the docs you linked. That said, if you follow those steps apt will update all packages, not just Ceph one's, which isn't what OP asked for. An apt install ceph-common should be enough...
  14. D

    Update ceph Quincy

    Thank you very much for the advice
  15. M

    Update ceph Quincy

    Hi. A normal package update and restarting of services afterwards should suffice. Most of the instructions below have been taken from https://pve.proxmox.com/wiki/Ceph_Quincy_to_Reef and adapted, see that for more details on specifics. After each operation wait until ceph -s reports HEALTH_OK...
  16. UdoB

    [SOLVED] PBS upgrade format is nice and clean

    PBS 4 is on Trixie / Debian 13 PVE 8.4 is Bookworm / Debian 12 So... just upgrade and you get the new apt output "for free" ;-)
  17. Impact

    [SOLVED] PBS upgrade format is nice and clean

    Check apt -v for the version difference. You should not use apt upgrade, by the way: https://lists.proxmox.com/pipermail/pve-devel/2025-March/068874.html
  18. U

    [SOLVED] PBS upgrade format is nice and clean

    Hello, I'm running v4.1.1, Linux 6.17.2-2, and apt 3.0.3 (amd64). I'm wondering why when I run apt update then apt upgrade it shows the packages in a super clean, colorful, and easy to read format. Versus my PVE running v8.4.16, Linux 6.8.12-17, and apt 2.6.1 (amd64) (and my Ubuntu machine for...
  19. O

    safe to use "apt purge '~o'" after upgrade?

    The standard debian upgrade procedure recommends to purge obsolete packages after a dist-upgrade, but the proxmox upgrade guide doesn't. Is it safe? Some are old libraries, some are old kernels and both mime-support and spl are dummy/transitional packages, so it should be safe to remove them but...
  20. R

    [SOLVED] Failed Proxmox 9 Upgrade From v8.4.16

    It looks like I got the install back on track. dpkg -i --force-overwrite /usr/libexec/docker/cli-plugins/docker-compose Followed by apt -f install, a poorly advised reboot, and my networking config breaking again (bridge wouldn't start and system acted like it was ignoring the config file...