I've recently updated this book from F10 to F12. New install.
It seems to work okay, but it's not successfully hibernating, AFAICT.
(That did work with F10 with no problems.)
This is /var/log/pm-suspend.log:Initial commandline parameters: mar 29 gen 2013, 12.46.13, GMT: Running hooks for hibernate.Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:Linux black 3.7.4-1-ARCH #1 SMP PREEMPT Mon Jan 21 23:05:29 CET 2013 x86_64 GNU/LinuxModule Size Used byiTCO_wdt
I need to lock the screen when my computer is waken up from memory suspend,
So I tried to put the following script to /usr/lib/pm-utils/sleep.d and /etc/pm/sleep.d, but it never got executed,
#!/bin/sh
case "$1" in
hibernate|suspend)
;;
thaw|resume)
vlock -ans
;;
*) exit $NA
;;
esac
P.S It's pm-suspend not pm-hibernate.
Since switching to Karmic, suspend and hibernate are not working consistently on my Toshiba Satellite. I have it set to hibernate when I close the lid, but doing so only turns off the screen. The suspend and hibernate keys on my keyboard also no longer work. When I select these options from the menu, the computer will suspend or hibernate properly.
Hi!As of kernel 3.6, hybrid-sleep is now fully working. So i was wondering: does systemd support hybrid-sleep?
I used to run Statler on my netbook, and it had Hibernate but not suspend (not a big deal, as I prefer hibernate). Now, I have the opposite since installing Waldorf. Why doesn't the exit/logout script have hibernate? It only shows suspend. I know I can install the hibernate package and just run its script, but what about the exit/logout menu script?
I've add this following code to
/etc/polkit-1/localauthority/50-local.d/com.ubuntu.desktop.pkla
[Enable hibernate by default]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
When i choose to hibernate, the pc doesn't shutdown but i can see the text in the image in the link...
Help me please..I need to hibernate my computer..
Thanks
I've got a Thinkpad T400 with Gentoo Linux installed. Suspend-to-RAM works like a charm.
However, Susped-to-Disk doesn't work: if I suspend, the Laptop powers down and accesses the HD for around 30s.
Possible Duplicate:
How to enable Hibernate in 12.04?
I just installed the new 12.04 beta on my Lenovo Ideapad U450. According to this thread Whither hybrid suspend? hibernate and suspend are supported, but in the power settings the option to hibernate is greyed out e.g. for what to do when closing the lid.