qubes-issues icon indicating copy to clipboard operation
qubes-issues copied to clipboard

Several errors about missing pam_sss in dom0

Open marmarek opened this issue 2 years ago • 5 comments

How to file a helpful issue

Qubes OS release

R4.2

Brief summary

Dom0 log contains several errors about missing pam_sss.so.

Steps to reproduce

Login, unlock screen or any other action involving PAM

Expected behavior

No errors

Actual behavior

Oct 10 18:50:30 dom0 xscreensaver-auth[33499]: PAM unable to dlopen(/usr/lib64/security/pam_sss.so): /usr/lib64/security/pam_sss.so: cannot open shared object file: No such file or directory
Oct 10 18:50:30 dom0 xscreensaver-auth[33499]: PAM adding faulty module: /usr/lib64/security/pam_sss.so

Setting "minimal" profile of authselect should fix the issue.

marmarek avatar Oct 11 '23 00:10 marmarek

This has caused issues for a user in the forum when setting up a network printer via CUPS: https://forum.qubes-os.org/t/cups-reporting-problem-with-pam-sss-so/24089

deeplow avatar Jan 30 '24 10:01 deeplow

@deeplow did switching to “minimal” make the problem go away?

DemiMarie avatar Feb 28 '24 00:02 DemiMarie

This is in dom0, not a template.

deeplow avatar Feb 28 '24 08:02 deeplow

@deeplow in dom0 run : sudo authselect select minimal

This solved the issue for me @DemiMarie

euidzero avatar Jun 24 '24 12:06 euidzero

@euidzero This is probably the best answer indeed. Thanks!

DemiMarie avatar Jun 24 '24 22:06 DemiMarie