System logs
Output of running
systemctl suspend; sleep 60; journalctl --since "2 minutes ago"
and waking the computer up in the middle of the sleep period: gist.
Output of running
systemctl suspend; sleep 60; journalctl --since "2 minutes ago"
waking the computer up in the middle of the sleep period, and disconnecting then reconnecting the mouse: gist.
Output of running
systemctl suspend; sleep 120; journalctl --since "3 minutes ago"
waking the computer up in the middle of the sleep period, and logging in and out of the Sway session as described above: gist.
Output of running
echo start_from_here | sudo tee /dev/kmsg; systemctl suspend; sleep 30; sudo dmesg > dmesg.tmp
Comments
Post a Comment