netconsole-setup

Dynamically configure Linux netconsole

Install

All systems
curl cmd.cat/netconsole-setup.sh
Debian Debian
apt-get install netconsole
Ubuntu
apt-get install netconsole
image/svg+xml Kali Linux
apt-get install netconsole
Windows (WSL2)
sudo apt-get update sudo apt-get install netconsole

netconsole

Dynamically configure Linux netconsole

Netconsole is a Linux kernel module that sends all kernel log messages over the network to another computer. It was designed to be as instantaneous as possible, to enable the logging of even the most critical kernel bugs. It works from IRQ contexts as well, and does not enable interrupts while sending packets. Due to these unique needs, only IP networks, UDP packets and Ethernet devices are supported. This package contains a netconsole service that dynamically configures netconsole by configuring one or more hosts by their names or IP addresses. Documentation is available in the Linux kernel tree under https://www.kernel.org/doc/Documentation/networking/netconsole.txt