Lines Matching refs:it
14 * it may cause some problems, too. If you change kernel command line
15 * between suspend and resume, it may do something wrong. If you change
16 * your hardware while system is suspended... well, it was not good idea;
17 * but it will probably only crash.
19 * (*) suspend/resume support is needed to make it safe.
37 to RAM (provided your platform supports it), you can try
51 before suspend (it is limited to 500 MB by default).
54 if found, it then checks the contents for the hibernation image signature.
55 If both are found, it resumes the hibernation image.
74 Nowadays it is common in several laptops that they have a suspend button. It
85 ``resume='' kernel option. If signature is found it loads and restores saved
86 state. If the option ``noresume'' is specified as a boot parameter, it skips
88 parameter, it saves hibernation image without compression.
115 A: You bought new UPS for your server. How do you install it without
126 to its original location as we load it. That would create an
129 it back to it original location. This implies, of course, a maximum
139 during suspending, but otherwise it would work...
162 Q: What is the freezing of tasks and why are we using it?
184 it's useless for suspend-to-disk. (And I do not see how you could use
185 it for suspend-to-ram, I hope you do not want that).
213 but it may be unnecessarily slow. If you want your driver to stay simple,
216 For devices like disk it does matter, you do not want to spindown for
276 A: First of all: it is not a replacement for dm-crypt encrypted swap.
277 It cannot protect your computer while it is suspended. Instead it does
288 on disk virtually forever. Thus it can happen that your system gets
310 A: Generally, yes, you can. However, it requires you to use the "resume=" and
319 Q: Does swsusp (to disk) use only one swap partition or can it use
325 (over half of the total system RAM), is it correct that it is likely
328 A: No, it should work okay, as long as your app does not mlock()
329 it. Just prepare big enough swap partition.
334 is broken, it is usually some kernel driver, therefore trying with as
338 usually does the trick. Then it is good idea to try with latest
344 A: Well, it can be done, load the drivers, then do echo into
359 # if the level is higher than needed, we leave it alone.
402 Remember that it's always a bad idea to unplug a disk drive containing a
419 2.6.15. Any idea for why that might happen or how can I speed it up?
426 image. If you set it to 0 (eg. by echo 0 > /sys/power/image_size as
427 root), the 2.6.15 behavior should be restored. If it is still too
429 supports LZF compression to speed it up further.