uutils / uutils/coreutils

df: df --all does not have systemd-1 - - - - /proc/sys/fs/binfmt_misc

Open
#9,952 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

U - df
Dominant language
Rust
Stars
24.1k
Forks
2k
Avg merge
1d 5h
Merged PRs (30d)
365

Description

df -all does not have systemd-1 - - - - /proc/sys/fs/binfmt_misc while GNU has it.
I did not built uutils/coreutils with feat_systemd, but my GNU coreutils 9.9 (Arch) is not built with --enable-systemd. So it should be a bug.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the df command entry point and reproduce the difference between uutils and GNU with --all, focusing on the missing /proc/sys/fs/binfmt_misc entry. Locate the df implementation and its existing tests, then add or adjust coverage so the output includes the systemd-1 entry when appropriate.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.