https://bugzilla.suse.com/show_bug.cgi?id=1182554
Bug ID: 1182554 Summary: cannot start greetd.service .... missing PAM module Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: openSUSE Tumbleweed Status: NEW Severity: Enhancement Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: mcepl@suse.com QA Contact: qa-bugs@suse.de CC: denis.kondratenko@suse.com, mcepl@suse.com, opensuse@trummer.xyz, stdden@opensuse.org Found By: --- Blocker: ---
Created attachment 846366 --> https://bugzilla.suse.com/attachment.cgi?id=846366&action=edit journalctl -xb output
When trying to replace gdm with greetd following the steps on https://en.opensuse.org/Portal:OpenSUSEway, greetd fails to start and journal shows:
�no 22 09:38:10 stitny greetd[2347]: error: PAM 'greetd' service missing
When looking around, there is the file /usr/etc/pam.d/greetd with this content:
~@stitny$ cat /usr/etc/pam.d/greetd #%PAM-1.0 auth requisite pam_nologin.so auth include common-auth account include common-account password include common-password session required pam_loginuid.so session optional pam_keyinit.so force revoke session include common-session ~@stitny$
but I have still /etc/pam.d/ as well and there is no greetd file. Which one is used?