Re: [uml-user] TTY Help

2007-02-06 Thread Jeff Dike
On Mon, Feb 05, 2007 at 10:42:34AM -0500, Houchen, Thomas wrote: > I actually get a decent looking log(no time stamps or anything though). This is why the other format exists. > However all user input is logged twice (I'm thinking it's getting stdin > and stdout) and I'm seeing shell color code I

Re: [uml-user] TTY Help

2007-02-06 Thread Blaisorblade
On Monday 05 February 2007 16:42, Houchen, Thomas wrote: > I'm having some troubles with TTY logging. My host system is Fedora > core 4 w/ 2.6.11-1.1 Kernel. [...] > (note I had to edit this line in the patch file: > INIT_WORK(&tty->SAK_work, NULL);  to INIT_WORK(&tty->SAK_work, NULL, > NULL); Th

[uml-user] TTY Help

2007-02-05 Thread Houchen, Thomas
I'm having some troubles with TTY logging. My host system is Fedora core 4 w/ 2.6.11-1.1 Kernel. I've downloaded and patched the 2.6.17 vanilla kernel w/ the tty patch found here: http://user-mode-linux.sourceforge.net/work/current/2.6/2.6.20-rc5/patch es/tty-logging (note I had t