I want to put resume logic in rc.resume.
I put logger statements in rc.suspend and I see those messages in /var/log/messages
I put logger statements all over rc.resume and none fire
If I invoke rc.resume as root (and pass "acpi 3" -- mapping to the undo to my acpiconf -s3 behavior on lid close), the scrips runs and the expected logging fires.
So i can only conclude that my rc.resume is not being fired on lid open.
Can anyone provide a hint about where to debug that (failed) binding? rc.suspend(8) didn't have any particulars. I think the binding might be in the sysctl mapping. But if anyone can correct my model before i start futzing with system files, I'd much appreciate it.
I put logger statements in rc.suspend and I see those messages in /var/log/messages
I put logger statements all over rc.resume and none fire
If I invoke rc.resume as root (and pass "acpi 3" -- mapping to the undo to my acpiconf -s3 behavior on lid close), the scrips runs and the expected logging fires.
So i can only conclude that my rc.resume is not being fired on lid open.
Can anyone provide a hint about where to debug that (failed) binding? rc.suspend(8) didn't have any particulars. I think the binding might be in the sysctl mapping. But if anyone can correct my model before i start futzing with system files, I'd much appreciate it.