Public bug reported:

uutils ls -l formatting bug with ACL marker on NFS directory

  On Ubuntu 26.04, /usr/bin/ls is provided by uutils:

  $ /usr/bin/ls --version
  ls (uutils coreutils) 0.8.0

  GNU ls is available as gnuls:

  $ /usr/bin/gnuls --version
  ls (GNU coreutils) 9.7

  On an NFSv4 directory, uutils ls formats long listings incorrectly:

  $ LC_ALL=C /usr/bin/ls -l ~/MANUF_logs/ | sed -n '1,3p'
  total 1603480
  -rw-r--r--+1 nobody nogroup    11562 Oct  5  2017 -2017-10.csv

  The ACL marker "+" is printed directly adjacent to the link count.
Expected output should contain a separator, e.g. "+ 1", or otherwise
match GNU ls behavior.

  Interestingly, listing a single file is formatted differently:

  $ LC_ALL=C /usr/bin/ls -ld ~/MANUF_logs/CAS-TA0-2026-04.csv
  -rw-r--r--+ 1 nobody nogroup 6275 Apr  9 12:13 
/home/rino/MANUF_logs/CAS-TA0-2026-04.csv

  So the bug appears specifically in directory long-listing mode.

ProblemType: Bug
DistroRelease: Ubuntu 26.04
Package: rust-coreutils 0.8.0-0ubuntu3
ProcVersionSignature: Ubuntu 7.0.0-15.15-generic 7.0.0
Uname: Linux 7.0.0-15-generic x86_64
ApportVersion: 2.34.0-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Mon Jun  1 09:47:04 2026
InstallationDate: Installed on 2020-07-03 (2159 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: rust-coreutils
UpgradeStatus: Upgraded to resolute on 2026-04-28 (34 days ago)

** Affects: rust-coreutils (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug resolute wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2154719

Title:
  uutils ls -l omits space after ACL marker in directory listings on
  NFS, breaking column alignment

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2154719/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to