Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Compat][Emerge][Gentoo] emerge missing /dev/fd #28

Open
urain39 opened this issue Oct 16, 2019 · 2 comments
Open

[Compat][Emerge][Gentoo] emerge missing /dev/fd #28

urain39 opened this issue Oct 16, 2019 · 2 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@urain39
Copy link
Collaborator

urain39 commented Oct 16, 2019

# Fix missing /dev/fd
[ -d /proc/self/fd ] && [ ! -e /dev/fd ] && ln -s /proc/self/fd /dev/fd
[ -L /dev/fd/0 ] && [ ! -e /dev/stdin ] && ln -s /dev/fd/0 /dev/stdin
[ -L /dev/fd/1 ] && [ ! -e /dev/stdout ] && ln -s /dev/fd/1 /dev/stdout
[ -L /dev/fd/2 ] && [ ! -e /dev/stderr ] && ln -s /dev/fd/2 /dev/stderr
@urain39 urain39 added bug Something isn't working help wanted Extra attention is needed enhancement New feature or request labels Oct 16, 2019
@urain39 urain39 changed the title [Emerge][Gentoo] emerge missing /dev/fd [Compat][Emerge][Gentoo] emerge missing /dev/fd Oct 16, 2019
@urain39
Copy link
Collaborator Author

urain39 commented Oct 16, 2019

Related issue: #21

@urain39
Copy link
Collaborator Author

urain39 commented Oct 22, 2019

UID=$(id)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant