[Debian stable Xfce] Nach der frischen Installation von Debian 8.1 Xfce traten nie Fehler bei Hibernation und Thawing auf. Im Lauf der Zeit habe ich neue Software installiert und einiges herumkonfiguriert. Jetzt klappt manchmal das Thawing nicht. Ich möchte herausbekommen, warum.
'
Code: Alles auswählen
~# journalctl -b -1
" und "<Zeitstempel> kernel: PM: Saving platform NVS memory
" . Dazwischen stehen im Log weitere Meldungen.Ich weiß, was "NVS memory" ist. Aber was ist "platform NVS memory"?<Zeitstempel> kernel: PM: Restoring platform NVS memory
Ich habe hier im Forum »platform NVS memory« gelesen, aber keine Definition dafür.
Rafael Wysocki, ein großer ACPI-Experte, schreibt in http://lxr.free-electrons.com/source/drivers/acpi/nvs.c: "
Code: Alles auswählen
67 #ifdef CONFIG_ACPI_SLEEP
68 /*
69 * Platforms, like ACPI, may want us to save some memory used by them during
70 * suspend and to restore the contents of this memory during the subsequent
71 * resume. The code below implements a mechanism allowing us to do that.
72 */
undplatform NVS memory
Code: Alles auswählen
NVS memory
Mit freundlichen Grüßen
bullgard