Search results

  1. L

    VM hang/frozen during backup

    Same here, the Debian 13 VM is the first (running VM) after start of backup. Backup runs the QNAP NAS on smb. Proxmox 9.1.4
  2. L

    ARM64 VM startet nicht mehr unter ProxMox9

    https://bugzilla.proxmox.com/show_bug.cgi?id=7014
  3. L

    ARM64 VM startet nicht mehr unter ProxMox9

    Hallo, ich habe eine debian bookworm arm64 VM, die unter Proxmox 8 tadellos startete. Nun bekomme ich immer die Fehlermeldung qemu-system-aarch64: Property 'virt-10.1-machine.hpet' not found TASK ERROR: start failed: QEMU exited with code 1 Offenbar erzeugt proxmox beim Start immer das...
  4. L

    Safari Only - PVE 8.2.4 - NoVNC Console Error

    Ooops they did it again Today with 2025.1.4 and Safari 18.3 (20620.2.4.11.5), PVE 8.3.3 Good that there was this Post! Thank You [Error] Scrollbar test exception: TypeError: null is not an object (evaluating 'document.body.appendChild') [Error] TypeError: undefined is not an object...
  5. L

    Custom private ACME CA

    [Service] Environment="HTTPS_CA_FILE=/etc/ssl/certs/myca.pem" solved this! Perfect Thank you!
  6. L

    Custom private ACME CA

    Yes that works. As I mentioned above pvenode acme account register default needs the variable HTTPS_CA_FILE. And as the error message contains code in http.pm, I assume this varible may also necessary in the pvedaemon.
  7. L

    Custom private ACME CA

    Generated the ca-certificates exactly as you said and restarted pvedaemon and proxy. Unfortunately that does not change anything in the ui when I order the certificate.
  8. L

    Custom private ACME CA

    Hello, I am using a private CA that provides an ACME interface. I found that I can register and create certs from the CLI using pvenode acme account register default xx@xx.com pvenode config set --acme domains=mox.int pvenode acme cert order --force with a custom URL and setting the...