Hi Everyone, I have a headless workstation that was upgraded from F37 to F38 this morning. After the upgrade I SSH'd back in and began performing post-install tasks, like cleaning up old packages and old symlinks. After 15 minutes of cleanup GDM suspended the machine with an active SSH connection. I got a message on my tty: Broadcast message from gdm@skylake on tty1 (Sat 2023-04-22 12:26:40 EDT): The system will suspend now! client_loop: send disconnect: Broken pipe I could not SSH back into the machine. I had to drive across town to wake it back up. It seems this is new behavior for Fedora 38: https://src.fedoraproject.org/rpms/gnome-settings-daemon/c/c8f9665aca0617a921ec308a0f1d2741d92dc41d?branch=rawhide . Thanks to u/EatMeerkats on Reddit for the explanation. (https://www.reddit.com/r/Fedora/comments/12vfnt8/f38_suspends_with_active_ssh_connections/) . The workaround I used was to mask the power states. No more sleeping while I am using SSH... # systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target Created symlink /etc/systemd/system/sleep.target → /dev/null. Created symlink /etc/systemd/system/suspend.target → /dev/null. Created symlink /etc/systemd/system/hibernate.target → /dev/null. Created symlink /etc/systemd/system/hybrid-sleep.target → /dev/null. Jeff _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue