I'm having an issue where proxmox will crash from time to time..
Not being a linux specialist anyhow, I came accross this post mentioning how to enable kdump:
https://forum.proxmox.com/threads/random-proxmox-server-hang-no-vms-no-web-gui.58823/
Now the thing is I did not "Select no for kexec reboots" and I was wondering how can I restart that configuration gui ?
I tried to uninstall and reinstall kdump-tools but I don't get the configuration menu anymore...
I know this must be really trivial but I just can't figure it.. any help appreciated
Not being a linux specialist anyhow, I came accross this post mentioning how to enable kdump:
https://forum.proxmox.com/threads/random-proxmox-server-hang-no-vms-no-web-gui.58823/
Code:
# apt install kdump-tools
Select no for kexec reboots
Select yes for enabling kdump-tools
# $EDITOR /etc/default/grub
Add 'nmi_watchdog=1' to the end of 'GRUB_CMDLINE_LINUX_DEFAULT'
# $EDITOR /etc/default/grub.d/kdump-tools.cfg
Change 128M to 256M at the end of the line
# update-grub
# reboot
# cat /sys/kernel/kexec_crash_loaded
Now the thing is I did not "Select no for kexec reboots" and I was wondering how can I restart that configuration gui ?
I tried to uninstall and reinstall kdump-tools but I don't get the configuration menu anymore...
I know this must be really trivial but I just can't figure it.. any help appreciated