-
Notifications
You must be signed in to change notification settings - Fork 72
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
Hangs under WSL2 #19
Comments
Sometimes I experience a similar issue. I use the |
I have the same problem as @RomanDanyk. Using npiperelay to communicate from WSL2 with windows native ssh-agent works fine for weeks and then suddenly stops working. All ssh commands in WSL2 just hang forever. I already tried:
But so far, no success. A reboot fixes the issue, but that seems like overkill. Any ideas on how to debug or fix the issue would be great. |
I've been hitting similar issues with git commands hanging as I use SSH key auth and forward key requests to the Windows SSH Agent with What I noticed is that when this stops working for me, it seems like the WSL -> Windows interop is broken. E.g. running |
I can confirm the observation of @stuartleeks: starting any (even console executable) windows program from WSL2 just fails. The terminal blocks forever (Ctrl-C doesn't work) - the w32 executable has to be killed from a second terminal. So the problem doesn't seem to be a npiperelay issue. Still, it might make sense to keep this issue around as a pointer to the WSL2 issue. |
I use
Also
It was caused by Windows Defender Real-time protection. I was able to resolve it by adding an exclude for the directory where
|
Im trying to connect the serial port as described in the instructions, but when the script is run, it just hangs and goes no further?
The text was updated successfully, but these errors were encountered: