-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
(remote proxy) encountered error while forwarding messages: stderr_task failed #20523
Comments
@aleclarson This error message usually indicates that the |
|
Hmm. What OS is on the remote side? If it's macOS then The way this should work is that:
While Zed is trying to SSH into the machine, can you run After doing that, if you run Happy to debug together if you want: https://calendly.com/ConradIrwin/pairing |
I have the same issue with macOS Monterey (host) and Raspberry Pi OS Lite (client) Here is my logs:
|
@Tom-Boscher What does |
|
The Raspberry Pi Zero W is indeed using a 32 bits processor |
Ok. Let me see if we can figure out whether or not we have a 64-bit arm processor from just the string we get back. The extra bad news for you is that we don't yet ship 32bit arm builds. For now you may be able to build your own to make it work, but I appreciate this is a bit of a pain. |
Actually, and in further bad news, you cannot currently build zed's remote server for arm32 due to bytecodealliance/wasmtime#1173. In the future it might be reasonable to have a version without wasm time on 32-bit platforms. This would mean extensions don't work, but that might be a fine compromise. |
It returns nothing on both machines while
OS: macOS 14.4.1 Logs in |
Updates: #20523 Release Notes: - SSH Remoting: correctly show an error when SSH'ing into a 32-bit arm system
It's working for me with Zed Preview v0.162.0 |
After installing Zed stable v0.162.1, I'm experiencing the same issue, I believe. When I run
My
…and I can confirm The |
@aleclarson what is the output of |
Darwin x86_64 |
Hmm. That should work just fine, is there anything in If not, happy to try and figure this out on a video call: https://calendly.com/conradirwin/pairing |
Check for existing issues
Describe the bug / provide steps to reproduce it
While trying to connect Zed to a remote Zed on another macOS Intel machine, I get a timeout during the "Starting Proxy..." message.
Environment
Zed: v0.161.1 (Zed Preview)
OS: macOS 11.7.8
Memory: 4 GiB
Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: