Hi,
I've got myself into an issue where I'm getting the files do not exist errors in the VFIO-PCI Log when it is trying to bind my GPU. I upgraded to the RC1 but also made a move to use Nvidia plugin and use the GPU for Tadarr and that was all working fine. I've tried to go back to using the GPU for VMs and it won't passthrough. Looking at the VFIO log it is saying it can't adjust group ownership as the file or directory doesn't exist but looking in terminal I can see the folder and the files (3 files - 28, 29 and vfio).
Not sure if this is causing the VM issue but it's the first error I can find.
Loading config from /boot/config/vfio-pci.cfg
BIND=0000:0a:00.0|10de:1c03 0000:0a:00.1|10de:10f1
---
Processing 0000:0a:00.0 10de:1c03
Vendor:Device 10de:1c03 found at 0000:0a:00.0
IOMMU group members (sans bridges):
/sys/bus/pci/devices/0000:0a:00.0/iommu_group/devices/0000:0a:00.0
Binding...
chown: cannot access '/dev/vfio/28': No such file or directory
Error: unable to adjust group ownership of /dev/vfio/28
---
Processing 0000:0a:00.1 10de:10f1
Vendor:Device 10de:10f1 found at 0000:0a:00.1
IOMMU group members (sans bridges):
/sys/bus/pci/devices/0000:0a:00.1/iommu_group/devices/0000:0a:00.1
Binding...
chown: cannot access '/dev/vfio/29': No such file or directory
Error: unable to adjust group ownership of /dev/vfio/29
---
vfio-pci binding complete
Devices listed in /sys/bus/pci/drivers/vfio-pci:
lrwxrwxrwx 1 root root 0 Nov 3 13:47 0000:0a:00.0 -> ../../../../devices/pci0000:00/0000:00:03.1/0000:0a:00.0
lrwxrwxrwx 1 root root 0 Nov 3 13:47 0000:0a:00.1 -> ../../../../devices/pci0000:00/0000:00:03.1/0000:0a:00.1
ls -l /dev/vfio/
ls: cannot access '/dev/vfio/': No such file or directory
Thank you in advance for any help
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.