NVIDIA / ansible-role-nvidia-driver

BSD 3-Clause "New" or "Revised" License
117 stars 67 forks source link

Unable to enable service nvidia-persistenced: Failed to enable unit #79

Open bettaps opened 9 months ago

bettaps commented 9 months ago

Hello, While installing this role on a fresh gpu server, I'm getting the following error: FAILED! => {"changed": false, "msg": "Unable to enable service nvidia-persistenced: Failed to enable unit: Unit file /etc/systemd/system/nvidia-persistenced.service is masked.\n"}

How do i resolve this ?

Thanks!

dholt commented 9 months ago

you can manually run systemctl unmask nvidia-persistenced and re-run the role