If you have 2 pcs and if the kernel recognizes a crash and outputs stuff, then you can use netconsole.
On the pc that crashes you do
And on the pc with LOGGER_IP and LOGGER_MAC you can receive it with "nc -l -u -p 6969" and pipe it in a file from there: "nc -l -u -p 6969 | tee kernelmsg.log".Code:modprobe netconsole netconsole=6969@YOUR_IP/eth0,6969@LOGGER_IP/LOGGER_MAC_ADDRESS


Reply With Quote
