Re: Netconsole and logging everything from /dev/console

2007-11-17 Thread Martin Michlmayr
* Matt Mackall <[EMAIL PROTECTED]> [2007-11-16 12:50]: > > Do you think that would be possible? > > It is, definitely, you just need to wire up a tty struct's write > method to netconsole's and add it to the console registration. But I > haven't had any time to work on this in a while. Where woul

Re: Netconsole and logging everything from /dev/console

2007-11-16 Thread Matt Mackall
On Fri, Nov 16, 2007 at 06:43:15PM +0100, Martin Michlmayr wrote: > I'm supporting a number of consumer devices (e.g. small NAS devices) > in Debian. They typically don't export the serial console and don't > have any other output devices. We perform the installation via SSH > on such devices and

Netconsole and logging everything from /dev/console

2007-11-16 Thread Martin Michlmayr
I'm supporting a number of consumer devices (e.g. small NAS devices) in Debian. They typically don't export the serial console and don't have any other output devices. We perform the installation via SSH on such devices and start SSH automatically when the system boots so people can login. This