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

Missing /dev/fd #133

Open
theoparis opened this issue Nov 18, 2024 · 1 comment
Open

Missing /dev/fd #133

theoparis opened this issue Nov 18, 2024 · 1 comment

Comments

@theoparis
Copy link

theoparis commented Nov 18, 2024

image

The same issue can be seen by running sh <(curl -L https://nixos.org/nix/install) on both https://webvm.io/ and https://webvm.io/alpine.html

image

Mounting it manually via mount -t devtmpfs none /dev as root fails with: mount: /dev: mount(2) system call failed: Function not implemented

@alexp-sssup
Copy link
Member

Thanks for reporting this, currently the dev filesystem is read-only and the /dev/fd -> /proc/self/fd symlink is not properly created. We'll fix this when we have a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@alexp-sssup @theoparis and others