We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As shown in mviereck/x11docker#55 (comment), mkfifo seems not to be working as expected.
mkfifo
~# mkfifo /tmp/myfifo ~# exec 3<>/tmp/myfifo ~# echo foo >&3 bash: echo: write error: Communication error on send ~# read var <&3 bash: read: read error: 0: Communication error on send ~# cat /tmp/myfifo cat: /tmp/myfifo: Device or resource busy ~# ls -l /tmp/myfifo prw-rw-rw- 1 IEUser None 0 Jul 9 14:55 /tmp/myfifo
Is this a bug or an unsupported feature?
The text was updated successfully, but these errors were encountered:
I think better to ask on Cygwin ML as MSYS2 runtime is Cygwin
Sorry, something went wrong.
No branches or pull requests
As shown in mviereck/x11docker#55 (comment),
mkfifo
seems not to be working as expected.Is this a bug or an unsupported feature?
The text was updated successfully, but these errors were encountered: