Recent content by Moayad

  1. Moayad

    [TUTORIAL] Work Around for Deduped NTFS File Restores

    Hi, For your information, this matches the known [0] `ntfs3` file-restore limitation, and an `ntfs-3g` fallback patch [1] series has been proposed but is not released yet. [0] https://bugzilla.proxmox.com/show_bug.cgi?id=7544 [1]...
  2. Moayad

    [SOLVED] Keycloak OpenID Configuration - Failed to contact token endpoint: Request failed

    Glad to hear that you solved the issue yourself! good catch :) and thank you for posting the fix. I will go ahead and set your thread as [SOLVED] to help other people who have similar issue. Have a nice weekend.
  3. Moayad

    [SOLVED] Keycloak OpenID Configuration - Failed to contact token endpoint: Request failed

    Hi, please post the output of `pveversion -v` and the matching keycloak log line from the same timestamp.
  4. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Glad to hear that you solved yourself! Thank you for sharing the solution as well. I will set your thread as [SOLVED] to help poeple who have the similar issue.
  5. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you! [ 759.647977] i915 0000:00:02.0: driver does not support SR-IOV configuration via sysfs [ 812.413565] i915 0000:00:02.0: driver does not support SR-IOV configuration via sysfs [ 916.467261] i915 0000:00:02.0: driver does not support SR-IOV configuration via sysfs [ 1000.807451]...
  6. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Could you remove the `i915.enable_gvt=1` from the kernel CLI and then try the `echo 1 > /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs` again? If still print error, please the output of `dmesg` You have to initramfs afterwards or reboot the Proxmox VE node.
  7. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you! Could you remove the PCI device from the VM 100 and then run `echo 1 > /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs`? make sure that the VM is stop. Then post the output of `cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs` and `lspci -nnk`
  8. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Oh forget that you posted already! Could you please post the output of: cat /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs
  9. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you for testing! Now could you please provide us the VM config `qm config <VMID>`?
  10. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you for log! If the `8086:4626` is added to `/etc/modprobe.d/vfio.conf ` please also remove it, then update initramfs and reboot the node, then check that `lspci -nnk` shows `i915` instead of `vfio-pci`.
  11. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Thank you for the output! I would undo the `i915` blacklist binding so `00:02.0` is handled by node driver again, then post `cat /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs` and `cat /sys/bus/pci/devices/0000:00:02.0/sriov_numvfs`. Have you checked the Error 43 [0] in our wiki guide...
  12. Moayad

    [SOLVED] Intel iGPU passthrough to Windows VM.

    Hi, Could you please post the output of the following: pveversion -v qm config <VMID> lspci -nnk I would also check if the `/sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs` exists, you can do `ls -la /sys/bus/pci/devices/0000:00:02.0/sriov_totalvfs` from your Proxmox VE node.
  13. Moayad

    Proxmox 8.4.19 to 9.2.4 failure

    Hi, If you are use mdraid for `/boot` I would suggest migrating or reinstalling a supported layout, e.g., ZFS. Because mdraid is not supported [0]. [0] https://pve.proxmox.com/wiki/Software_RAID
  14. Moayad

    Proxmox Random Shutdowns/Reboots

    I would also check the temperature when the issue happened.
  15. Moayad

    Proxmox Random Shutdowns/Reboots

    I would focus on the power path first, PSU, UPS, as well as the power cables. Because this is not a Proxmox VE issue from the logs you've provided I saw. Or if possible, test with another PSU or temporarily reduce the load by disconnecting some Hardware like GPU etc..