LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   cli hibernate works but gnome panel hibernate fails (https://www.linuxquestions.org/questions/linux-desktop-74/cli-hibernate-works-but-gnome-panel-hibernate-fails-556461/)

BCarey 05-24-2007 04:44 PM

cli hibernate works but gnome panel hibernate fails
 
Hi,

I have hibernate with suspend2 working fine from the command line. When I try to hibernate using the gnome power manager icon it doesn't recover properly. Does anyone know where the command behind the icon is stored?

Thanks,
Brian

BCarey 06-08-2007 10:21 AM

Resolution:

gnome-power-manager calls /usr/lib/hal/scripts/hal-system-power-hibernate which in turn calls /usr/lib/hal/scripts/linux/hal-system-power-hibernate-linux. In the second script it was looking for hibernate in /usr/sbin instead of /usr/local/sbin where it actually exists. So a quick symlink solved the problem.

Brian


All times are GMT -5. The time now is 02:55 PM.