Fresh installation, restore and full server freeze over night

thj

Member
Jan 15, 2022
8
0
6
44
Yesterday I replaced the system NVME drive with new one. From USB I have installed latest ISO of Proxmox 9. Restore went without any problems. All my LXC and Home Assistant VM were restored and up and running. At around 2:30 at night the server completly froze. I had to push power button to power off and start it again this morning.

It is same server as before (T.Book MN48H - AMD Ryzen 7 4800H), just with fresh installation of OS and new NVME. Before I had no problems with it. Uptime was for sure over one year (last power loss).

I can not find anything in logs. Same in Grafana (I send proxmox stats to InfuxDB and have a Grafana panel to display graphs).

What else can I do to find the reason of freeze and to prevent it further?
 
Hi
journalctl command can help you in command line
It will show you the log file.
Code:
journalctl -b -1  -p warning  -e
Thanks to Udob8 for this tips (in one of my post).
You can understand the flags for journalctl on the web (lot of explanation)