I have a small home lab and run proxmox on a handful of nodes, two of which are ThinkCentre M90q Gen 2 Tiny (Intel) Desktops with i7-11700T. For the last year, I've been experiencing random crashes. Nothing gets printed in the screen. Nothing obvious shows up in the logs. Machine just completely freezes.
From reading through the forum, it seemed like it was issues with the e1000 based NICs or c-states being enabled in the bios. I've reviewed suggestions on the board and tried various troubleshooting steps (e.g. disabling c-states), but nothing has worked. It seems like when the machines are under less load, the crashes are more infrequent.
I've tried to enable kdump, following directions on the forum, but nothing appears to show up in the /var/crash directory.
Then I simulated a kernel panic.
If anyone has any suggestions, it would be greatly appreciated.
From reading through the forum, it seemed like it was issues with the e1000 based NICs or c-states being enabled in the bios. I've reviewed suggestions on the board and tried various troubleshooting steps (e.g. disabling c-states), but nothing has worked. It seems like when the machines are under less load, the crashes are more infrequent.
I've tried to enable kdump, following directions on the forum, but nothing appears to show up in the /var/crash directory.
Code:
kdump-config show
DUMP_MODE: kdump
USE_KDUMP: 1
KDUMP_COREDIR: /var/crash
crashkernel addr: 0x67000000
/var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-5.15.107-1-pve
kdump initrd:
/var/lib/kdump/initrd.img: symbolic link to /var/lib/kdump/initrd.img-5.15.107-1-pve
current state: ready to kdump
kexec command:
/sbin/kexec -p --command-line="BOOT_IMAGE=/boot/vmlinuz-5.15.107-1-pve root=/dev/mapper/pve-root ro quiet reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll nousb ata_piix.prefer_ms_hyperv=0" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz
Code:
tail /sys/kernel/kexec_crash_loaded
1
Then I simulated a kernel panic.
Code:
echo c >/proc/sysrq-trigger
If anyone has any suggestions, it would be greatly appreciated.