Recent content by fabian

  1. fabian

    Proxmox Offline Mirror released!

    technically that is a broken repository, but the field is also allowed to be missing, so please file a bug in our bugzilla!
  2. fabian

    Proxmox Offline Mirror released!

    this is likely the same issue also affecting pve-subscription, since both use the same underlying HTTP client: https://bugzilla.proxmox.com/show_bug.cgi?id=6791
  3. fabian

    swtpm at /usr/bin/swtpm does not support TPM 2

    I would recommend getting rid of that local install (unless you really need it) and undoing the apparmor changes.
  4. fabian

    swtpm at /usr/bin/swtpm does not support TPM 2

    libz.so.1 => /usr/local/lib/libz.so.1 (0x000079c070df9000) that sounds very wrong.. why do you have a copy of zlib in /usr/local? could you post the output of ldconfig -p | grep libz as well as ldconfig -p | grep -e '/local/'?
  5. fabian

    [SOLVED] Debian 13 LXC networking.service failed

    something like that is one of the options on the table, but we'd like to have a cleaner migration story if possible..
  6. fabian

    swtpm at /usr/bin/swtpm does not support TPM 2

    could you please also run ls -lha /usr/local/lib/libtpm* ldd /usr/bin/swtpm and post the output here?
  7. fabian

    [SOLVED] Proxmox VE 9.0 ISO Upload Corrupts Some Windows Server 2025 ISOs

    nobody wrote that.. it is fixed upstream in glibc (both in the latest version, and in stable branches for the previous versions such as 2.41 which Debian Trixie uses). the next Debian point release will most likely contain the fix (slated for November)
  8. fabian

    Subscription check behind proxy broken in PVE9

    there's a bugzilla entry linked higher up in the thread, please subscribe yourself to that - it will be updated once a fix is available.
  9. fabian

    Is there a way to install a 6.16 or 6.17 kernel on proxmox?

    I would not recommend building/installing a kernel with random apparmor patching that you don't fully understand and trust.
  10. fabian

    proxmox-offline-mirror - No option for Proxmox VE Trixie or Ceph Squid?

    https://pom.proxmox.com/offline-mirror.html#setting-up-a-mirror contains the details. it doesn't matter whether your POM instance is on bookworm or trixie, both can mirror bookworm and trixie repositories and serve them for PVE/PBS/.. hosts. the main difference at the moment is that the wizard...
  11. fabian

    Slow memory leak in 6.8.12-13-pve

    yes, the 6.14.11-3-pve kernel updates to a new kernel base (Ubuntu-6.14.0-34.34) which contains a few ice related fixes: 56b3db68fb111318fa34236523a042a2fa0fbc03 ice: fix eswitch code memory leak in reset scenario 3f250a7d1701b7f96a5592e2a551c626de66e3c9 net: ice: Perform accurate aRFS flow...
  12. fabian

    Installing on top of Debian with Systemd-boot and BTRFS

    proxmox-boot-tool expects to fully manage the ESPs - it mounts them on-demand and unmounts them again afterwards. so yes, please remove the /etc/fstab entry!
  13. fabian

    Installing on top of Debian with Systemd-boot and BTRFS

    if you are using proxmox-boot-tool, nothing should be mounted on /boot/efi.. please undo that and also post the output of "find /var/tmp/espmounts", thanks!
  14. fabian

    Installing on top of Debian with Systemd-boot and BTRFS

    could you adapt the hook that is executed and add "set -x" at the top, and then retry?
  15. fabian

    Installing on top of Debian with Systemd-boot and BTRFS

    and if you now repeat "apt update; apt full-upgrade" does it work?