You are not logged in.
Pages: 1
There seem to be a lot of fairly recent posts on this topic, all with various symptoms. I think that my specific situation is closest to the one described in this solved thread.
I am running an AMD/AMD desktop, linux 6.12.3.arch1-1. I have applied the hotfixes discussed in the above thread (below are the contents of the relevant systemd files, to be sure.)
When running any sleep commands (sleep, suspend, hibernate, etc.), system will successfully sleep/suspend/etc., but on wake the user session is frozen and the only way to fix it is to hard reboot. (SysRq might work, have not tried but it is not a fix).
$ systemctl --version
systemd 256 (256.9-1-arch)
+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE/etc/systemd/system/systemd-suspend.service.d/disable_freeze_user_session.conf
[Service]
Environment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=false"/etc/systemd/system/systemd-homed.service.d/override.conf
[Service]
Environment="SYSTEMD_HOME_LOCK_FREEZE_SESSION=false"I'll reply to this post with a link to the journalctl starting right before I invoke a sleep right after I cause a failure again, system has been on all day because of said issue.
Offline
Journalctl:
https://0x0.st/XhfY.txt
Offline
The journal doesn't indicate SYSTEMD_HOME_LOCK_FREEZE_SESSION=false is in place? (systemd complains about it, but that might also be lost w/ the hard reboot)
Therefore
SysRq might work, have not tried but it is not a fix
no, but it would allow to preserve the journal of the failing resume, so please check that.
Offline
It'll take me a hot second. I use a TKL, and the only way to make the key available is to use a layer which can only be set on the windows-only configuration software (do not have a functional windows box atm). Will be back with an updated journalctl!
Offline
Pages: 1