Recent content by fabian

  1. fabian

    bootx64.efi but not grubx64

    see https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#sd-boot-warning
  2. fabian

    KVM vs TCG Accel, What's different? Anyone have test or benchmark?

    you want KVM. TCG is only needed for cross-arch emulation, or if you are playing around with VMs in a nested context where KVM is not available. it is not a good idea performance or security wise to use it in production.
  3. fabian

    LXC Containers Backing Up Incredibly Slow

    the zstream format is not meant for long-term storage, so no, that does not really make any sense. if you want ZFS snapshot based backups, do ZFS snapshot based backups, nobody will stop you.
  4. fabian

    LXC Containers Backing Up Incredibly Slow

    like you wrote above, any file based approach will take a corresponding amount of time..
  5. fabian

    Unable to run VM migration between 2 clusters

    https://bugzilla.proxmox.com/show_bug.cgi?id=7840 seems like there is a small race window when forwarding unix sockets..
  6. fabian

    How to configure DSCP ?

    Just for the avoidance of doubt as the person who answered you over on GH - I am not one of corosync developers (just an occasional contributor) :)
  7. fabian

    Unable to run VM migration between 2 clusters

    could you post the VM config as well as the journal covering the attempted migration from both sides?
  8. fabian

    [SOLVED] Configuration Concerns

    like many distros, we normally generate a new key for every release. we ship it in the previous release well before the new release is cut, to allow for a smooth transition.
  9. fabian

    Root access through OIDC

    it's a lot less relevant there (except for the update part), because they offer a lot less interfaces requiring root in the first place. but the same applies in principle to all products. the changes happen piece by piece, but we do expect to make some progress in the near future.
  10. fabian

    [SOLVED] Configuration Concerns

    the key is shipped in a package: $ dpkg -L proxmox-archive-keyring /. /etc /etc/apt /etc/apt/trusted.gpg.d /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg /etc/apt/trusted.gpg.d/proxmox-release-trixie.gpg /usr /usr/share /usr/share/doc /usr/share/doc/proxmox-archive-keyring...
  11. fabian

    How to restore from a backup in PBS ?

    you can also use `proxmox-backup-client` to access the backup contents, or `pct restore`/`qmrestore` or their API counterparts for PVE-specific integration. for an existing guest, you can also navigate to the guest->Backups view on the UI to do an in-place restore (overwriting the current...
  12. fabian

    Root access through OIDC

    this is https://bugzilla.proxmox.com/show_bug.cgi?id=2582 and not yet implemented, though we are working through the list of root-only things and try to implement them in a way that makes them not require root@pam anymore (e.g., PCI/USB passthrough used to be in this category and now isn't...
  13. fabian

    Disk Storage migration - Insecure dependency in exec while running...

    please provide full logs and configs, as well as "pveversion -v".
  14. fabian

    PVE 9.2.2 Secure Boot failure after full-upgrade: proxmox-secure-boot-support removed, Debian shim replaces PMX shim, 0x1A Security Violation

    something must be wrong with your repository configuration.. shim-signed Candidate: 1.51+pmx1+16.1-2+pmx1 shim-signed-common Candidate: 1.51+pmx1+16.1-2+pmx1 shim-helpers-amd64-signed Candidate: 1+16.1+2+pmx1 shim-unsigned Candidate: 16.1-2+pmx1 these are all in pve-enterprise since...
  15. fabian

    Can't use ACME CA without ToS

    edit: misread, hold on are you sure the URL is correct? is there a proxy or some other MITM box inbetween? it looks like the request to the directory endpoint fails, not the one to the fetch the ToS..