Re: Ubuntu stty

2010-02-10 Thread Alan Curry
Bob Proulx writes: > > Tom Lake wrote: > > I have an ASR-33 Teletype on ttyS0 which can only output uppercase > > characters that I'm trying to use as a serial console. > > I like it. I already answered this the first time it was sent. The archive has my message: http://lists.gnu.org/archive/h

Re: Ubuntu stty

2010-02-10 Thread Bob Proulx
Tom Lake wrote: > I have an ASR-33 Teletype on ttyS0 which can only output uppercase > characters that I'm trying to use as a serial console. I like it. > My getty specifies -U to allow for uppercase terminals. > ... > As you can see, iuclc is clearly in effect but > the conversion from uppercase

Re: Bug#569020: coreutils: failure of install-C test on GNU/kFreeBSD

2010-02-10 Thread Michael Stone
On Wed, Feb 10, 2010 at 11:19:27PM +, Pádraig Brady wrote: That test should pass irrespective of inotify availability. I've spun it for 20 mins now on linux with inotify disabled without issue: while true; do (cd tests && make check TESTS=tail-2/inotify-hash-abuse2 VERBOSE=yes) || break do

Re: Final point in new option of join

2010-02-10 Thread Pádraig Brady
On 10/02/10 14:56, Pádraig Brady wrote: On 10/02/10 13:50, Eric Blake wrote: According to Pádraig Brady on 2/10/2010 6:43 AM: On 10/02/10 10:37, Stéphane Raimbault wrote: I don't think the final point of this new option is useful. #: src/join.c:193 ... " --header treat first line in each file

Re: Bug#569020: coreutils: failure of install-C test on GNU/kFreeBSD

2010-02-10 Thread Pádraig Brady
On 10/02/10 19:56, Michael Stone wrote: Figures that I get completely different results with kfreebsd 8 kernel. (Presumably the install test isn't an issue because my user doesn't have multiple groups--will still look at that.) tests/tail-2/inotify-hash-abuse2 fails, which I'm not even sure is r

Re: Bug#569020: coreutils: failure of install-C test on GNU/kFreeBSD

2010-02-10 Thread Michael Stone
Figures that I get completely different results with kfreebsd 8 kernel. (Presumably the install test isn't an issue because my user doesn't have multiple groups--will still look at that.) tests/tail-2/inotify-hash-abuse2 fails, which I'm not even sure is relevant. (No inotify; maybe have the t

Re: Final point in new option of join

2010-02-10 Thread Pádraig Brady
On 10/02/10 13:50, Eric Blake wrote: According to Pádraig Brady on 2/10/2010 6:43 AM: On 10/02/10 10:37, Stéphane Raimbault wrote: I don't think the final point of this new option is useful. #: src/join.c:193 ... " --header treat first line in each file as field header line, \n" "

Re: Final point in new option of join

2010-02-10 Thread Chris Jones
On Wed, Feb 10, 2010 at 08:50:50AM EST, Eric Blake wrote: > According to Pádraig Brady on 2/10/2010 6:43 AM: > > On 10/02/10 10:37, Stéphane Raimbault wrote: > >> I don't think the final point of this new option is useful. > >> > >> #: src/join.c:193 > >> ... > >> " --header treat first l

Re: Final point in new option of join

2010-02-10 Thread Eric Blake
According to Pádraig Brady on 2/10/2010 6:43 AM: > On 10/02/10 10:37, Stéphane Raimbault wrote: >> I don't think the final point of this new option is useful. >> >> #: src/join.c:193 >> ... >> " --header treat first line in each file as field header line, >> \n" >> "

Re: Final point in new option of join

2010-02-10 Thread Pádraig Brady
On 10/02/10 10:37, Stéphane Raimbault wrote: I don't think the final point of this new option is useful. #: src/join.c:193 ... " --header treat first line in each file as field header line, \n" " print them without trying to pair them.\n" Any suggestions? How abo

Final point in new option of join

2010-02-10 Thread Stéphane Raimbault
I don't think the final point of this new option is useful. #: src/join.c:193 ... " --header treat first line in each file as field header line, \n" " print them without trying to pair them.\n" Stephane