0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Updated Common issues (markdown)

Sayafdine Said 2023-12-23 15:16:52 +01:00
parent 363a9994b5
commit 0d0b54c25e

@ -90,7 +90,15 @@ export OPENCV_VIDEOIO_PRIORITY_INTEL_MFX=0
```
### Nothing shows up on Fedora
If you haven't configured things related to `pam.d` and `SELinux` (i.e. you just installed howdy and added a face model, but when it comes to `sudo` or logging in, nothing shows up and you still have to enter the password), then it is likely to be because your system has yet to be configured to use howdy.<br>
For an automatic quick fix, please check out [this bash script](https://gist.github.com/m1nicrusher/35e79b20553c8863e0c642f8d801da7f).<br><br>
For full explanation please check out [Fedora copr](https://copr.fedorainfracloud.org/coprs/principis/howdy/).<br>
For ongoing discussion about this issue, please check out issue [#711](https://github.com/boltgolt/howdy/issues/711#issuecomment-1306559496)
For ongoing discussion about this issue, please check out issue [#711](https://github.com/boltgolt/howdy/issues/711#issuecomment-1306559496)
Another problem could that the snapshots folder isn't created correctly and thus preventing authentication.
A solution to this problem could be to manually create the folder:
```sh
sudo mkdir /usr/lib64/security/howdy/snapshots
```