bug#26869: bug-coreutils@gnu.org

2017-05-10 Thread Marshall Onsrud
I am running tail on a text file in a Centos 7 Docker on top of CoreOS. I see this message whenever I tail this file: tail: unrecognized file system type 0x794c7630 for \u2018sda_written_locally.txt\u2019. please report this to bug-coreutils@gnu.org. reverting to polling Let me know if there is

bug#26869: bug-coreutils@gnu.org

2017-05-10 Thread Pádraig Brady
On 10/05/17 13:14, Marshall Onsrud wrote: > I am running tail on a text file in a Centos 7 Docker on top of CoreOS. > > I see this message whenever I tail this file: > > tail: unrecognized file system type 0x794c7630 for > \u2018sda_written_locally.txt\u2019. please report this to > bug-coreutils

bug#26779: expr length

2017-05-10 Thread Paul Eggert
A couple of things. First, since performance doesn't matter here, wouldn't it be simpler to convert to wide character form by using mbstowcs, do the work in wide-character form, and then convert back via wcstombs? The resulting code should be easier to maintain, I'd think. Also, please stick t

bug#26783: Discrepancy with uptime added as part of "[PATCH] Document uptime."

2017-05-10 Thread Prateek saxena
Hi Pádraig, Thanks for replying. When we can expect the fix. Can we use the attached patch as workaround for time been. whether it would be sufficient. Thanks & Regards, Prateek On Sat, May 6, 2017 at 1:48 AM, Pádraig Brady wrote: > On 04/05/17 23:03, Prateek saxena wrote: >> Hi, >> >> We fo