You are not logged in.

#26 2026-08-02 14:51:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,527

Re: Sleep breaking the system.

The idea was to remove the keyboard during the "sleep 60" and attach it when the system has entered s2idle.

To auto-wake the system you'll have to use eg.

sudo rtcwake -m mem -s 30

Otherwise you'll still have to wake the system w/ the lid or power button (or a key, though typically only the space bar works…)

Pushing the power button always bears the risk to result in an inconsistent filesystem.
Do you currently still run into IO errors and missing binaries?

You'll have to fsck and check the package integrity

sudo LC_ALL=C pacman --root /mnt -Qkk | grep -v ', 0 altered files' | grep -v backup

from the install iso.

If you expect to run into a situation where you can no longer reboot even w/ https://wiki.archlinux.org/title/Keyboa … el_(SysRq) + REISUB prepare for that by running "sudo sync" at least to mitigate the impact (in this case I assume you recently ran an update?)

Offline

Board footer

Powered by FluxBB