Kellerkind_2009 schrieb:
Wie war das noch mit den Dateiendungen bei Anhängen??
Stimmt, das ist unbequem, diese Dateien haben nun mal keine Endungen, aber ich hätte sie umbenennen können. ... und es musste schnell gehen, denn Gäste warteten. Und danke, dass Du so instantan reagierst. Auf anderen Portalen kann man den Typ explizit angeben, bzw. er wird automatisch besser erkannt.
Zeige mal
$ sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-4.15.0-159-generic
$ lspci -k | grep -EA4 'VGA|Display|3D'
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0c)
Subsystem: ASUSTeK Computer Inc. Atom Processor Z36xxx/Z37xxx Series Graphics & Display
Kernel driver in use: i915
Kernel modules: i915
00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0c)
Subsystem: ASUSTeK Computer Inc. Atom Processor E3800 Series SATA AHCI Controller
Es wundert mich dass da was von Atom-Prozessor steht, denn unter "Über diesen Rechner" bekomme ich:
Intel® Celeron(R) CPU N2815 @ 1.86GHz × 2
Intel® HD Graphics (BYT)
Und vielleicht ist das noch nützlich:
$ swapon -s
Dateiname Typ Größe Benutzt Priorität
/dev/sda5 partition 4194300 0 -2
/dev/zram0 partition 426832 512 5
/dev/zram1 partition 426832 256 5
Davon mal ab
Hibernation image created
Immerhin hat das geklappt.
EDIT: Ich hab' jetzt auch mal probiert, dass zram
vorher auszuschalten:
$ sudo swapoff /dev/zram*
$ swapon -s
Dateiname Typ Größe Benutzt Priorität
/dev/sda5 partition 4194300 0 -2
$ sudo hibernate
hibernate:Warning: Tuxonice binary signature file not found.
Jetzt dauert es nur 1 Sekunde nach sudo hibernate
, und ich bin wieder zurück im normalen Arbeitsmodus. Und jetzt gab's kein "Creating hibernation image" um 21:36:59
$ journalctl -r | grep hibernate
Sep 30 21:36:59 ASUS-F200M sudo[7671]: ich : TTY=pts/0 ; PWD=/home/ich ; USER=root ; COMMAND=/usr/sbin/hibernate
Sep 30 17:39:23 ASUS-F200M sudo[17529]: ich : TTY=pts/0 ; PWD=/home/ich ; USER=root ; COMMAND=/usr/sbin/hibernate
Sep 30 17:26:13 ASUS-F200M sudo[16807]: ich : TTY=pts/0 ; PWD=/home/ich ; USER=root ; COMMAND=/usr/sbin/hibernate
Sep 30 16:15:06 ASUS-F200M sudo[4953]: ich : TTY=pts/1 ; PWD=/home/ich ; USER=root ; COMMAND=/usr/bin/apt install hibernate uswsusp
Sep 30 16:14:36 ASUS-F200M sudo[4940]: ich : TTY=pts/1 ; PWD=/home/ich ; USER=root ; COMMAND=/usr/bin/apt -s install hibernate uswsusp
Sep 30 16:14:13 ASUS-F200M sudo[4930]: ich : TTY=pts/1 ; PWD=/home/ich ; USER=root ; COMMAND=/usr/bin/apt -s install hibernate uswsus
$ grep -i hibernation /var/log/kern.log
Sep 30 17:26:29 ASUS-F200M kernel: [ 4082.282087] PM: Creating hibernation image:
Sep 30 17:26:29 ASUS-F200M kernel: [ 4082.868410] PM: Hibernation image created (114888 pages copied)
Sep 30 17:26:29 ASUS-F200M kernel: [ 4084.626062] PM: Creating hibernation image:
Sep 30 17:26:29 ASUS-F200M kernel: [ 4085.197820] PM: Hibernation image created (109277 pages copied)
Sep 30 17:39:38 ASUS-F200M kernel: [ 4867.075172] PM: Creating hibernation image:
Sep 30 17:39:38 ASUS-F200M kernel: [ 4867.819730] PM: Hibernation image created (150529 pages copied)
Sep 30 17:39:38 ASUS-F200M kernel: [ 4871.224388] PM: Creating hibernation image:
Sep 30 17:39:38 ASUS-F200M kernel: [ 4872.263958] PM: Hibernation image created (109248 pages copied)