Hello, I am trying to set up pam mount of an encrypted volume as per the pam mount gentoo wiki page however, I cannot seem to login after editing "/etc/pam.d/system-login" and "/etc/security/pam_mount.conf.xml". When I try to login with any user I get an error "module is unknown" When I check journalctl, I see there is an issue with pam_tally2.so, as per the error "PAM unable to dlopen(/lib64/security/pam_tally2.so): /lib64/security/pam_tally2.so: cannot open shared object file: No such file or directory". And it does seem pam_tally2.so doesn't exist. Am I missing a package? My /etc/pam.d/system-login: https://bpa.st/7IEQ and my /etc/security/pam_mount.conf.xml: https://bpa.st/EZ5A Thanks in advance for any help
#Pam mount encrypted volume
1 messages · Page 1 of 1 (latest)
Nevermind, I figured it out. The wiki just needs updating as pam_tally is deprecated and should no longer be added to the config
update the wiki...
I did already