Proposition to solve the issue : just change the order of the lines in
/usr/lib/pm-utils/bin/pm-action
FROM :
try_lock "${STASHNAME}.lock" || exit 1
# make sure we release the lock no matter how we exit
trap remove_suspend_lock 0
TO :
# make sure we release the lock no matter how we exit
trap remove_suspend_lock 0
try_lock "${STASHNAME}.lock" || exit 1
That's all folks !!! :)
--
pm-suspend doesn't work in Jaunty beta on ThinkPad T60
https://bugs.launchpad.net/bugs/363140
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs