Package: sleepd
Version: 1.10

My initial sleepd process fails to activate when my battery drops
below the 5% threshold I've set in /etc/default/sleepd.  When the
battery is at 3%, and I run `/etc/init.d/sleepd restart`, the new
sleepd process immediately puts my computer to sleep.  Strace of the
old process gave repeated:

"""
nanosleep({10, 0}, {10, 0})             = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
"""

every 10 seconds.  The new sleepd process seems to work when I
recharge and discharge again, but not the sleepd of a fresh reboot.

I'm using Lenny on a Thinkpad X60s, with

PARAMS="-s /etc/acpi/sleep.sh -u 0 -b 5"

Eric



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to