Skip to content

/proc is empty #144

@milahu

Description

@milahu

this breaks commands like pgrep or killall

$ ls -d /proc/[0-9]* | wc -l
30

$ pgrep rqbit
2655910

$ nix-shell

[nix-shell:~]$ pgrep rqbit

[nix-shell:~]$ killall rqbit
rqbit: no process found

[nix-shell:~]$ ls -d /proc/[0-9]* | wc -l
3

[nix-shell:~]$ ls -d /proc/[0-9]*
/proc/226879
/proc/301952
/proc/301953

[nix-shell:~]$ jobs

[nix-shell:~]$ head /proc/[0-9]*/cmdline
bash--rcfile/tmp/nix-shell-226879-0/rc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions