Summary: | Fails to start session after logging out if there is any process of this user | ||
---|---|---|---|
Product: | [Unmaintained] ksmserver | Reporter: | Pyroman <retratserif> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, plasma-bugs |
Priority: | NOR | ||
Version First Reported In: | 5.17.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pyroman
2020-02-01 21:20:45 UTC
Can I have a "ps aux" after you've logged out. Something is dangling, and you've explicitly turned off the part that cleans up. (In reply to David Edmundson from comment #1) > Can I have a "ps aux" after you've logged out. > > Something is dangling, and you've explicitly turned off the part that cleans > up. After logging out: https://pastebin.com/XxwnwfS0 After logging in failure: https://pastebin.com/xKsD9qWM After kill -u $USER: https://pastebin.com/SdWuPMAB (still cannot log in, have to logout from TTY2) (In reply to Pyroman from comment #2) > After kill -u $USER s/kill/pkill/ Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Forgot to change status to reported. Syslog messages: https://pastebin.com/g28kNkCr Notice message "sddm-greeter[15426]: The X11 connection broke (error 1). Did the X11 server die?" There are also many QML TypeError messages but they appear even on logging in successfully. This bug looks similar to https://bugs.freedesktop.org/show_bug.cgi?id=94508 As a temporary workaround I've wrote wrapping session which runs `loginctl terminate-session $XDG_SESSION_ID` after `startplasma-x11` exits. https://github.com/rekcuFniarB/LimitDesktopSessionPerUser This was fixed in Plasma 5.21, thankfully! Confirmed, thanks! |