Open treasuretron opened 3 years ago
https://github.com/uunicorn/python-validity/issues/54#issuecomment-742575505
this ended up working for me, maybe need to mess around with rpm pkgs?
Hello! I had the same problem on Lenovo T470s and Fedora 34. This is caused by SELinux. SELinux prevent the services from creating the necessary files.
The above mentioned comment solved the issue, because the files created manually. To bypass the problem, put SELinux into permissive mode until restart:
sudo setenforce Permissive
... and restart the service:
sudo systemctl restart python3-validity
After this it should work.
On Fedora 34 I faced another issue after this: Fedora did not used the fingerprint for authentication. To solve it:
sudo authselect enable-feature with-fingerprint
(I just started to play with this package, so I reserve the right to make a mistake. :) )
Same issue on fedora 35 and https://github.com/uunicorn/python-validity/issues/54#issuecomment-742575505 fixed it. Might be useful to link those to instructions.
What should I do if I would like to keep SELinux enforcing
?
Hello! I had the same problem on Lenovo T470s and Fedora 34. This is caused by SELinux. SELinux prevent the services from creating the necessary files.
The above mentioned comment solved the issue, because the files created manually. To bypass the problem, put SELinux into permissive mode until restart:
sudo setenforce Permissive
Maybe, there is a more elegant solution but I did not find any, so this one was the solution for me, too, on Lenovo X380 (with Validity ID 138a:009d) and Fedora 40.
trying to install on t480s with Fedora 34. Followed the Fedora instructions. But Validity doesn't seem to want to start:
ideas? Thanks :)