proxmox VE auto reboot

Dzung

Well-Known Member
Feb 20, 2019
89
2
48
34
My server auto reboot, any one tell me how to check why server reboot?. this is some log.
/var/log/messages
Mar 20 22:16:14 pve kernel: [ 1.220143] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Mar 20 22:16:14 pve kernel: [ 1.220194] ACPI: Power Button [PWRF]
Mar 20 22:16:14 pve kernel: [ 1.221536] ERST: Error Record Serialization Table (ERST) support is initialized.
last -x shutdown reboot
runlevel (to lvl 5) 4.15.18-10-pve Wed Mar 20 22:16 still running
reboot system boot 4.15.18-10-pve Wed Mar 20 22:16 still running
Thank all!
 
runlevel (to lvl 5) 4

runlevel? can you post the full
Code:
pveversion -v
output and check with
Code:
systemctl status
what service run? to get a bit of a better overview of your server.
Also the last messages from
Code:
journalctl -b-1
(journal from the last boot) if you scroll down would be interesting.

Additional, do you have a cleaning service, or someone else which could accidentally hit some power/reset buttons?
 
runlevel? can you post the full
Code:
pveversion -v
output and check with
Code:
systemctl status
what service run? to get a bit of a better overview of your server.
Also the last messages from
Code:
journalctl -b-1
(journal from the last boot) if you scroll down would be interesting.

Additional, do you have a cleaning service, or someone else which could accidentally hit some power/reset buttons?
I have been attach output command,
journalctl -b-1 only show "Specifying boot ID has no effect, no persistent journal was found"
 

Attachments