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

cannot create /dev/stdout: No such device or address #514

Open
kminek opened this issue Nov 6, 2024 · 2 comments
Open

cannot create /dev/stdout: No such device or address #514

kminek opened this issue Nov 6, 2024 · 2 comments

Comments

@kminek
Copy link

kminek commented Nov 6, 2024

Hi,

i am having following issue (note that i am running this inside WSL2 Linux distro with concurrently installed globally):

concurrently 'echo HelloWorld > /dev/stdout'
[0] /bin/sh: 1: cannot create /dev/stdout: No such device or address
[0] echo HelloWorld > /dev/stdout exited with code 2
@gustavohenke
Copy link
Member

Hey, just so you know - looked into, couldn't replicate yet, and I don't have access to Windows virtualization at the moment.

If I may ask you - why are you piping to /dev/stdout?

@kminek
Copy link
Author

kminek commented Nov 16, 2024

Hey, just so you know - looked into, couldn't replicate yet, and I don't have access to Windows virtualization at the moment.

If I may ask you - why are you piping to /dev/stdout?

it's just an example to illustrate the error but you can imagine any process there writing to standard output. also i got it working by downgrading concurrently to 8.* and running concurrently --raw 'echo HelloWorld > /dev/stdout'

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

2 participants