-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upstream SSH remote feature #14
Comments
@qcjxs Can you give me a bit more information about the target system? What operating system is it using? Are you able to provide me with the hostname+user so that I can try connecting to it as well, so I can debug the issue? |
I tested it on both my local VM and cloud VM. The results are the same. The machine is Ubuntu 18.04. but I can connect with the ssh command. Because I use an internal machine, I may not be able to access it even if I give you the account and password. You can make a short video. It's will be very helpful |
This is the result when connecting to a cloud VM running Ubuntu 22.04. Note that Theia requires at least 20.04 to run, but you don't even get to the connection stage, so that detail doesn't matter. 2023-07-26.11-42-06.mp4I've used Gitpod to provide me with a cloud VM. I'll take a look later today to see whether I can connect to a Huawei VM. |
@qcjxs I see, that's annoying. On what repository did you run Gitpod on? Can you try it with a different repo like this one? I've created eclipse-theia/theia#12782 to track some of the requirement issues. It seems like some of the native dependencies of Theia require |
@msujew I used the suggested branch of your guidance document, which is eclipse-theia/theia#12618. |
@qcjxs I'm not talking about the Theia branch, but about the Gitpod workspace and it's underlying docker image. The Theia repository is using a relatively old Ubuntu image, but other repositories will use a newer image. Anyway, from what I've heard @francescoflo was able to get everything running. Please get back to him to get some more info. |
I just used a laptop with fresh new and updated Ubuntu 22.04. There I have libc 2.35, so the ssh connection worked without any issues (or at least I didn't get any message and the connection was up for hours). |
Implemented by eclipse-theia/theia#12618
The text was updated successfully, but these errors were encountered: