0
votes
0answers
165 views

new kernels fail to boot

I can't get my new kernels to boot. I get messages about /scripts/local-premount ... libcrypt version: 1.5.0 Could not stat the resume device file /dev/dm-0 Please type in the full path name to ...
5
votes
1answer
551 views

Prevent temporally suspend/hibernate from script?

Is there any way to prevent temporally suspend/hibernate from a script? I want the screen to enter in powersave mode when appropriate, but the computer doesn't stop. Caffeine doesn't allow this: it ...
1
vote
1answer
183 views

Can I log how long resume (un-hibernate) takes?

This question has been spun off from my question about hibernate being slow. I know I can run a script when I resume the computer by putting it in /etc/acpi/resume.d, but that will only run it once. ...