Hello Fedora users/gurus,
I am trying the new Fedora 34 on my laptop, almost works as expected but this :
× systemd-suspend-then-hibernate.service - Suspend; Hibernate if not used for a period of time Loaded: loaded (/usr/lib/systemd/system/systemd-suspend-then-hibernate.service; static) Active: failed (Result: exit-code) since Mon 2021-03-29 10:30:48 CEST; 58min ago Docs: man:systemd-suspend.service(8) Process: 3285 ExecStart=/usr/lib/systemd/systemd-sleep suspend-then-hibernate (code=exited, status=1/FAILURE) Main PID: 3285 (code=exited, status=1/FAILURE) CPU: 8ms Mar 29 10:30:48 fedora systemd[1]: Starting Suspend; Hibernate if not used for a period of time... Mar 29 10:30:48 fedora systemd-sleep[3285]: Error creating timerfd: Operation not permitted Mar 29 10:30:48 fedora systemd[1]: systemd-suspend-then-hibernate.service: Main process exited, code=exited, status=1/FAILURE Mar 29 10:30:48 fedora systemd[1]: systemd-suspend-then-hibernate.service: Failed with result 'exit-code'. Mar 29 10:30:48 fedora systemd[1]: Failed to start Suspend; Hibernate if not used for a period of time.
The suspend and hibernate are working (well, I still have to check why after hibernating system is not correctly resumed from my swap partition) so the issue seems to be with this timerfd.
system-sleep is a binary program, I’m unable to see what action on timerfd is called, anyone have a clue ?
Thank you in advance,