systemctl hibernate
ou qualquer coisa semelhante (isto é, suspensão e suspensão híbrida) trava o PC na chamada.
Quando chamado, ele primeiro executa corretamente todos os scripts em system-sleep
e, em seguida, efetua logout de qualquer usuário não raiz, após o qual a tela fica em branco e o PC falha.
O botão liga / desliga ainda está aceso, mas em tal estado o PC não pode ser recuperado; toda vez que isso acontece eu tenho que forçá-lo a desligar segurando o botão de energia por 6 segundos. O PC inicia completamente normalmente depois disso e após o login no gerenciador de notificação me diz systemctl hibernate completed succesfully
.
Uma chamada de free -m
me diz que o arquivo de troca está completamente vazio.
Não tenho certeza se esse problema ocorre devido a um swapfile incorreto ou se o systemctl falha antes de tentar suspender a memória do PC para trocar. Considerando as notificações me dizer que o systemctl conseguiu executar, acho que é provavelmente o primeiro, eu não tenho certeza porque ele iria travar antes desligar o PC, no entanto.
Eu configurei meu arquivo de swap manualmente usando this tutorial e reiniciei várias vezes depois. Eu tentei usar uma partição de swap antes que conduza ao mesmo resultado.
É assim que meu arquivo fstab se parece:
/dev/mapper/fedora_auditorium--hg--dock--1--156-root / ext4 defaults 1 1
UUID=947C-7EF0 /boot/efi vfat umask=0077,shortname=winnt 0 0
/dev/mapper/fedora_auditorium--hg--dock--1--156-home /home ext4 defaults 1 2
/dev/mapper/fedora_auditorium--hg--dock--1--156-var /var ext4 defaults 1 2
/dev/sda5 /mnt/sda5 auto nosuid,nodev,nofail,x-gvfs-show 0 0
/swapfile none swap defaults 0 0
Isso faz parte da saída lsblk -f
dá:
└─sda8 LVM2_member r3BdLl-j14c-2V1r-BNVL-bMP8-3sCZ-AeT2Ae
├─fedora_auditorium--hg--dock--1--156-swap
│ swap aee59aff-f827-4038-83b7-3d19f2249257
dmesg | grep swap
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.1.10-200.fc22.x86_64 root=/dev/mapper/fedora_auditorium--hg--dock--1--156-root ro rd.lvm.lv=fedora_auditorium-hg-dock-1-156/swap rd.lvm.lv=fedora_auditorium-hg-dock-1-156/root rhgb quiet resume=/dev/mapper/fedora_auditorium--hg--dock--1--156-swap
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.1.10-200.fc22.x86_64 root=/dev/mapper/fedora_auditorium--hg--dock--1--156-root ro rd.lvm.lv=fedora_auditorium-hg-dock-1-156/swap rd.lvm.lv=fedora_auditorium-hg-dock-1-156/root rhgb quiet resume=/dev/mapper/fedora_auditorium--hg--dock--1--156-swap
[ 0.506987] PM: Checking hibernation image partition /dev/mapper/fedora_auditorium--hg--dock--1--156-swap
[ 4.074893] Adding 10485756k swap on /swapfile. Priority:-1 extents:12 across:12886012k SSFS
dmesg | grep hiber
[ 0.506987] PM: Checking hibernation image partition /dev/mapper/fedora_auditorium--hg--dock--1--156-swap
[ 1.553385] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice.
[ 1.553390] systemd[1]: Starting system-systemd\x2dhibernate\x2dresume.slice.
[ 3.078912] PM: Looking for hibernation image.
Algumas saídas de dmesg | grep -i acpi
. Eu não listei todos eles; Eu tenho alguns que eu considerei poderia ajudar a responder a pergunta:
[ 0.141326] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580)
[ 0.141335] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[ 0.141342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150410/hwxface-580)
[ 0.141355] ACPI: (supports S0 S4 S5)
[ 0.141356] ACPI: Using IOAPIC for interrupt routing
[ 0.141392] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.142937] ACPI: Power Resource [PG00] (on)
[ 0.143284] ACPI: Power Resource [PG01] (on)
[ 0.143598] ACPI: Power Resource [PG02] (on)
[ 0.155912] ACPI: Power Resource [FN00] (off)
[ 0.155983] ACPI: Power Resource [FN01] (off)
[ 0.156043] ACPI: Power Resource [FN02] (off)
[ 0.156101] ACPI: Power Resource [FN03] (off)
[ 0.156158] ACPI: Power Resource [FN04] (off)
[ 0.156935] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.156940] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.157378] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.157379] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.158209] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.158514] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.158663] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.159500] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.161586] pci 0000:02:00.0: System wakeup disabled by ACPI
[... e assim por diante, até ...]
[ 0.158209] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.158514] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.158663] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.159500] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.161586] pci 0000:02:00.0: System wakeup disabled by ACPI
E finalmente, aqui está um bloco que meramente copiou porque dizia "aviso". Não faço ideia se isso tem algo a ver com a hibernação.
[ 3.950838] ACPI Warning: \_SB_.IETM._ART: Return Package type mismatch at index 0 - found Integer, expected Reference (20150410/nspredef-297)
[ 3.950844] ACPI: Invalid package element [0]: got number, expecting [R]
[ 4.116950] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150410/utaddress-254)
Usando dmesg
, honestamente não tenho ideia do que estou procurando, mas talvez - ou melhor, provavelmente - seja útil para alguém mais experiente que esteja vendo este post.