-
-
Notifications
You must be signed in to change notification settings - Fork 911
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
Cannot open /dev/fd/63: no such file or directory #1699
Comments
This is somewhat analogous to issue #164. However, running the example script from issue
Note: I get |
Yeah, it is, I didn’t see that issue because of its title
It vary sometimes, earlier I had the same problem and it also pointed to /dev/fd/62 |
I’m experiencing this issue with Translate Shell, installed with
gawk itself does work:
I'd like to see if it is possible to get this to work, so that I can use polyglot on my iOS devices. iSH 1.2.4 (Build 434) |
Got |
Ideas? |
I get the same error while running "pass generate"
|
on alpine mkfifo pipe
echo echo hi > pipe &
bash < pipe works fine, but ish stuck on -- Further testing shows that it sometimes works, so a dirty solution is to create such pipe, and let bash read from it (highly inconsistent) |
Using structure
command1 <(command2)
results in the error from title. Tried workarounds likeln -s /proc/self/fd /dev/fd
or installingudev
but this didn't help - /proc/self/fd contains only 0, 1, 2 and 3 files. Any suggestions if it's fixable locally?The text was updated successfully, but these errors were encountered: