Search results

  1. dcsapak

    HTTP Proxy missing NO_PROXY support

    the easiest way to determine demand for us is when people open a bug and comment there (as i already wrote), not all developers see all forum threads, but most are aware of high activity bugs. It seems the OP of this thread did also not leave a comment on the linked bug, so I'd encourage you to...
  2. dcsapak

    Container in Proxmox from Homeassistant not available

    couldn't you connect via the pve web ui to the container and get the logs out this way? (or using 'pct enter ID' on the host cli) without more information it's not really possible to help (a shot in the dark could be: firewall settings, duplicate ip, etc..)
  3. dcsapak

    Warnings (and how to get rid of them) upgrading from 7 to 8

    yes, installing the package with apt is the right way, and if you remove the dkms module it can't fail anymore (it depends on how you installed the dkms module in the first place, but if you added it straight with dkms, then removing it the same way is correct)
  4. dcsapak

    Warnings (and how to get rid of them) upgrading from 7 to 8

    Hi, the easiest way to confirm is to run the pve7to8 tool again, if everything is fine, the warnings should be gone :)
  5. dcsapak

    [SOLVED] GPU Passthrough on fedora

    Hi, the error you posted happens before any guest os is booted/involved, so i doubt that fedora is the culprit here. can you post both vm configs? (my guess is that the windows vm either does not use 'x-vga' or uses ovmf, which makes the 'x-vga' option more or less useless) in any case, try...
  6. dcsapak

    adding proxmox backup server

    no bugtracker, but when we implement it, it will be rolled out in the pdm repositories like any update
  7. dcsapak

    Feature Request: Extend REST API for 'qm create'

    just to chime in here: the reason that the 'args' part is root only is because it can contain arbitrary qemu commandline options, which would be a massive security issue if anybody could do that (e.g. one could passthrought the root disk or other sensible files to a vm) most of the time the...
  8. dcsapak

    adding proxmox backup server

    yeah the implementation is far from something usable, but we'll work on it!
  9. dcsapak

    Error 43 on Win10 with NVIDIA GT 1030 pass-through

    so it works on linux? this would indicate a windows driver issue.... i meant removing that when you try to boot windows if it works then
  10. dcsapak

    Slow Restore Times Despite Trying Everything

    Hi, it is indeed weird that one host has a differente speed than the others (if they're really identical hardware + software) In that case i'd try to get some baseline values: proxmox-backup-client benchmark on each of the hosts (the clients and the backup server) and an iperf between the...
  11. dcsapak

    Proxmox Backup Server support Multitenancy?

    this is due to that specific api call needing sys.audit privilege on /system/status is it actually a problem? only only cosmetic? ususally if you give a user permissions for their datastore, everything datastore related should work
  12. dcsapak

    can't lock file '/var/lock/qemu-server/lock-104.conf' - got timeout

    this corresponds to a worker task, and if it still is running, this should be visible on the ui (on the bottom) as a running task if it's not running anymore, it should still be there, you can get e.g. the status from the 'upid' with pvenode task status <upid> or show all running tasks on...
  13. dcsapak

    can't lock file '/var/lock/qemu-server/lock-104.conf' - got timeout

    hi, is there still a running task for that vm? if the lock can't be aquired, then it's most likely conflicting with another action that's currently running (such as starting, backup, etc.) if they think it's a proxmox ve issue, they should reach out (e.g. on our developer list/bug...
  14. dcsapak

    NVIDIA vGPU Software 18 Support for Proxmox VE

    Just fyi: there is now an official nvidia youtube video guide on how to set it up: https://www.youtube.com/watch?v=Xp_TPHnCOWw
  15. dcsapak

    Error 43 on Win10 with NVIDIA GT 1030 pass-through

    does it work when you use linux as a guest? (e.g. ubuntu/debian ) ? does it make a difference if you remove the pcie=1 part?
  16. dcsapak

    Error 43 on Win10 with NVIDIA GT 1030 pass-through

    hi, first the last bit looks wrong -> it should be video=efifb:off then this line should not be necessary since quite a while (1. we have these workarounds alreay builtin, and 2. nvidia patched their driver so it's not necessary in the first place) also did you see our section on...
  17. dcsapak

    [SOLVED] User Filter in LDAP only working for the first group

    hi, can you provide the pveversion (pveversion -v) and the output of a sync task? (does not matter if it's a dry run or not) if possible for both configurations thanks!
  18. dcsapak

    vGPU with nVIDIA on Kernel 6.8

    are you sure this has something to do with the guest drivers and not e.g. an update of windows itself?
  19. dcsapak

    NVIDIA vGPU Software 18 Support for Proxmox VE

    Hi, are you sure it has something to do with the vgpu driver ? (i can't imagine that this should make a lot of difference) If yes, please open a new thread so it can be properly discussed