bug#23545: pr bug

2016-05-15 Thread Pádraig Brady
tag 23545 notabug close 23545 stop On 15/05/16 20:18, Andrey Hinov wrote: Hello Team, I believe a behavior of pr command might be a bug. If you use -h option for header and in the string you put exclamation (!) all is good, but if you put more than 1 exclamations in raw command failed. You can

bug#23542: add konsole-256color to dircolors database

2016-05-15 Thread Pádraig Brady
On 15/05/16 14:33, nl6720 wrote: Hi! dircolors.hin currently has 'TERM konsole' but not 'TERM konsole-256color'. Could you please add it. The following should support that in a more general way. thanks, Pádraig >From 7945e09e7b1164cc463d6f6c2bb717211276df74 Mon Sep 17 00:00:00 2001 From: =?U

bug#23539: tail -f file name headings displayed too many times after suspend

2016-05-15 Thread Janne Snabb
The attached patch fixes this bug for me. The patch moves the write_header() call in the inotify case to dump_remainder() where write_header() is called only if some file content is going to be output. I am not sure if this is the best approach. Another approach would be to change the inotify eve

bug#23542: add konsole-256color to dircolors database

2016-05-15 Thread nl6720
Hi! dircolors.hin currently has 'TERM konsole' but not 'TERM konsole-256color'. Could you please add it.

bug#23537: timeout test gets false-positive for duration of -1.189731495357231765e+4932

2016-05-15 Thread Jim Meyering
tags 23537 notabug stop On Sun, May 15, 2016 at 8:06 AM, Jim Meyering wrote: > On Sun, May 15, 2016 at 4:21 AM, Pádraig Brady wrote: >> Has up to date centos6 the bug? >> I didn't see it with glibc-2.12-1.166.el6_7.7.x86_64 > > Yes. I am surprised that you don't see it and I do: > > $ rpm -q g

bug#23537: timeout test gets false-positive for duration of -1.189731495357231765e+4932

2016-05-15 Thread Jim Meyering
On Sun, May 15, 2016 at 4:21 AM, Pádraig Brady wrote: > Has up to date centos6 the bug? > I didn't see it with glibc-2.12-1.166.el6_7.7.x86_64 Yes. I am surprised that you don't see it and I do: $ rpm -q glibc glibc-2.12-1.166.el6_7.7.x86_64 $ src/timeout 0.1 sleep 1.189731495357231765e+49

bug#23538: Tail command exception

2016-05-15 Thread Pádraig Brady
On 14/05/16 18:57, Dan Sichitiu wrote: Hello, Please be advised that tail command is reporting an exception when applied to a file stored on Oracle ACFS (Automatic Storage Management Cluster File System): Unrecognized file system. . . This should already be handled in v8.25 with: http://git.sv

bug#23537: timeout test gets false-positive for duration of -1.189731495357231765e+4932

2016-05-15 Thread Pádraig Brady
On 14/05/16 18:09, Jim Meyering wrote: On systems with recent glibc, this abuse of timeout elicits the expected error: $ src/timeout -- -1.189731495357231765e+4932 sleep 0 src/timeout: invalid time interval ‘-1.189731495357231765e+4932’ Try 'src/timeout --help' for more information. Bu