|
Bugzilla – Full Text Bug Listing |
| Summary: | Occasionally screen cannot be unlocked | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Alexander Osthof <aosthof> |
| Component: | KDE Workspace (Plasma) | Assignee: | E-Mail List <opensuse-kde-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | aosthof, fvogt |
| Version: | Leap 15.5 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
journalctl output
journalctl output 2023-09-11 loginctl session-status output |
||
|
Description
Alexander Osthof
2023-08-09 07:59:54 UTC
You can use "loginctl unlock" to work around this when it occurs. Anything relevant in the journal? Thanks for the workaround hint, Fabian! I'll have a look at the journal next time this issue occurs. As expected, after a longer period of time the screen couldn't be unlocked anymore. I've saved the journalctl.log and unlocked the screen manually with "loginctl unlock-session $SESSION_ID". Created attachment 868901 [details]
journalctl output
This journalctl output contains the log from trying to unlock the graphical screen (which failed) until the login on tty1 by root to workaround the issue by manually unlocking the screen with "loginctl unlock-session $SESSION_ID".
I see some screen events, maybe that's related somehow. If all the greeter instances disappear and at some point reappear, it might get confused. The screen with the "Unlock" button appears if PAM didn't ask for a password before triggering the "succeeded" handler, but apparently something reset the success state at some point, either by starting a new attempt in parallel or calling the "failed" handler. This causes the "Greeter tried to quit without being unlocked" log message. Please set the log level of the "KScreenLocker (greeter)" category to "full debugging" using kdebugsettings. That should show which one of those scenarios happens. I've set the log level to "full debugging" now and will provide the log next time the issue occurs. Happened this morning again, I'll attach the output of this morning's journalctl and the output of `loginctl session-status`. Created attachment 869410 [details]
journalctl output 2023-09-11
Created attachment 869412 [details]
loginctl session-status output
|