Could you please explain how these two specific packages alone can be downgraded ? Thanks.
To be frank, if you donât know how to downgrade packages, you probably shouldnât be using the unstable branch. 
$ su
# downgrade fprintd libfprint
Choose the versions I mentioned above and answer y to add them to IgnorePkg.
If you donât have a fingerprint sensor, you could probably just remove them instead.
fprintd released 7 h ago 1.90.7 with the following release notes:
Version 1.90.7:
While 1.90.6 fixed a number of issues, we did have a bad regression due
causing pam_fprintd to crash when there are no fingerprint devices
installed.
Highlights:
- pam: Guard strdup calls against NULL pointers
Edit: Removing them solved the problem immediately.
I wonât know/learn until I do it the first time right. Now I know how. For me, thatâs the point behind tinkering with Linux. Someday Iâll know enough to be able to teach others ![]()
Thanks for explaining and teaching me something new.
Okay the update worked for me, too.
But when you donât have installed downgrade you can boot from an usb stick and mount your filesystem.
Edit the file: /etc/pam.d/sudo and comment out the pam.fprint.d
#auth sufficient pam_fprintd.so.
Further i added in /etc/pam.d/su**
auth sufficient pam_wheel.so trust use_uid
auth required pam_wheel.so use_uid
After that reboot and you have sudo without a problem and you can update fprintd.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.