Bug 844399
Summary: | perhaps systemd-logind kills sessions on logout | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | udo <udovdh> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | johannbg, lnykryn, metherid, mschmidt, msekleta, notting, plautrba, systemd-maint, vpavlin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-01 16:38:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
udo
2012-07-30 13:40:53 UTC
Are you running any programs after logging as user a. Can you provide output of ps command? [root@recorder ~]# su - mythtv Authentic: Indubitably true, in somebody's opinion. [mythtv@recorder ~]$ ps PID TTY TIME CMD 8055 pts/0 00:00:00 bash 8088 pts/0 00:00:00 ps [mythtv@recorder ~]$ (In reply to comment #0) > two out of my three running boxes do show this behaviour. > The most powerful one (this one) doesn't. Just guessing... Does this box have a custom kernel? If so, is it possible to reproduce the bug with a Fedora kernel? All of my PC's run a 'custom' kernel: plain kernel.org code with very little patching. So what would you suggest that kills my sessions? (I do not want to exclude this possibility but it sounds far fetched and the two boxes in question have work to do so I'd rather not reboot them) If, for instance, you have disabled CONFIG_AUDIT, you are exercising certain less tested codepaths inside systemd-logind and PAM modules. CONFIG_AUDIT is set on one box where the issue occurs, but is not set on the otehr box where the issue occurs. See https://bugzilla.redhat.com/show_bug.cgi?id=821254 Same issue? The problem has been identified as incorrect PAM configuration, in bug 821254. *** This bug has been marked as a duplicate of bug 821254 *** |