> Check the network console documentation in the kernel. Essentially, in > LILO, run: I'm not using LILO. > append="netconsole=4444@xxxxxxxxx/eth0,514@xxxxxxxxx/00:60:2D:CD:2A:B7" > ^^ src ^^dest / ^dest mac > addr > > On the remote host, run syslogd -r (to accespt remote syslogging) > > This *is* clearly documented here in the kernel docs: > linux/Documentation/networking/netconsole.txt It is? It doesn't look that clear to me: Backup:/etc/mdadm# cd linux/Documentation/networking/ -bash: cd: linux/Documentation/networking/: No such file or directory > It takes a string configuration parameter "netconsole" in the > following format: > > netconsole=[src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr] > > where > src-port source for UDP packets (defaults to 6665) > src-ip source IP to use (interface address) > dev network interface (eth0) > tgt-port port for logging agent (6666) > tgt-ip IP address for logging agent > tgt-macaddr ethernet MAC address for logging agent (broadcast) Thanks. I'll give it a shot. -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html