Raptor Computing Systems Community Forums (BETA)

Software => Operating Systems and Porting => Topic started by: DKnoto on January 15, 2024, 01:42:26 am

Title: Unexpected suspend of Fedora 39 on Talos II
Post by: DKnoto on January 15, 2024, 01:42:26 am
After switching to the 6.6.9-200 kernel, I started getting unexpected system transitions to the SUSPEND state and then I could not restore the system to normal operation other than by shutting it down and turning it back on.

I found the solution quite easily, this affliction happens on Fedora on different platforms. The problem is solved by executing the following commands:

Code: [Select]
$ sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
Title: Re: Unexpected suspend of Fedora 39 on Talos II
Post by: Hasturtium on April 02, 2024, 06:23:57 am
Ah, thanks for this. I ran afoul of my machine going into suspend over the weekend, and this should set things right going forward.