Comment 21 for bug 1934981

Revision history for this message
Dan Streetman (ddstreet) wrote :

ubuntu@lp1934981-f:~$ dpkg -l systemd|grep systemd
ii systemd 245.4-4ubuntu3.11 amd64 system and service manager
ubuntu@lp1934981-f:~$ grep -E '^Allow' /etc/systemd/sleep.conf
AllowSuspendThenHibernate=yes
AllowHybridSleep=no
ubuntu@lp1934981-f:~$ sudo systemctl suspend-then-hibernate
Failed to suspend system, hibernate later via logind: Sleep verb "hybrid-sleep" not supported
ubuntu@lp1934981-f:~$

ubuntu@lp1934981-f:~$ dpkg -l systemd|grep systemd
ii systemd 245.4-4ubuntu3.13 amd64 system and service manager
ubuntu@lp1934981-f:~$ grep -E '^Allow' /etc/systemd/sleep.conf
AllowSuspendThenHibernate=yes
AllowHybridSleep=no
ubuntu@lp1934981-f:~$ sudo systemctl suspend-then-hibernate
ubuntu@lp1934981-f:~$