0
votes
1answer
18 views

How to run a script after or before hibernate

I want to run a 4 commands before a hibernate and another 2 commands after update. Is it also possible to arrange the time/squence of each commands,if yes then could you explain how?
0
votes
0answers
171 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
563 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
185 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. ...