Re: Bug in tty cooked mode kernel 3.12.3

2013-12-17 Thread Peter Hurley
On 12/17/2013 12:30 PM, Greg Kroah-Hartman wrote: On Mon, Dec 09, 2013 at 06:06:07PM -0500, Peter Hurley wrote: On 12/07/2013 06:46 PM, Karl Dahlke wrote: This may have appeared in 3.9.11 with the changes to tty. Don't know; I just started running 3.12 from kernel.org. Perhaps nobody saw it bef

Re: Bug in tty cooked mode kernel 3.12.3

2013-12-17 Thread Greg Kroah-Hartman
On Mon, Dec 09, 2013 at 06:06:07PM -0500, Peter Hurley wrote: > On 12/07/2013 06:46 PM, Karl Dahlke wrote: > > This may have appeared in 3.9.11 with the changes to tty. > > Don't know; I just started running 3.12 from kernel.org. > > Perhaps nobody saw it before because nobody runs command line pro

Bug in tty cooked mode kernel 3.12.3

2013-12-09 Thread Karl Dahlke
> Thanks for the report, Karl. > > Please test the patch below (requires > commit 39434abd942c8e4b9c14c06a03b3245beaf8467f, > 'n_tty: Fix missing newline echo'). > This should fix the 'newline output after the new prompt' problem. Hey hey - you did it! I did my console switch, which *always* reve

Re: Bug in tty cooked mode kernel 3.12.3

2013-12-09 Thread Peter Hurley
On 12/07/2013 06:46 PM, Karl Dahlke wrote: > This may have appeared in 3.9.11 with the changes to tty. > Don't know; I just started running 3.12 from kernel.org. > Perhaps nobody saw it before because nobody runs command line programs, > we're all on desktops or x or whatever, > and even those in t

Re: Bug in tty cooked mode kernel 3.12.3

2013-12-07 Thread Greg KH
On Sun, Dec 08, 2013 at 01:16:09AM -0500, Karl Dahlke wrote: > As per your direction, I applied Peters patch to n_tty.c, > which looked like it was in the ballpark, echoing newline etc, > but it did not fix the problem. > It is still reproducible on my system as below. > > > Come up in run level 3

Bug in tty cooked mode kernel 3.12.3

2013-12-07 Thread Karl Dahlke
As per your direction, I applied Peters patch to n_tty.c, which looked like it was in the ballpark, echoing newline etc, but it did not fix the problem. It is still reproducible on my system as below. > Come up in run level 3, command line mode, > and bring up two consoles with bash in cooked mode

Re: Bug in tty cooked mode kernel 3.12.3

2013-12-07 Thread Greg KH
On Sat, Dec 07, 2013 at 06:46:07PM -0500, Karl Dahlke wrote: > This may have appeared in 3.9.11 with the changes to tty. > Don't know; I just started running 3.12 from kernel.org. > Perhaps nobody saw it before because nobody runs command line programs, > we're all on desktops or x or whatever, > a

Bug in tty cooked mode kernel 3.12.3

2013-12-07 Thread Karl Dahlke
This may have appeared in 3.9.11 with the changes to tty. Don't know; I just started running 3.12 from kernel.org. Perhaps nobody saw it before because nobody runs command line programs, we're all on desktops or x or whatever, and even those in the command line are still raw. bash is raw by default