Usually, after restarting, I can run
systemctl suspend
once or twice, after which, it gives me an error:
Failed to suspend system via logind: There's already a shutdown or sleep operation in progress
Kernel: Zen 5.4.1
Systemd:
systemd 244 (244-1-arch)
+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid
KDE: 5.17.4
The only thing I can find in
journalctl -r
is this:
Dec 17 12:21:36 anarchy kernel: Restarting tasks ... done.
Dec 17 12:21:36 anarchy kernel: OOM killer enabled.
Dec 17 12:21:36 anarchy kernel: Restarting kernel threads ... done.
Dec 17 12:21:36 anarchy kernel: pool 16: cpus=0-7 flags=0x4 nice=0 hung=0s workers=6 idle: 2480 2377 2398 2499 2225
Dec 17 12:21:36 anarchy kernel: delayed: disk_events_workfn
Dec 17 12:21:36 anarchy kernel: in-flight: 1633:thermal_zone_device_check BAR(1633)
Dec 17 12:21:36 anarchy kernel: pwq 16: cpus=0-7 flags=0x4 nice=0 active=1/0
Dec 17 12:21:36 anarchy kernel: workqueue events_freezable_power_: flags=0x86
Dec 17 12:21:36 anarchy kernel: Showing busy workqueues and worker pools:
Dec 17 12:21:36 anarchy kernel: Freezing of tasks failed after 20.002 seconds (0 tasks refusing to freeze, wq_busy=1):
Dec 17 12:21:36 anarchy kernel: Freezing remaining freezable tasks ...
Dec 17 12:21:36 anarchy kernel: OOM killer disabled.
Dec 17 12:21:36 anarchy kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Dec 17 12:21:16 anarchy kernel: Filesystems sync: 0.014 seconds
Dec 17 12:21:16 anarchy kernel: PM: suspend entry (deep)
Dec 17 12:21:16 anarchy systemd-sleep[2497]: Suspending system...
Dec 17 12:21:16 anarchy systemd[1]: Starting Suspend...
Dec 17 12:21:16 anarchy systemd[1]: Reached target Sleep.
Dec 17 12:21:16 anarchy polkitd[652]: Unregistered Authentication Agent for unix-process:2482:991538 (system bus name :>
Dec 17 12:21:16 anarchy NetworkManager[488]: [1576599676.5555] manager: NetworkManager state is now ASLEEP
Dec 17 12:21:16 anarchy NetworkManager[488]: [1576599676.5553] manager: sleep: sleep requested (sleeping: no e>
Dec 17 12:21:16 anarchy polkitd[652]: Registered Authentication Agent for unix-process:2482:991538 (system bus name :1.>
Dec 17 12:15:16 anarchy kernel: audit: type=1100 audit(1576599316.511:56): pid=2401 uid=1000 auid=1000 ses=1 msg='op=PA>
The freezing tasks bit is the only hopeful thing there is, but I don’t know where to go from here.