yavdr / yavdr-ansible

ansible playbooks for yaVDR
GNU General Public License v3.0
11 stars 10 forks source link

nvidia-340 does not have a service for nvidia-persistenced #12

Closed tjaalton closed 4 years ago

tjaalton commented 5 years ago

The install fails if the newest nvidia driver the hw supports is nvidia-340 (like on GT218 ION), because it doesn't have a service for nvidia-persistenced:

TASK [yavdr-xorg : start nvidia-persistenced] **** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Could not find the requested service nvidia-persistenced: host"}

seahawk1986 commented 5 years ago

Good catch - this should be fixed by https://github.com/yavdr/yavdr-ansible/commit/b520bd4f3fe474e0a5e9da38e65000c01eb3a525

seahawk1986 commented 4 years ago

I am closing this for now since there have not been any newer reports regarding this problem.