2008/3/15, Victor Lowther <[EMAIL PROTECTED]>: > I think it is time to do a release. I have been running the latest > version of pm-utils on my laptop for a little over a week, and I have > had exactly 0 suspend/resume failures related to pm-utils in that > time.
Found a bug in the disable_hook logic: # cat /etc/pm/config.d/mode SLEEP_MODULE="uswsusp" # pm-hibernate --help ... Sa 15. Mär 21:13:57 CET 2008: running /usr/lib/pm-utils/sleep.d/99video help disabled. # echo SLEEP_MODULE="kernel" >> /etc/pm/config.d/mode # pm-hibernate --help ... Sa 15. Mär 21:13:57 CET 2008: running /usr/lib/pm-utils/sleep.d/99video help disabled. Problem is, that disable stores the disabled hooks as files: /var/run/pm-utils/storage/disable_hook\:99video Imho, this information should be stored in an environment variable Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
