I never use hibernation, but am surprised I don't see it as an option anywhere I've looked (alt-ctrl-del, and on the kde main menu "leave")
Neal Becker wrote:
I never use hibernation, but am surprised I don't see it as an option anywhere I've looked (alt-ctrl-del, and on the kde main menu "leave") _______________________________________________ kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org
I manually tried pm-hibernate, which appeared to work, but on restart I just got a cold reboot, and see this:
Oct 2 08:10:36 nbecker2 systemd-logind: No resume= argument specified in the kernel command line, disabling hibernation.
Am 03.10.2016 um 15:45 schrieb Neal Becker:
Neal Becker wrote:
I never use hibernation, but am surprised I don't see it as an option anywhere I've looked (alt-ctrl-del, and on the kde main menu "leave") _______________________________________________ kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org
I manually tried pm-hibernate, which appeared to work, but on restart I just got a cold reboot, and see this:
Oct 2 08:10:36 nbecker2 systemd-logind: No resume= argument specified in the kernel command line, disabling hibernation
and you are sure you did not disable it by intention because auf the 4.7.x kernels and the KASLR warnings?
Neal Becker wrote:
I never use hibernation, but am surprised I don't see it as an option anywhere I've looked (alt-ctrl-del, and on the kde main menu "leave")
Either your system doesn't support it, or your user doesn't have permission (less likely, esp if Suspend is shown).
(all one line): qdbus --system org.freedesktop.login1 /org/freedesktop/login1 org.freedesktop.login1.Manager.CanHibernate
Will tell you if logind thinks your system supports it or not. If not, most common cause is insufficient swap.
-- Rex
On Mon, 2016-10-03 at 08:49 -0500, Rex Dieter wrote:
Neal Becker wrote:
I never use hibernation, but am surprised I don't see it as an option anywhere I've looked (alt-ctrl-del, and on the kde main menu "leave")
Either your system doesn't support it, or your user doesn't have permission (less likely, esp if Suspend is shown).
(all one line): qdbus --system org.freedesktop.login1 /org/freedesktop/login1 org.freedesktop.login1.Manager.CanHibernate
Will tell you if logind thinks your system supports it or not. If not, most common cause is insufficient swap.
However, even if you can hibernate you may not be able to resume. SeeĀ https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/...
poc