ManageIQ / manageiq

ManageIQ Open-Source Management Platform
https://manageiq.org
Apache License 2.0
1.34k stars 897 forks source link

Step: CheckProvisioned Status: Message: [Errno::EACCES]: Permission denied @ rb_sysopen - nfs://<NFS Server>/var/www/httpd/miq/pxe/XX-XX-XX-XX-XX-XX-XX #22638

Open ronjumath opened 1 year ago

ronjumath commented 1 year ago

Hi,

I am using manageiq Oparin. I have configured my PXE server successfully. I get this error while trying to provison a VM Step: CheckProvisioned Status: Message: [Errno::EACCES]: Permission denied @ rb_sysopen - nfs:///var/www/httpd/miq/pxe/XX-XX-XX-XX-XX-XX-XX

kbrock commented 1 year ago

feels related to https://github.com/ManageIQ/manageiq/issues/22500

agrare commented 1 year ago

This is a slightly different error from #22500 so I don't want to mark this as a duplicate yet but this is likely the same root cause. Most operations are now run by the manageiq user not root so these root-only operations will fail. This is something that we need to fix but will be slightly more involved to fix.