Search results

  1. fabian

    Server 2022 defrag/trim pegging CPU and RAM

    see some discussion here: https://bugzilla.proxmox.com/show_bug.cgi?id=5552
  2. fabian

    [SOLVED] PVE 9 - GRUB stops the machine immediately

    could you post the output of pve8to9 as well as "proxmox-boot-tool status" and "efibootmgr -v" for the third node, *before doing the upgrade*? thanks!
  3. fabian

    pvesh get /nodes/{node}/qemu & qm list very slow since Proxmox 9

    the fix is still not included, I'll ping it once more.
  4. fabian

    PSA: PVE 9.X iSCSI/iscsiadm upgrade incompatibility

    yes, I got a GH notification about it but it was too close to the cutoff for the next point release (this weekend) on the Debian side. I will get it included in unstable and then try to get it backported for Debian 13.4 (which will be cut in March).
  5. fabian

    PBS: proxmox-backup-proxy fails to start due to permission issues on /run/proxmox-backup

    is this running inside a container? which kind? if it's a PVE LXC container, could you post the config? the issue that it's not possible to mount the tmpfs: Dec 26 14:50:29 pbs-vaduz systemd[1]: Mounting run-proxmox\x2dbackup.mount - Mount tmpfs at /run/proxmox-backup...<br>Dec 26 14:50:29...
  6. fabian

    Container with mp0 configuration won't start via GUI, OK via `lxc-start`

    drwxrwx--- root root nfsshare this means it's not accessible for unprivileged users..
  7. fabian

    PBS: proxmox-backup-proxy fails to start due to permission issues on /run/proxmox-backup

    this absolutely should not be necessary.. please post the output of "journalctl -b" and "proxmox-backup-manager versions --verbose"
  8. fabian

    [SOLVED] User Permission

    please post your exact ACLs..
  9. fabian

    [SOLVED] PBS 4.1: Push Sync Jobs Fail, No Output in Task Viewer & Connection Error

    could you try the 6.14 kernel as well? if that also doesn't work, it really looks like a network/load issue on your system(s).. regarding the task log on the UI - could you try accessing them using the CLI and/or using a fresh, new browser profile? are there any errors in the browser dev console?
  10. fabian

    Verify nach jedem Snapshot oder zeitgesteuert

    verify hat primaer die funktion bit-rot zu erkennen und auf vollstaendigkeit zu pruefen, macht also durchaus sinn dass auch am sync target periodisch zu machen.
  11. fabian

    How to force users to select a pool when creating a VM, instead of allowing null values to be placed in the default pool

    you give your students access to all VMs, they have access to all VMs. remove the ACL giving access to /vms with propagation, then the user will only be able to create guests in the pool, and attempts to create one without a pool set will fail. you also don't need to set NoAccess on all those...
  12. fabian

    [SOLVED] User Permission

    you need to give them access to the bridge/vnet (those have their own ACL paths and privilege). Sys.AccessNetwork is entirely unrelated, as are most other privileges you listed. see https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_privileges
  13. fabian

    Verify nach jedem Snapshot oder zeitgesteuert

    verify direkt nach dem snapshot erzeugen erzeugt last, wenn moeglicherweise noch andere backups ausstehen die davon beeintraechtigt werden koennten. ausserdem ist verify umso effizienter, je groesser der scope ist (weil chunks die von mehreren snapshots referenziert werden, nur einmal geprueft...
  14. fabian

    [SOLVED] PBS 4.1: Push Sync Jobs Fail, No Output in Task Viewer & Connection Error

    could you try updating both ends to the 6.17.4-2 kernel on pbs-test? there is a known issue with older 6.17 kernels that can lead to TCP connection stalls.. if that doesn't help, you could try the 6.14 kernel next. although the symptoms don't match exactly, so there might be a different issue...
  15. fabian

    [SOLVED] How to "isolate" PBS from PVE - security best practices ...

    you can give the PVE access token only access to read old backups and create new ones, but not remove/prune backups. you can combine this with a sync job on the PBS side to keep an offsite archive that is decoupled from the main PBS system (with separate pruning, verification and GC).
  16. fabian

    Backup fails as part of scheduled backup job but successful when manually requested

    well, the scheduled backup job runs on all nodes in your cluster, so likely you have more load on the NAS side in that case, increasing the chances of triggering the issue..
  17. fabian

    Proxmox cloning corrupts the target image - extensive analysis included

    could you still file an issue in our bugzilla with the details (and maybe some references to those upstream reports)?
  18. fabian

    PBS Backup issue on only 1 node out of 3

    filed https://bugzilla.proxmox.com/show_bug.cgi?id=7183 for improving the handling!
  19. fabian

    PBS Backup issue on only 1 node out of 3

    mp0: vault:subvol-305-disk-1,mp=data,backup=1,size=20000G the "data" there should be "/data". it seems this is not handled correctly in the backup code, but works by chance during regular startup.