Comment 24 for bug 1989521

Revision history for this message
Camille Rodriguez (camille.rodriguez) wrote :

I troubleshooted some more, and it looks like I may have resolved the issue.
For an unknown reason, suspend/hibernation service was enabled on this server. It looked similar to this issue here https://bbs.archlinux.org/viewtopic.php?id=269203, where a race condition causes CPUs to freeze upon resuming from a suspend state. I disabled suspend services and I have not seen another occurrence of the issue yet.

$ sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.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.