如何调试“挂起然后休眠”返回“无法读取时间:-9”?

如何调试“挂起然后休眠”返回“无法读取时间:-9”?

我一直使用suspend-then-hibernate笔记本电脑的暂停功能,并在延迟一段时间后进入休眠状态。这个功能以前工作得很好。

最近,这个命令不再起作用了。当我运行它时,屏幕变黑,然后出现登录屏幕,因为它刚刚锁定了我的帐户。

我运行sudo systemctl status systemd-suspend-then-hibernate.service后显示如下信息:

systemd[1]: Starting Suspend; Idle into hibernate...
systemd-sleep[31822]: Failed to read time: -9
systemd[1]: systemd-suspend-then-hibernate.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: systemd-suspend-then-hibernate.service: Failed with result 'exit-code'.
systemd[1]: Failed to start Suspend; Idle into hibernate.

如果我不使用 sudo 来运行命令,我会得到Failed to put system into suspend followed by hibernate via logind: Access denied

暂停和休眠均可正常运行。

关于如何调试/修复此问题有什么想法吗?

相关内容