Recent content by dcsapak

  1. dcsapak

    Support for Unicode characters in usernames

    not sure how the url decoder decode this, but when i do it on the command line i get similarly garbled output: printf $(echo "%C3%AB%C2%8C%C2%80%C3%AD%C2%98%C2%84" | sed 's/%/\\x/g')" output: ëí ( i replace the '%' symbol with '\x' so that printf interprets it as hexadecimal characters)...
  2. dcsapak

    Prox9.1.1 PCI passthrough not working properly.

    did you try to install the nvidia driver? does the card work in the guest? the screenshot only shows that the card shows up in linux and the nouveau driver is used...
  3. dcsapak

    [TUTORIAL] Easy tutorial for eGPU thunderbolt passthrough on a Minisforum UM790 Pro

    sadly we don't have the hardware here to test, but one thing that might help is the output of 'dmesg' after you plug in the enclosure (without running lspci)
  4. dcsapak

    Two GPU and their assigment to /dev/dri/renderD...

    an alternative would be to use '/dev/dri/by-path' which encodes the pciid and that should be more stable? (i hope at least)
  5. dcsapak

    Issues in official lxc containers: opensuse-10.6

    hi, sure, the bug tracker is open to all, not bound to a subscription: https://bugzilla.proxmox.com please do file a bug for both issues! thanks
  6. dcsapak

    Can't login with any user after creating new user

    this sounds especially worrying as the pve ui does not touch this part of the system at all, even when adding a new user. i'd first try to re-establish a successful login via ssh, and then look in the journal/syslog to further diagnose the issue. if you have "physical" access (or via a ipmi...
  7. dcsapak

    Prox9.1.1 PCI passthrough not working properly.

    could you also try with a linux guest? just to rule out it's a windows and/or guest driver related issue?
  8. dcsapak

    [SOLVED] Proxmox vGPU set-up troubleshooting

    answered in your other thread: https://forum.proxmox.com/threads/proxmox-vgpu-configuration-troubleshooting.182337/ please don't double post in the future
  9. dcsapak

    Non riesco ad entrare con il browser in Proxmox

    hi, since this is an english forum, please write your posts in english. here the translated post: is that the correct ip range for your network? did you enter 'https://192.168.1.110:8006' as your url in the browser?
  10. dcsapak

    [0x08000800]: an uncorrected error caused a data fabric sync flood event

    hi, did you try with other linux flavors too? only found https://community.frame.work/t/0x08000800-uncorrected-error-causing-a-data-fabric-sync-flood-event/79286 which points to a kernel issue (it's different hardware though)
  11. dcsapak

    [SOLVED] Proxmox vGPU configuration troubleshooting

    interesting, did you do more than that? because there should be no difference between activating the 'ALL' service vs activating all 3 individually (nvidias script basically first finds all nvidia cards with 'ALL' and then does the same for each card what it would do if activated for a single...
  12. dcsapak

    Hi everyone

    i did not have access to such systems, but i think you could either do vgpu via ai enterprise, or passthrough everything, see this note in the nvidia docs: https://docs.nvidia.com/ai-enterprise/release-6/6.2/support/support-matrix.html#supported-platforms
  13. dcsapak

    GPU keeps dissapearing

    you should be able to gzip it , e.g. by piping it into gzip journalctl <your journalctl parameters go here> | gzip > journal.log.gz a good start would be to use the '--since' and '--until' flags to limit the journal to a specific timerange an example could be journalctl --since 2026-03-31...
  14. dcsapak

    Struggling to Properly Configure Passthrough (I Think?)

    please don't double/cross post your issue across various threads. instead open your own when the issue is not the same (as i told you in the other thread)
  15. dcsapak

    PCI Passthrough - IOMMU not enabling

    it's definitely not the same issue, the OP could not passthrough at all for some reason. please open a new thread with a bit more info (e.g. the error code from the windows driver) also try without viommu=intel on the machine and see here: https://pve.proxmox.com/wiki/PCI_Passthrough#Troubleshooting