Recent content by Petr Swetr

  1. P

    VFIO: Firmware has requested this device have a 1:1 IOMMU mapping

    itting the exact same error on a different board — adding data since I was able to trace it down to the ACPI level. Hardware: Supermicro M11SDV-8CT-LN4F, AMD EPYC 3201, Proxmox VE 9.2.11, kernel 7.0.14-14-pve. What broke it: Updated BIOS from 1.0c (2020) to 1.8 (Feb 2026). GPU passthrough...
  2. P

    query if a backup task is running

    Yes, I use the token. New problem arise, there are short breaks between backups (multiple Proxmox VMs are backed up) . I would like to shut the backup server down when the running=false query returns 0 (my backups are once a day starting 23:55 and the time of execution of all backups is in the...
  3. P

    query if a backup task is running

    Do you mean this? Go to Datacenter -> Permissions, there add a new User permission with the path "/" for your user and the appropriate role. Make sure the "Propagate" Checkbox is enabled so that the permission propagates down to all the child elements of the permissions paths.
  4. P

    query if a backup task is running

    here the returned number increments when the new backup task finishes ....https://192.168.0.201:8007/api2/json/nodes/localhost/tasks\?running=false\&limit=10000 | jq .total following returns always 0 (even when backup task is started manually from the Proxmox server and from the web interface...
  5. P

    query if a backup task is running

    trying in my local network: curl -s -k -H 'Authorization: PBSAPIToken=root@pam!testN:<token-secret-value>' "https://192.168.0.201:8007/api2/json/nodes/localhost/tasks?running=true" Always returning{"total":0,"data":[]}