Steps to Reproduce:
Terminal Window shows:
[snip]...
Starting server...
Waiting for server log...
Does this issue occur when all extensions are disabled?: N/A
Without Remote-Connections this tool is useless to me.
Clicking the detail link in the Notification reveals:
Running remote connection script
Found existing installation at /home/cnuapp/.vscode-server-insiders/bin/d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205...
Found running server...
*
* Reminder: You may only use this software with Visual Studio family products,
* as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057)
*
Checking server status with wget
ef08dfad-1763-4777-88f1-f9b6cae46cc0==35729==37755==
I had to downgrade to 1.36.0-insider to be able to use ssh.
Same problem here. I manually stopped the relevant server processes running on the remote machine but it didn't help. Here's my log:
[email protected]
win32 x64
SSH Resolver called for "ssh-remote+ws", attempt 1
SSH Resolver called for host: ws
Setting up SSH remote "ws"
Using commit id "d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205" and quality "insider" for server
Testing ssh with ssh -V
ssh exited with code: 0
Got stderr from ssh: OpenSSH_7.9p1, OpenSSL 1.1.1a 20 Nov 2018
Running script with connection command: "ssh" -o ClearAllForwardings=true "ws" bash
Install and start server if needed
>
> Running remote connection script
> Found existing installation at /home/XXXX/.vscode-server-insiders/bin/d4b3a7a22
> fe01ce6af85f9c59943ad54d6f6f205...
>
> SSH_CONNECTION=XX.XX.XX.XX 53595 10.54.71.31 22
> LANG=en_US.UTF-8
> XDG_SESSION_ID=6049
> USER=XXXX
> PWD=/home/XXXX
> HOME=/home/XXXX
> SSH_CLIENT=XX.XX.XX.XX 53595 22
> https_proxy=proxy-chain.xxxx.com:912/
> http_proxy=proxy-chain.xxxx.com:911/
> MAIL=/var/mail/xxxx
> SHELL=/bin/bash
> socks_proxy=proxy-chain.xxxx.com:1080/
> SHLVL=2
> VSCODE_AGENT_FOLDER=/home/xxxx/.vscode-server-insiders
> LOGNAME=xxxx
> DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
> XDG_RUNTIME_DIR=/run/user/1000
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/us
> r/local/games
> ftp_proxy=proxy-chain.xxxx.com:911/
> _=/usr/bin/printenv
> Starting server...
> Waiting for server log...
>
>
> *
> * Reminder: You may only use this software with Visual Studio family products,
> * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057)
> *
>
> ec8801d5-03df-4d1b-bd68-1dac52913ba5==33411==37955==
>
Same problem for me.
I got the same "Checking server status with wget..." message. I tried removing my .vscode-server-insiders directory to make it reinstall, and got the following errors:
[email protected]
win32 x64
SSH Resolver called for "ssh-remote+aroya-dev", attempt 1
SSH Resolver called for host: aroya-dev
Setting up SSH remote "aroya-dev"
Using commit id "d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205" and quality "insider" for server
Testing ssh with ssh -V
ssh exited with code: 0
Got stderr from ssh: OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5
Running script with connection command: "ssh" -o ClearAllForwardings=true "aroya-dev" bash
Install and start server if needed
>
> ]0;C:\WINDOWS\SYSTEM32\cmd.exe
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Running remote connection script
>
> Installing to /home/ubuntu/.vscode-server-insiders/bin/d4b3a7a22fe01ce6af85f9c59
> 943ad54d6f6f205...
>
> Downloading with wget
>
> Download complete
>
> Running remote connection script
> Installing to /home/ubuntu/.vscode-server-insiders/bin/d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205...
> Downloading with wget
> Download complete
>
>
>
>
>
>
>
>
>
>
>
>
>
> Found running server...
>
>
> *
> * Reminder: You may only use this software with Visual Studio family products,
> * as described in the license (https://go.microsoft.com/fwlink/?linkid=2077057)
> *
>
> cat: /home/ubuntu/.vscode-server-insiders/.d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205.log: No such file or directory
> cat: /home/ubuntu/.vscode-server-insiders/.d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205.log: No such file or directory
> Server did not start successfully. Full server log >>>
>
> <<< End of server log
> cat: /home/ubuntu/.vscode-server-insiders/.d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205.log: No such file or directory
>
"install" terminal command done
Received install output: cat: /home/ubuntu/.vscode-server-insiders/.d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205.log: No such file or directory
Failed to parse remote port from server output: cat: /home/ubuntu/.vscode-server-insiders/.d4b3a7a22fe01ce6af85f9c59943ad54d6f6f205.log: No such file or directory
------
Same original issue. Am able to get it to work, by killing the VM side server process. (killall node or whatever works for you)
On reconnect it will fail again unless I kill the process again.
EDIT - Inconsistent results, works for a bit, doesn't work for a bit. Seems like it depends on which update server you get routed to.
Already made an issue: https://github.com/microsoft/vscode-remote-release/issues/1032
I can reproduce, you can use the nightly ssh extension as a workaround for now
You can also click "details" to get the install terminal then kill the terminal manually (garbage can icon)
Found the problem https://github.com/xtermjs/xterm.js/pull/2348
Sorry about the hassle everyone, this will be fixed in the next Insiders build which should drop about 7 hours from now. In the meantime you can jump on the nightly SSH build to unblock yourself.
Most helpful comment
Sorry about the hassle everyone, this will be fixed in the next Insiders build which should drop about 7 hours from now. In the meantime you can jump on the nightly SSH build to unblock yourself.