Hi,
There is a new
And in 6.8 the default for the
unfortunately, I haven't done it recently myself. Can you check the system logs/journal if there is any information? Maybe you need more memory (512 MiB worked for my test VM with 6 GiB RAM back then)?@fiona in process of troubleshooting some pve 8.2 random freezes im currently looking into enabling kernel crashdumps. I followed the steps from this thread, but I do not get a /var/crash/<DATE> file for the crash successfully triggered withsync; echo c | tee /proc/sysrq-trigger
any idea? Do I need to have thedbsym
packages? and if yes, is there a easy way to do now?
Code:root@PMX8:/var/crash# dmesg | grep crash [ 0.000000] Command line: initrd=\EFI\proxmox\6.8.4-2-pve\initrd.img-6.8.4-2-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs amd_iommu=on iommu=pt pcie_aspm.policy=performance crashkernel=384M-:512M [ 0.004996] crashkernel reserved: 0x0000000055000000 - 0x0000000075000000 (512 MB) [ 0.401744] Kernel command line: initrd=\EFI\proxmox\6.8.4-2-pve\initrd.img-6.8.4-2-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs amd_iommu=on iommu=pt pcie_aspm.policy=performance crashkernel=384M-:512M [ 1.608775] pstore: Using crash dump compression: deflate
Code:root@PMX8:/var/crash# ls kdump_lock kexec_cmd
Code:root@PMX8:/var/crash# kdump-config show DUMP_MODE: kdump USE_KDUMP: 1 KDUMP_COREDIR: /var/crash crashkernel addr: 0x55000000 /var/lib/kdump/vmlinuz: symbolic link to /boot/vmlinuz-6.8.4-2-pve kdump initrd: /var/lib/kdump/initrd.img: symbolic link to /var/lib/kdump/initrd.img-6.8.4-2-pve current state: ready to kdump kexec command: /sbin/kexec -p --command-line="initrd=\EFI\proxmox.8.4-2-pve\initrd.img-6.8.4-2-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs amd_iommu=on iommu=pt pcie_aspm.policy=performance reset_devices systemd.unit=kdump-tools-dump.service nr_cpus=1 irqpoll usbcore.nousb" --initrd=/var/lib/kdump/initrd.img /var/lib/kdump/vmlinuz
EDIT: I looked at the IPMI, but kvm console shutdown completly after triggering viasync; echo c | tee /proc/sysrq-trigger
asfar as I understood, ipmi should still be able to show the kernel dump etc. but yeah its just down instantly.
There is a new
6.8.4-3-pve
kernel on the no-subscription repository, that should address some of the issues with 6.8.And in 6.8 the default for the
intel_iommu
kernel parameter changed, if it wasn't enabled manually before, adding intel_iommu=off
to the kernel commandline might be worth a try: https://bugzilla.proxmox.com/show_bug.cgi?id=5423