My proxmox ve occasionally crashes or goes into sleep mode

berenyia

New Member
Jan 17, 2024
4
0
1
Hello,

I am wondering why proxmox chrashes or goes into sleep mode .
Proxmox VE installed on PC.

The only clue I have is the log below :

You can see the outputs of the sleep.conf and logind.conf.
 

Attachments

  • shutdown.png
    shutdown.png
    20.9 KB · Views: 46
  • sleep.jpg
    sleep.jpg
    124 KB · Views: 39
  • logind.conf.jpg
    logind.conf.jpg
    148.9 KB · Views: 36
Last edited:
Can you clarify whats the error and the question you have? You wanto use hibernation or not?
 
Webserver running on proxmox ve.

Of course I don't want the system to hibernate, but for some reason it hibernated several times today and I'm looking for a solution.
 
Webserver running on proxmox ve.

Of course I don't want the system to hibernate, but for some reason it hibernated several times today and I'm looking for a solution.
The logs seems to say this hibernate was hw-triggerd. can you check your bios if it was hw-triggered, is there any log?
You could also try:

systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

and

Code:
/etc/systemd/sleep.conf:
[...]
[Sleep]
AllowSuspend=no
AllowHibernation=no
AllowSuspendThenHibernate=no
AllowHybridSleep=no
[...]
 
Last edited:
I could not find a log in the bios.

/var/log/messages output:
 

Attachments

  • log.jpg
    log.jpg
    331.9 KB · Views: 20
Proxmox does not suspend or hibernate out of the box. What kind of server are you running and how did you install Proxmox (and did you install additional software)?
 
Proxmox does not suspend or hibernate out of the box. What kind of server are you running and how did you install Proxmox (and did you install additional software)?
I did not install the proxmox, that's how I took over the system.
I'm not even familiar with proxmox now.

I am currently running only one nginx server.
Can LVM disk cause problems ?
 

Attachments

  • disks.png
    disks.png
    45.9 KB · Views: 17
  • lvm.png
    lvm.png
    30.3 KB · Views: 16
  • lvm-thin.png
    lvm-thin.png
    30.4 KB · Views: 16
  • summary.png
    summary.png
    127.3 KB · Views: 19