I'm running into an issue where Proxmox shuts down unexpectedly. I noticed this a few times when my server would not remain online and just goes down after some time after boot.
I had an SSH connection open at the time and the message "The system will suspend now" appeared just before. Looks like the machine decides to shut down on its own.
Some context:
- I have installed Gnome on the machine so it behalves more like a workstation. Maybe it's entering sleep?
- I recently had to swap out my BIOS battery and did a "restore optimal settings" in the BIOS as all previous settings had been lost due to the battery swap.
Maybe it enabled sleep / hibernation by mistake?
The shutdown appears to be happening every time now, so I can't keep the server live longer than 10 mins.
I'm probably onto something, but have no idea how to best address the issue. Which setting should I look for in the (Supermicro) BIOS?
Or should I change some Linux / GNOME config?
Online I found 1 suggestion, but I'm not sure if this would be the recommened way (as I didn't need to do this before):
Create /etc/systemd/sleep.conf.d/nosuspend.conf with contents
[Sleep]
AllowSuspend=no
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=no
Thanks in advance.
I had an SSH connection open at the time and the message "The system will suspend now" appeared just before. Looks like the machine decides to shut down on its own.
Some context:
- I have installed Gnome on the machine so it behalves more like a workstation. Maybe it's entering sleep?
- I recently had to swap out my BIOS battery and did a "restore optimal settings" in the BIOS as all previous settings had been lost due to the battery swap.
Maybe it enabled sleep / hibernation by mistake?
The shutdown appears to be happening every time now, so I can't keep the server live longer than 10 mins.
I'm probably onto something, but have no idea how to best address the issue. Which setting should I look for in the (Supermicro) BIOS?
Or should I change some Linux / GNOME config?
Online I found 1 suggestion, but I'm not sure if this would be the recommened way (as I didn't need to do this before):
Create /etc/systemd/sleep.conf.d/nosuspend.conf with contents
[Sleep]
AllowSuspend=no
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=no
Thanks in advance.
Last edited: