0
votes
1answer
41 views

How to find out the time Linux machine have spent in sleep [duplicate]

Everyone knows that command uptime shows running time of Linux machine. Is there a similar command for sleep and/or hibernate mode? To be clear: I want to know wake up time of my system.
5
votes
3answers
95 views

Mount hibernated windows paritition

I am trying to mount my windows partition at boot. It works fine when windows in shutdown, but when windows is hibernated, it can't be mounted as rw and I am sent to the root shell at boot. I tried to ...
4
votes
1answer
75 views

What happens when you try to hibernate but there is not enough swap available?

I have a Linux box with a swap partition of size RAM + x. Suppose more than x of the swap is already in use. Now I try to hibernate. Will the kernel randomly kill sleeping and/or not sleeping ...
1
vote
1answer
42 views

Saving the entire state (hibernate) of Ubuntu into a file and select it for restore?

I wanted to know if it's possible to simulate the hibernate process of Ubuntu to save the entire state session into a file. Then to select which one to restore ?
2
votes
1answer
1k views

Fedora 18 Disable Hibernate and Suspend

I recently installed the new Fedora 18, LXDE spin on a workstation (not a laptop). I want to disable the hibernate and suspend functions, and remove them from the "Logout" menu in the UI. In F17 and ...
1
vote
0answers
115 views

Cannot hibernate Windows after installing openSUSE 12.2

Originally my machine dual-booted Fedora 17 and Windows 7, and everything was fine. When I switched to openSUSE 12.2, it repartitioned my Linux partitions (e.g. I had a 1GB swap partition and it made ...
1
vote
1answer
233 views

How to save your Linux state (suspend to disk) periodically to recover from crashes?

One in a while my laptop crashes/dies because of a bad/empty battery, crappy wifi driver or whatever other reason. For a while I've wondered if it's possible to force Linux to periodically save the ...
3
votes
1answer
588 views

How to make GNOME 3 use suspend-hybrid?

How can I make GNOME 3 use pm-suspend-hybrid instead of pm-suspend when closing the lid or using suspend from the menu?
2
votes
1answer
3k views

Linux GRUB2: How to resume from hibernation?

Moving to GRUB2 my Arch Linux no longer resumes from hibernation, because the actual resuming is no longer set up. In GRUB legacy I'd write: /boot/grub/menu.lst: kernel /vmlinuz26 ...
3
votes
1answer
467 views

Does Windows use an RTC wake up to switch from suspend to hibernate?

In Windows 7 power management, you can state that suspend should happen after x minutes, and hibernate should happen after y minutes. So if x=10 and y=180, then the machine must come out of suspend ...
4
votes
1answer
362 views

In Linux, why does my battery last only 4 hours instead of the usual 10?

I decided to switch from Windows 7 (10 hours of battery work, suspend/hibernate modes work great - Asus U36Jc) to some Linux. First there was Ubuntu 11.04 (with all current updates) – 4 hours ...
5
votes
1answer
68 views

Do locked pages get shredded from disk after resuming from suspend-to-disk?

Locked pages are sometimes used to store crypto keys like for Luks or for encfs and other sensitive things. But when doing hibernate (without swap drive encryption) they get stored to disk ...
1
vote
1answer
364 views

Hibernate: Restart instead of Shutting Down

The Situation I have sort of an odd request. I dual boot Ubuntu and Windows and sometimes I just want to switch between the partitions without loosing the state of the OS I was currently working ...
1
vote
1answer
387 views

Debian often reboots halfway through resume from suspend to disk (hibernate)

I'm on a Lenovo ThinkPad W510, using Debian Squeeze but with the Kernel and acpi-related packages from testing (this was necessary to make hibernate work in the first place). When I hibernate my ...
0
votes
1answer
196 views

Log what time hibernation occurred?

Fedora 14 xfce I am looking for the log messages where I can find out what time my netbook hibernated? I have checked in the /var/log. And all I could see was pm-suspend.log and pm-powersave.log. ...
1
vote
0answers
206 views

Save Application state

i have mysql database in which millions of insertions go on. Now there is a possibilty that the power present on laptop is going down and hence i would like to pause the application and resume it ...
2
votes
0answers
314 views

Hibernating/Saving state of a gnu-screen, to resume after reboot? [duplicate]

Possible Duplicate: Make GNU screen survive reboot Is it possible to hibernate or save the current state of a gnu-screen to resume after reboot?
0
votes
1answer
756 views

how to make LXDE hibernate the computer when the power button is being pressed

How to setup LXDE (a linux desktop environment) to hibernate a PC after the power button on the computer is pressed?
3
votes
1answer
500 views

Finding out what caused the computer to wake up from sleep (Ubuntu)

Is there any way to find out which device/event caused Ubuntu (10.10) to wake up from the most recent sleep/hibernation? I am trying to troubleshoot some sleep issues on a new box, and knowing what's ...
5
votes
3answers
483 views

Why does the OS need to copy all RAM into HDD for hibernation?

my question is theoretical in computer OSes, specifically about hibernation. As far as I know, hibernation (ACPI state S5, is that right?) involves writing into the hard disk all the data needed to ...
2
votes
1answer
999 views

auto resume from standby

Can a Ubuntu (or any other distro) wake up from standby/hibernate at a preset time? I actually don't want the PC to consume 200W all the time for just doing something every hour.
5
votes
2answers
666 views

What do I have to take care of when hibernating both Ubuntu and Windows (dual-boot environment)

I've got both Windows 7 and Ubuntu (finally) installed on my laptop. For the sake of comfort, I usually hibernate Windows instead of shutting it down. And I think when using Ubuntu regularly, there ...
5
votes
1answer
716 views

Can you hibernate/reboot in Linux instead of hibernate/poweroff?

I'm using pm-hibernate, and would like to reboot the machine after it's done hibernating, rather than having the machine turn off. Is there a way to do this with pm-hibernate, or any other Linux ...
3
votes
1answer
1k views

What is the relationship between s2disk and hibernate?

On a Debian system, there are packages called uswsusp and hibernate. The former contains a program named s2disk, the latter contains a program called hibernate. Superficially, these both do the same ...
1
vote
3answers
465 views

Is hibernation still dangerous?

My laptop hardware supposedly has good hibernation support for Linux, but I have heard too many horror stories about hibernation. Have things changed or is it still a really bad idea to hibernate?
0
votes
1answer
498 views

force sceensaver lock when hibernating on ubuntu

I've poked around in settings but haven't found the right one. This question poses almost the opposite problem. I have my power management set to hibernate when I hit the power button. When it ...
14
votes
4answers
17k views

Can I hibernate Linux without a swap partition?

I hadn't set up a swap partition on my PC, because a) I have plenty of RAM (8 GB) and b) I have large harddrives that I didn't want to chop into tiny pieces, so my smallest partitions are 50 GiB, and ...