Request for help regarding random crashes

roloman

New Member
Sep 24, 2025
1
0
1
Dear all,

Thank you in advance for your help!
Just to let you know, i'm pretty new for proxmox, I built a NAS myself and installed proxmox on it, but i'm experiencing some crashes issues and I don't know where to find the informations, i'm a bit lost..

So here is what i've found on the other topics:

Code:
journalctl -p err -f
Sep 24 17:05:53 pve kernel: x86/cpu: SGX disabled by BIOS.
Sep 24 17:06:55 pve pvescheduler[1858]: replication: invalid json data in '/var/lib/pve-manager/pve-replication-state.json'
Sep 24 17:07:00 pve pvescheduler[1896]: replication: invalid json data in '/var/lib/pve-manager/pve-replication-state.json'
Sep 24 17:08:00 pve pvescheduler[2105]: replication: invalid json data in '/var/lib/pve-manager/pve-replication-state.json'

I don't know where to find the system error logs

Code:
 result of: pveversion -v
proxmox-ve: 8.4.0 (running kernel: 6.8.12-15-pve)
pve-manager: 8.4.14 (running version: 8.4.14/b502d23c55afcba1)
proxmox-kernel-helper: 8.1.4
proxmox-kernel-6.8: 6.8.12-15
proxmox-kernel-6.8.12-15-pve-signed: 6.8.12-15
proxmox-kernel-6.8.12-11-pve-signed: 6.8.12-11
proxmox-kernel-6.8.12-9-pve-signed: 6.8.12-9
proxmox-kernel-6.8.12-8-pve-signed: 6.8.12-8
proxmox-kernel-6.8.12-4-pve-signed: 6.8.12-4
proxmox-kernel-6.8.8-4-pve-signed: 6.8.8-4
proxmox-kernel-6.8.8-2-pve-signed: 6.8.8-2
proxmox-kernel-6.8.8-1-pve-signed: 6.8.8-1
proxmox-kernel-6.5.13-6-pve-signed: 6.5.13-6
proxmox-kernel-6.5: 6.5.13-6
proxmox-kernel-6.5.13-5-pve-signed: 6.5.13-5
proxmox-kernel-6.5.11-8-pve-signed: 6.5.11-8
ceph-fuse: 17.2.8-pve2
corosync: 3.1.9-pve1
criu: 3.17.1-2+deb12u2
glusterfs-client: 10.3-5
ifupdown2: 3.2.0-1+pmx11
ksm-control-daemon: 1.5-1
libjs-extjs: 7.0.0-5
libknet1: 1.30-pve2
libproxmox-acme-perl: 1.6.0
libproxmox-backup-qemu0: 1.5.2
libproxmox-rs-perl: 0.3.5
libpve-access-control: 8.2.2
libpve-apiclient-perl: 3.3.2
libpve-cluster-api-perl: 8.1.2
libpve-cluster-perl: 8.1.2
libpve-common-perl: 8.3.4
libpve-guest-common-perl: 5.2.2
libpve-http-server-perl: 5.2.2
libpve-network-perl: 0.11.2
libpve-rs-perl: 0.9.4
libpve-storage-perl: 8.3.7
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 6.0.0-1
lxcfs: 6.0.0-pve2
novnc-pve: 1.6.0-2
proxmox-backup-client: 3.4.6-1
proxmox-backup-file-restore: 3.4.6-1
proxmox-backup-restore-image: 0.7.0
proxmox-firewall: 0.7.1
proxmox-kernel-helper: 8.1.4
proxmox-mail-forward: 0.3.3
proxmox-mini-journalreader: 1.5
proxmox-offline-mirror-helper: 0.6.8
proxmox-widget-toolkit: 4.3.13
pve-cluster: 8.1.2
pve-container: 5.3.3
pve-docs: 8.4.1
pve-edk2-firmware: 4.2025.02-4~bpo12+1
pve-esxi-import-tools: 0.7.4
pve-firewall: 5.1.2
pve-firmware: 3.16-3
pve-ha-manager: 4.0.7
pve-i18n: 3.4.5
pve-qemu-kvm: 9.2.0-7
pve-xtermjs: 5.5.0-2
qemu-server: 8.4.3
smartmontools: 7.3-pve1
spiceterm: 3.3.1
swtpm: 0.8.0+pve1
vncterm: 1.8.1
zfsutils-linux: 2.2.8-pve1

Could you please help me to diagnose what's going wrong?

Just FYI, I replaced the NVMe disk a couple of months ago because the old one started dying, and I mad
e an exact copy to the new one, so the NVMe which have Proxmox installed is pretty new, and SMART looks correct, so not sure that's the issue...

additional info: when the crash happens, If I connect a screen, there is no signal at all, meaning that the system is completely dead, but I can see the activities on the network cable (lights are blinking)

EDIT: if it can help, the motherboard is ASROCK H470M-HDV/M.2 and I disabled already all energy saver options

Thank you for people who will take time to help me !!
 
Last edited:
Just to let you know, i'm pretty new for proxmox,
You should have installed version 9, not 8.x then!

Try to find hints regarding the crashes in the Journal. If it happened during the previous boot you can look at the end of the relevant journal like this:

Code:
journalctl -b -1  -p warning  -e

For a description of "-b" etc. consult man journalctl. You might post the last few dozen lines or so (depending on your findings) here - in [code]...[/code]-tags, please.