bug#74653: tail --follow=name doesn't exit when using inotify and the file is moved

2024-12-05 Thread Pádraig Brady
On 04/12/2024 11:55, Pádraig Brady wrote: On 02/12/2024 16:19, Göran Uddeborg wrote: When using "tail --follow=name", but without "--retry", on a file supporting inotify, the command doesn't finish if the file is moved to a new name. Repeat this way on a local filesystem: echo apa > apa

bug#74692: ls -la unexpected output on NFS shares, possibly due to listxattr in gnulib

2024-12-05 Thread Paul Eggert
On 2024-12-04 09:10, Ioanna Alifieraki wrote: When ls -la is run on NFS shares, get_aclinfo() in gnulib is eventually invoked. This calls listxattr, which, as expected, returns -1 and sets errno when the user lacks permissions for a directory. That's not what I expect, any more than I'd expect