User session closed after screen blank+locked (TW 20230925)
Hi, I've observed an odd problem today (at least thrice) so far. When after a while my screen is locked, and I try to log back in, my entire session is lost. Restarting stuff is complicated due to weired networking/socket(?) issues. E.g. mutt complains with a "not seen before message" and won't start. Thus I have to reboot and start over again. This is "openSUSE Tumbleweed 20230925". Did others observe similar issues? Thanks. -- Regards, Andreas SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nürnberg, Germany GF: Ivo Totev, Andrew McDonald, Werner Knoblich (HRB 36809, AG Nürnberg)
On jue, 2023-09-28 at 11:29 +0200, Andreas Herrmann wrote:
Hi,
I've observed an odd problem today (at least thrice) so far.
When after a while my screen is locked, and I try to log back in, my entire session is lost. Restarting stuff is complicated due to weired networking/socket(?) issues. E.g. mutt complains with a "not seen before message" and won't start.
Thus I have to reboot and start over again.
This is "openSUSE Tumbleweed 20230925".
Did others observe similar issues?
Hello, Maybe it's this problem with amdgpu: https://bugzilla.suse.com/show_bug.cgi?id=1215695 I'm using a workaround that fixes the issue for me, I just run: sudo chrt -a -o -p 0 $(pgrep -x gnome-shell) after login and I can lock/unlock without problems. Regards. -- Daniel García Moreno Python Packager
On Thu, Sep 28, 2023 at 09:35:38AM +0000, Daniel Garcia via openSUSE Factory wrote:
On jue, 2023-09-28 at 11:29 +0200, Andreas Herrmann wrote:
Hi,
I've observed an odd problem today (at least thrice) so far.
When after a while my screen is locked, and I try to log back in, my entire session is lost. Restarting stuff is complicated due to weired networking/socket(?) issues. E.g. mutt complains with a "not seen before message" and won't start.
Thus I have to reboot and start over again.
This is "openSUSE Tumbleweed 20230925".
Did others observe similar issues?
Hello,
Hi,
Maybe it's this problem with amdgpu: https://bugzilla.suse.com/show_bug.cgi?id=1215695
Ok.
I'm using a workaround that fixes the issue for me, I just run:
sudo chrt -a -o -p 0 $(pgrep -x gnome-shell)
after login and I can lock/unlock without problems.
Thanks for the hint. Will try it.
Regards.
-- Daniel García Moreno Python Packager
-- Regards, Andreas SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nürnberg, Germany GF: Ivo Totev, Andrew McDonald, Werner Knoblich (HRB 36809, AG Nürnberg)
On Thu, 2023-09-28 at 11:40 +0200, Andreas Herrmann wrote:
On Thu, Sep 28, 2023 at 09:35:38AM +0000, Daniel Garcia via openSUSE Factory wrote:
On jue, 2023-09-28 at 11:29 +0200, Andreas Herrmann wrote:
Hi,
I've observed an odd problem today (at least thrice) so far.
When after a while my screen is locked, and I try to log back in, my entire session is lost. Restarting stuff is complicated due to weired networking/socket(?) issues. E.g. mutt complains with a "not seen before message" and won't start.
Thus I have to reboot and start over again.
This is "openSUSE Tumbleweed 20230925".
Did others observe similar issues?
Yes, I have been tracking the upstream issue: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3293 for a while, but at least in my case (amdgpu as well) none of its draft versions worked, while the now final version seems too complicated to incorporate as a patch. A semi-permanent solution, something that will work across reboots, is to set MUTTER_DEBUG_KMS_THREAD_TYPE=user in /usr/etc/environment. Best wishes, -- Atri
participants (3)
-
Andreas Herrmann
-
Atri Bhattacharya
-
Daniel Garcia