Re: Power management (i.e. hibernation/shutdown) hangs on forever.
Reply #3 –
Ah my bad, i should have also included some extra info:
fstab:
https://pastebin.com/1sLUnZ01
/etc/default/grub (trimmed):
GRUB_DEFAULT="Artix-LTS"
GRUB_TIMEOUT="2"
GRUB_DISTRIBUTOR="Artix"
GRUB_CMDLINE_LINUX_DEFAULT="amdgpu.ppfeaturemask=0xffffffff resume=/dev/sdb2 amd_iommu=on iommu=soft"
GRUB_CMDLINE_LINUX="net.ifnames=0"
/etc/elogind/logind.conf:
[Login]
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
#HandleLidSwitch=suspend
#HandleLidSwitchExternalPower=suspend
#HandleLidSwitchDocked=ignore
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#HoldoffTimeoutSec=30s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RuntimeDirectoryInodes=400k
#RemoveIPC=yes
#InhibitorsMax=8192
#SessionsMax=8192
[Sleep]
AllowSuspend=yes
AllowHibernation=yes
AllowSuspendThenHibernate=yes
AllowHybridSleep=yes
AllowPowerOffInterrupts=yes
BroadcastPowerOffInterrupts=yes
AllowSuspendInterrupts=no
BroadcastSuspendInterrupts=yes
HandleNvidiaSleep=no
SuspendState=mem standby freeze
SuspendMode=suspend
HibernateState=disk
HibernateMode=platform shutdown
HybridSleepState=disk
HybridSleepMode=suspend platform shutdown
#HibernateDelaySec=5
#HibernateDelaySec=10800
And i did just try loginctl hibernate but nothing changed (my machine keeps being powered, resuming impossible without a reset) Same applies for powering off, sans peripherals powering off.
Any ideas on how i could debug this?