If anyone who understands this issue knows that it’s harmless pls let me know and I’ll happily forget about it.
When I close my laptop lid and reopen it I get this error in sudo journalctl -b
cinnamon-screensaver-pam-helper[1875]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Nov 05 09:24:27 Blackstone cinnamon-screensaver-pam-helper[1875]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
I found a fix which was to install gnome-keyring
but when I did that other issues were created with lightdm
so I uninstalled gnome-keyring
I found another fix here
It says
The “solution” is invariably to restart the complaining program.
and
I’ve had to execute
systemctl daemon-reexec
on various machines as well to fix this
But I don’t know how to restart the program or daemon, I’m assuming they are talking about pam.
Any help would be much appreciated,
Muj