Comment 13 for bug 1934981

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

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

ubuntu@lp1934981-h:~$ dpkg -l systemd|grep systemd
ii systemd 247.3-3ubuntu3.5 amd64 system and service manager
ubuntu@lp1934981-h:~$ grep -E 'AllowSuspendThenHibernate|AllowHybridSleep' /etc/systemd/sleep.conf
AllowSuspendThenHibernate=yes
AllowHybridSleep=no
ubuntu@lp1934981-h:~$ sudo systemctl suspend-then-hibernate
ubuntu@lp1934981-h:~$