You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy installed successfully, after a little help with pip install dlib. sudo howdy test and sudo howdy add also ran without errors or warnings.
While I can use sudo ls and sudo -i with face recognition, I cannot unlock my gnome screen. When I try, it cycles between these two states. I cannot type in the first state and the password field resets every cycle. Pressing enter with a wrong or empty password will not break the cycle. I have to rush in my password in the second state and press enter to unlock the device.
/var/log/auth.log adds the following when I lock the screen and log in again:
i had to make the python files in /lib/howdy readable (and the recorders folder executable) for this to work - i guess the lock screen code is running as your user, and the login code is being run by root? python3 /lib/security/howdy/compare.py $USER
was failing for me with the Error 1 message, fixing those permissions made it work for me.
Howdy installed successfully, after a little help with
pip install dlib
.sudo howdy test
andsudo howdy add
also ran without errors or warnings.While I can use
sudo ls
andsudo -i
with face recognition, I cannot unlock my gnome screen. When I try, it cycles between these two states. I cannot type in the first state and the password field resets every cycle. Pressing enter with a wrong or empty password will not break the cycle. I have to rush in my password in the second state and press enter to unlock the device./var/log/auth.log
adds the following when I lock the screen and log in again:When adding this line to
/etc/pam.d/gdm-password
:the system cannot find the file (which does not exist on the file system). The
auth.log
changes as follows:So, when I modify the line and point to the right file:
The
auth.log
changes as follows:So, just as at the beginning of troubleshooting.
/etc/howdy
has the following permissions:/lib/security/howdy
has the following permissions:My /etc/howdy/config.ini can be found here: https://pastebin.com/VCSrdeGT
A helping hand would be appreciated.
Linux distribution (if applicable): Ubuntu 24.04 LTS (noble)
Howdy version: Howdy 3.0.0 BETA
The text was updated successfully, but these errors were encountered: