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

2024-12-04 Thread Pádraig Brady
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 tail --follow=name apa & mv apa be

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

2024-12-04 Thread Ioanna Alifieraki
Hi, I’m writing to report unexpected behavior in the output of ls on NFS shares, which appears to be related to the listxattr in gnulib. When a user lacks permissions to access certain directories on an NFS share, ls -la produces "Permission denied" errors for those directories and then the out