-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Bash on Ubuntu on Windows pm2 crashed #2322
Comments
another error if i start pm2 list
ls -la .pm2/
|
Yeah we got multiple report of pm2 not working on the windows 10 linux subsystem, we are trying to setup the linux subsystem without success for now. From the stacktrace its seems coming from node itself, maybe that the subsystem doesnt support socket ? |
We managed to reproduce the issue, it looks like PM2 works quite well on the linux subsystem, there is just that exception that pops at PM2 initialization (rm ~/.pm2 ; pm2 ls) |
same error
|
I got this issue too on my win10 bash.
|
After digging into Microsoft forums, its seems that not every syscall is working as expected, for example networking isnt fully implemented, just need to wait here. |
Are you at least looking for a workaround or do we just have to wait until some unknown syscall may or may not get fixed? |
@gpasq The whole implementation of pm2 is using socket to communicate with the daemon, we cannot make a workaround, sorry. |
Same error here. Windows 10 and Bash on Ubuntu on Windows. And indeed, it seems to be a problem with Bash on Ubuntu on Windows. Let's hope it is fixed once they leave beta 😃 |
Same error here. :). Let's hope it is fixed once they leave beta |
Same error. ehh |
Same error, some solution? |
This is issue still happens in new version of windows bash? |
I'm not on the Windows Insider Fast Ring (which uses 16.04 already) but I have just upgraded my Bash on Windows to 14.04.5 LTS (on the latest stable windows version) and I still get the same error. // edit: |
Sadly i guess we would need to wait some time before Microsoft implement all syscall of linux. |
I use the new Ubuntu integration in win10
This pm2 installation is the development branch
crash by starting with following message
all other starts come with this message
Software versions used
PM2 Log output
The text was updated successfully, but these errors were encountered: