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

2025-01-11 Thread Paul Eggert
On 2025-01-11 08:48, Pádraig Brady wrote: The attached gnulib patch does that. Thanks for fixing that.

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

2025-01-11 Thread Pádraig Brady
On 11/01/2025 13:44, Pádraig Brady wrote: On 11/01/2025 08:37, Paul Eggert wrote: On 2025-01-10 06:48, Pádraig Brady wrote: With the previously discussed ls patch included, we also suppress the error (while indicating the obtainable security context): $ src/ls -l /mnt/nfs total 0 --w---. 1

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

2025-01-11 Thread Pádraig Brady
On 11/01/2025 08:37, Paul Eggert wrote: On 2025-01-10 06:48, Pádraig Brady wrote: With the previously discussed ls patch included, we also suppress the error (while indicating the obtainable security context): $ src/ls -l /mnt/nfs total 0 --w---. 1 padraig padraig 0 Jan  8 20:42 file I'll

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

2025-01-11 Thread Paul Eggert
On 2025-01-10 06:48, Pádraig Brady wrote: With the previously discussed ls patch included, we also suppress the error (while indicating the obtainable security context): $ src/ls -l /mnt/nfs total 0 --w---. 1 padraig padraig 0 Jan  8 20:42 file I'll push that ls patch now. Thanks, but I'm