QubesOS / qubes-issues

The Qubes OS Project issue tracker
https://www.qubes-os.org/doc/issue-tracking/
534 stars 46 forks source link

Several errors about missing pam_sss in dom0 #8595

Open marmarek opened 10 months ago

marmarek commented 10 months ago

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.

deeplow commented 6 months ago

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

DemiMarie commented 5 months ago

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

deeplow commented 5 months ago

This is in dom0, not a template.

euidzero commented 2 months ago

@deeplow in dom0 run : sudo authselect select minimal

This solved the issue for me @DemiMarie

DemiMarie commented 2 months ago

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