Comment 4 for bug 1906729

Revision history for this message
Nick Rosbrook (enr0n) wrote :

Okay, with hybrid-sleep enabled, can you please do the following?

$ mkdir -p /etc/systemd/system/systemd-logind.service.d/
$ cat > /etc/systemd/system/systemd-logind.service.d/debug.conf << EOF
[Service]
Environment=SYSTEMD_LOG_LEVEL=debug
EOF
$ reboot
[...]
$ systemd-analyze cat-config systemd/logind.conf > logind.conf

Then try to suspend. Assuming that fails, and you have to reboot, then please attach logs from the previous boot:

$ journalctl -t kernel -b -1 > kernel.log
$ journalctl -u systemd-logind.service -b -1 > systemd-logind.log