Open LiveFreeAndRoam opened 1 year ago
I am having this issue as well
I'm guessing that Remote-SSH's "Kill" command didn't fully remove the server, it's supposed to remove all of ~/.vscode-server/bin
, can you check that and share the Remote-SSH log from the window where you ran "Kill VS Code Server on Host"?
After using THE VScode kill
command I checked for processes with the string "vsc" or "node". It found no matches.
When I get back to my computer, I'll attach the log you requested.
The good news is that this is 100% reproducible.
@roblourens, here is the extra info you requested.
I opened a vscode server on my PC and ran the command: Remote SSH: Kill VSCode Server on Host...
. The Remote-SSH log file from that window is below:
[07:29:52.058] Log Level: 2
[07:29:52.071] Picking SSH host
[07:29:52.074] VS Code version: 1.81.1
[07:29:52.074] Remote-SSH version: remote-ssh@0.102.0
[07:29:52.075] win32 x64
[07:30:21.320] Selected mfw30
[07:30:21.323] Checking ssh with "C:\windows\system32\ssh.exe -V"
[07:30:21.326] Got error from ssh: spawn C:\windows\system32\ssh.exe ENOENT
[07:30:21.326] Checking ssh with "C:\windows\ssh.exe -V"
[07:30:21.328] Got error from ssh: spawn C:\windows\ssh.exe ENOENT
[07:30:21.328] Checking ssh with "C:\windows\System32\Wbem\ssh.exe -V"
[07:30:21.330] Got error from ssh: spawn C:\windows\System32\Wbem\ssh.exe ENOENT
[07:30:21.331] Checking ssh with "C:\windows\System32\WindowsPowerShell\v1.0\ssh.exe -V"
[07:30:21.332] Got error from ssh: spawn C:\windows\System32\WindowsPowerShell\v1.0\ssh.exe ENOENT
[07:30:21.333] Checking ssh with "C:\windows\System32\OpenSSH\ssh.exe -V"
[07:30:21.393] > OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
[07:30:21.432] Running script with connection command: "C:\windows\System32\OpenSSH\ssh.exe" -T -o ClearAllForwardings=true host30 bash
[07:30:21.436] Terminal shell path: C:\windows\System32\cmd.exe
[07:30:21.687] > ]0;C:\windows\System32\cmd.exe
[07:30:22.239] > load pubkey "C:\\Users\\username/.ssh/rmc_ed25519": invalid format
[07:30:23.087] > Warning: Permanently added 'host30' (ECDSA) to the list of
> known hosts.
[07:30:26.919] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/@parcel/watcher/build/Release'
[07:30:26.939] > : Directory not empty
[07:30:26.985] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/@vscode/spdlog/build/Release': Directory not empty
[07:30:27.173] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/native-watchdog/build/Release': Directory not empty
[07:30:27.361] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/vsda/build/Release': Directory not empty
[07:30:27.542] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/node-pty/build/Release': Directory not empty
[07:30:27.659] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/.nfs0000000007907e41000000e6': Device or resource busy
[07:30:28.933] "Uninstall VS Code Server" terminal command done
I checked on the server (from a terminal session) and could see there was one process that survived:
5865 pts/24 Ss+ 0:00 /bin/bash --init-file /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/out/vs/workbench/contrib/terminal/browser/media/she
Various things I attempted:
After a reboot of my laptop, there has been no change. The same error appears when attempting to connect via VSC Remote-SSH.
Something that may be worth pointing out... After the Remote-SSH kill command, I continue to see these files
$ sudo lsof | grep vsc
bash 20943 username 99w REG 0,51 0 126908005 /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/.nfs00000000079076650000010c (10.234.84.128:/home/username)
sleep 21173 username 99w REG 0,51 0 126908005 /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/.nfs00000000079076650000010c (10.234.84.128:/home/username)
bash 21525 username 99w REG 0,51 0 126908006 /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/vscode-remote-lock.username.6c3e3dba23e8fadc360aed75ce363ba185c49794 (10.234.84.128:/home/username)
# Then after ten seconds or so...
$ sudo lsof | grep vsc
bash 20943 username 99w REG 0,51 0 126908005 /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/.nfs00000000079076650000010c (10.234.84.128:/home/username)
# then a little bit later
$ sudo lsof | grep vsc
bash 20943 username 99w REG 0,51 0 126908005 /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/.nfs00000000079076650000010c (10.234.84.128:/home/username)
sleep 24468 username 99w REG 0,51 0 126908005 /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/.nfs00000000079076650000010c (10.234.84.128:/home/username)
I killed these processes, but it made no difference.
I'm asking whether the files exist on disk, it looks like you're just looking at open files
it's supposed to remove all of ~/.vscode-server/bin
Understood. The last part of the log file shows that it was unable to delete the ~/.vscode-server/bin
directory because it was not empty.
Here's an extract from my earlier reply:
[07:30:26.919] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/@parcel/watcher/build/Release'
[07:30:26.939] > : Directory not empty
[07:30:26.985] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/@vscode/spdlog/build/Release': Directory not empty
[07:30:27.173] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/native-watchdog/build/Release': Directory not empty
[07:30:27.361] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/vsda/build/Release': Directory not empty
[07:30:27.542] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/node_modules/node-pty/build/Release': Directory not empty
[07:30:27.659] > rm: cannot remove '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75c
> e363ba185c49794/.nfs0000000007907e41000000e6': Device or resource busy
[07:30:28.933] "Uninstall VS Code Server" terminal command done
I'm asking whether the files exist on disk, it looks like you're just looking at open files
The output from the lsof
commands was attempting to highlight that even after the "Remote-SSH: kill" command, there are some surviving processes with an interest in files under ~/.vscode-server/bin
.
it's supposed to remove all of ~/.vscode-server/bin
Is this correct?
On another server, when I issue "Remote-SSH: Kill" command, it also does not remove everything under bin
. However, it also does not display those rm ... Directory not empty
errors and the VSC server is successfully restarted next time.
E.g. on this other server, after killing:
$ ps ax | grep vsc
93417 pts/0 S+ 0:00 grep vsc
$ ls ~/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/node_modules/@parcel/watcher/build/Release
watcher.node
$ ls ~/.vscode-server/bin/6c3
e3dba23e8fadc360aed75ce363ba185c49794/node_modules/native-watchdog/build/Release
watchdog.node
$ ls ~/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/node_modules/vsda/build/Release/
vsda.node
etc.
Ah, guess I missed that, thanks.
The exact command we run is pretty simple, rm -rf $HOME/.vscode-server/bin
. Is it possible that you have rm
aliased to not do -rf
or do something else? Can you run that manually? Maybe I should use \rm
to skip any aliases?
I do not have an alias for rm
.
Is there a way for me to turn on additional debug to see exactly what is happening on the server? E.g. if it's executing some shell script, then I'd modify it with set -x
, if that can be exposed.
The exact command we run is pretty simple, rm -rf $HOME/.vscode-server/bin
OK, so in my case that command does not remove the bin
directory. Presumably, that's the cause of the failure to find the "minimist" module.
Is there something that can be done to make this mechanism more robust?
This continues to be a problem.
rm -rf $HOME/.vscode-server/bin
Doing this manually is a workaround, but it comes with a few caveats:
When not all VSC processes have been killed, here are the errors I see:
myhost:~ (master)$ rm -rf $HOME/.vscode-server/bin
rm: cannot remove '/home/user/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/.nfs0000000007984f34000000ea': Device or resource busy
rm: cannot remove '/home/user/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/bin': Directory not empty
rm: cannot remove '/home/user/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node_modules/@vscode/spdlog/build/Release': Directory not empty
rm: cannot remove '/home/user/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node_modules/vsda/build/Release': Directory not empty
rm: cannot remove '/home/user/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node_modules/node-pty/build/Release': Directory not empty
I'm having this same issue, though removing all of ~/.vscode-server
and running remote ssh: kill vscode server on host
is not fixing it. Any ideas for how I can get in and use vscode?
1) ssh (no vscode)
(cvml) [alex.li@stc01spplogin001 ~]$ ls ~/.vscode-server
ls: cannot access /home/alex.li/.vscode-server: No such file or directory
(cvml) [alex.li@stc01spplogin001 ~]$ lsof | grep vsc
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/489000001/gvfs
Output information may be incomplete.
2) try to ssh with vscode. It requests a password, then on success
[11:14:54.803] Log Level: 2
[11:14:54.882] SSH Resolver called for "ssh-remote+harvest", attempt 1
[11:14:54.883] "remote.SSH.useLocalServer": true
[11:14:54.883] "remote.SSH.useExecServer": false
[11:14:54.884] "remote.SSH.path": undefined
[11:14:54.884] "remote.SSH.configFile": undefined
[11:14:54.884] "remote.SSH.useFlock": true
[11:14:54.885] "remote.SSH.lockfilesInTmp": false
[11:14:54.885] "remote.SSH.localServerDownload": auto
[11:14:54.885] "remote.SSH.remoteServerListenOnSocket": false
[11:14:54.885] "remote.SSH.showLoginTerminal": false
[11:14:54.886] "remote.SSH.defaultExtensions": []
[11:14:54.886] "remote.SSH.loglevel": 2
[11:14:54.886] "remote.SSH.enableDynamicForwarding": true
[11:14:54.886] "remote.SSH.enableRemoteCommand": false
[11:14:54.886] "remote.SSH.serverPickPortsFromRange": {}
[11:14:54.887] "remote.SSH.serverInstallPath": {}
[11:14:54.890] VS Code version: 1.86.0
[11:14:54.890] Remote-SSH version: remote-ssh@0.108.0
[11:14:54.890] linux x64
[11:14:54.928] SSH Resolver called for host: harvest
[11:14:54.928] Setting up SSH remote "harvest"
[11:14:54.933] Acquiring local install lock: /tmp/vscode-remote-ssh-c427a112-install.lock
[11:14:54.944] Looking for existing server data file at /home/alexli/.config/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-c427a112-05047486b6df5eb8d44b2ecd70ea3bdf775fd937-0.108.0-tr/data.json
[11:14:54.949] Using commit id "05047486b6df5eb8d44b2ecd70ea3bdf775fd937" and quality "stable" for server
[11:14:54.980] Install and start server if needed
[11:14:54.994] PATH: /home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/alexli/.local/bin:/home/alexli/miniconda3/envs/cvml/bin:/home/alexli/miniconda3/condabin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/alexli/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[11:14:54.994] Checking ssh with "ssh -V"
[11:14:55.011] > OpenSSH_8.2p1 Ubuntu-4ubuntu0.11, OpenSSL 1.1.1f 31 Mar 2020
[11:14:55.022] askpass server listening on /run/user/1001/vscode-ssh-askpass-9209ff324c857e59cc7b0c2f6bfac538211d1737.sock
[11:14:55.023] Spawning local server with {"serverId":1,"ipcHandlePath":"/run/user/1001/vscode-ssh-askpass-632c3384c3c99e4ff653399b1d8848b44ee450c9.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","35163","-o","ConnectTimeout=15","harvest"],"serverDataFolderName":".vscode-server","dataFilePath":"/home/alexli/.config/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-c427a112-05047486b6df5eb8d44b2ecd70ea3bdf775fd937-0.108.0-tr/data.json"}
[11:14:55.023] Local server env: {"SSH_AUTH_SOCK":"/run/user/1001/keyring/ssh","SHELL":"/bin/bash","DISPLAY":":0","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/home/alexli/.vscode/extensions/ms-vscode-remote.remote-ssh-0.108.0/out/local-server/askpass.sh","VSCODE_SSH_ASKPASS_NODE":"/snap/code/150/usr/share/code/code","VSCODE_SSH_ASKPASS_EXTRA_ARGS":"","VSCODE_SSH_ASKPASS_MAIN":"/home/alexli/.vscode/extensions/ms-vscode-remote.remote-ssh-0.108.0/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/run/user/1001/vscode-ssh-askpass-9209ff324c857e59cc7b0c2f6bfac538211d1737.sock"}
[11:14:55.033] Spawned 467063
[11:14:55.404] > local-server-1> Running ssh connection command: ssh -v -T -D 35163 -o ConnectTimeout=15 harvest
[11:14:55.406] > local-server-1> Spawned ssh, pid=467081
[11:14:55.413] stderr> OpenSSH_8.2p1 Ubuntu-4ubuntu0.11, OpenSSL 1.1.1f 31 Mar 2020
[11:14:55.717] stderr> debug1: Server host key: ecdsa-sha2-nistp256 SHA256:sY6aa75cs+BifrN0f8wmGNc7r1n0fMKF/d/Ii+hz0wY
[11:14:55.968] stderr> No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1001)
[11:14:55.968] stderr>
[11:14:55.969] stderr>
[11:14:55.969] stderr> No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1001)
[11:14:55.969] stderr>
[11:14:55.969] stderr>
[11:14:56.678] Got askpass request: {"request":" Password:"}
[11:14:56.679] Showing password prompt
[11:14:56.681] Listening for interwindow password on /run/user/1001/vscode-ssh-askpass-3d90e201dded76d6ae24a5fed87bf616312f5e6c.sock
[11:14:56.681] Writing password prompt to globalState
[11:16:08.621] Got password response
[11:16:08.622] Interactor gave response: ****************
[11:16:08.623] Cleaning up other-window auth server
[11:16:11.626] Got askpass request: {"request":" Password:"}
[11:16:11.627] Showing password prompt
[11:16:11.628] Listening for interwindow password on /run/user/1001/vscode-ssh-askpass-af7c3c10b2de2b89e434711a32461345f95ba06d.sock
[11:16:11.628] Writing password prompt to globalState
[11:16:17.854] Got password response
[11:16:17.854] Interactor gave response: ****************
[11:16:17.855] Cleaning up other-window auth server
[11:16:18.217] stderr> Authenticated to harvestlogin001.stc01.bluerivertech.info ([100.64.1.12]:22).
[11:16:18.434] > Last failed login: Fri Feb 2 08:16:11 PST 2024 from stc01spvzsac003.stc01.bluerivertech.info on ssh:notty
> There were 5 failed login attempts since the last successful login.
[11:16:19.013] > ready: c292c37e1b15
[11:16:19.119] > Linux 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022
[11:16:19.119] Platform: linux
[11:16:19.223] > /bin/bash
[11:16:19.223] Shell: bash
[11:16:19.224] Creating bash subshell inside "bash"
[11:16:19.329] > bash version: 4.2.46(2)-release
[11:16:19.376] > bash version: 4.2.46(2)-release
[11:16:19.428] > bash version: 4.2.46(2)-release
[11:16:19.548] > c292c37e1b15: running
[11:16:19.570] > Missing GLIBCXX >= 3.4.25!
> Found versions 3.4.1
> 3.4.2
> 3.4.3
> 3.4.4
> 3.4.5
> 3.4.6
> 3.4.7
> 3.4.8
> 3.4.9
> 3.4.10
> 3.4.11
> 3.4.12
> 3.4.13
> 3.4.14
> 3.4.15
> 3.4.16
> 3.4.17
> 3.4.18
> 3.4.19
[11:16:19.573] > Missing GLIBC >= 2.28!
> Found version ldd (GNU libc) 2.17
> c292c37e1b15$$1$$
[11:16:19.574] > Acquiring lock on /home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/vscode-remote-lock.alex.li.05047486b6df5eb8d44b2ecd70ea3bdf775fd937
[11:16:19.615] > Installing to /home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937...
> c292c37e1b15%%1%%
> Downloading with wget
[11:16:20.056] > Download complete
[11:16:20.059] > c292c37e1b15%%2%%
> tar --version:
[11:16:20.060] > tar (GNU tar) 1.26
> Copyright (C) 2011 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
>
> Written by John Gilmore and Jay Fenlason.
[11:16:21.970] > Checking /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log and /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.pid for a running server
[11:16:22.121] > Starting VS Code Server... "/home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/bin/code-server" --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all &> "/home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log" < /dev/null
> The VS Code Server log file is /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log
> printenv:
[11:16:22.123] > MANPATH=/usr/share/lmod/lmod/share/man:
> XDG_SESSION_ID=21075
> DATASET_PATH=/data/jupiter/datasets
> HOSTNAME=stc01spplogin001
> SHELL=/bin/bash
> JUPITERCVMLPATH=/home/alex.li/workspace/JupiterCVML
> __LMOD_REF_COUNT_MODULEPATH=/etc/modulefiles:1;/usr/share/modulefiles:1;/modulefiles/system:1;/modulefiles/jupiter:1;/modulefiles/oi:1;/modulefiles/shasta:1;/modulefiles/pixel:1
> HISTSIZE=1000
> LMOD_ROOT=/usr/share/lmod
> SSH_CLIENT=10.41.25.87 39372 22
> MODULEPATH_ROOT=/usr/share/modulefiles
> CONDA_SHLVL=2
> CONDA_PROMPT_MODIFIER=(cvml)
> LMOD_PKG=/usr/share/lmod/lmod
> LMOD_VERSION=8.2.7
> OUTPUT_PATH=/mnt/sandbox1/alex.li/results
> __LMOD_REF_COUNT_LOADEDMODULES=aws-cli/v2:1
> USER=alex.li
> LMOD_sys=Linux
> CONDA_EXE=/home/alex.li/miniconda3/bin/conda
> __LMOD_REF_COUNT__LMFILES_=/modulefiles/system/aws-cli/v2.lua:1
> AWS_PROFILE=jupiter_prod
> VSCODE_AGENT_FOLDER=/home/alex.li/.vscode-server
> _CE_CONDA=
> CONDA_PREFIX_1=/home/alex.li/miniconda3
> PATH=/home/alex.li/miniconda3/envs/cvml/bin:/home/alex.li/miniconda3/condabin:/tools/aws-cli/v2/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/alex.li/.local/bin:/home/alex.li/bin
> MAIL=/var/spool/mail/alex.li
> _ModuleTable001_=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXtbImF3cy1jbGkiXT17WyJmbiJdPSIvbW9kdWxlZmlsZXMvc3lzdGVtL2F3cy1jbGkvdjIubHVhIixbImZ1bGxOYW1lIl09ImF3cy1jbGkvdjIiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJhd3MtY2xpL3YyIix9LH0sbXBhdGhBPXsiL2V0Yy9tb2R1bGVmaWxlcyIsIi91c3Ivc2hhcmUvbW9kdWxlZmlsZXMiLCIvbW9kdWxlZmlsZXMvc3lzdGVtIiwiL21vZHVsZWZpbGVzL2p1cGl0ZXIiLCIvbW9kdWxlZmls
> CONDA_PREFIX=/home/alex.li/miniconda3/envs/cvml
> PWD=/home/alex.li
> _LMFILES_=/modulefiles/system/aws-cli/v2.lua
> LANG=en_US.UTF-8
> MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/modulefiles/system:/modulefiles/jupiter:/modulefiles/oi:/modulefiles/shasta:/modulefiles/pixel
> LOADEDMODULES=aws-cli/v2
> _ModuleTable_Sz_=2
> LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod
> KRB5CCNAME=KEYRING:persistent:489000019
> HISTCONTROL=ignoredups
> SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
> _CE_M=
> HOME=/home/alex.li
> SHLVL=2
> CVML_PATH=/home/alex.li/git/JupiterCVML
> __LMOD_REF_COUNT_PATH=/tools/aws-cli/v2/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1
> ARTIFACTORY_PASS=blueriver
> _ModuleTable002_=ZXMvb2kiLCIvbW9kdWxlZmlsZXMvc2hhc3RhIiwiL21vZHVsZWZpbGVzL3BpeGVsIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9ldGMvbW9kdWxlZmlsZXM6L3Vzci9zaGFyZS9tb2R1bGVmaWxlczovbW9kdWxlZmlsZXMvc3lzdGVtOi9tb2R1bGVmaWxlcy9qdXBpdGVyOi9tb2R1bGVmaWxlcy9vaTovbW9kdWxlZmlsZXMvc2hhc3RhOi9tb2R1bGVmaWxlcy9waXhlbCIsfQ==
> WANDB_API_KEY=2f040306225be8fcaab303169e36456cbd599601
> BASH_ENV=/usr/share/lmod/lmod/init/bash
> LOGNAME=alex.li
> PYTHONPATH=/home/alex.li/git/JupiterCVML/europa/base/src/europa:/home/alex.li/git/JupiterCVML
> CONDA_PYTHON_EXE=/home/alex.li/miniconda3/bin/python
> CVS_RSH=ssh
> SSH_CONNECTION=10.41.25.87 39372 10.41.24.45 22
> XDG_DATA_DIRS=/home/alex.li/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
> MODULESHOME=/usr/share/lmod/lmod
> LESSOPEN=||/usr/bin/lesspipe.sh %s
> LMOD_SETTARG_FULL_SUPPORT=no
> CONDA_DEFAULT_ENV=cvml
> XDG_RUNTIME_DIR=/run/user/489000019
> COMPUTER_NAME=/harvest
> LMOD_DIR=/usr/share/lmod/lmod/libexec
> BASH_FUNC_module()=() { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh)
> }
> BASH_FUNC_ml()=() { eval $($LMOD_DIR/ml_cmd "$@")
> }
> _=/usr/bin/printenv
> OLDPWD=/home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937
[11:16:22.125] stderr> rm: cannot remove ‘/home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.token’: No such file or directory
[11:16:22.126] > Spawned remote server: 127723
[11:16:22.188] > Waiting for server log...
> Waiting for server log...
[11:16:22.195] > Waiting for server log...
[11:16:22.242] > Waiting for server log...
[11:16:22.261] > Waiting for server log...
[11:16:22.294] > Waiting for server log...
[... repeats]
3) ssh (no vscode)
# There are some new files created, only in this directory
(cvml) [alex.li@stc01spplogin001 ~]$ ls ~/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/
bin extensions LICENSE node node_modules out package.json product.json
I had some .nfs files in .vscode-server at first as well, though I removed them before and in this run I was able to rm -r ~/.vscode-server with no problems. I tried uninstalling and reinstalling the extension to no avail. I am able to ssh into another (non-cluster) machine.
My advice is to stop using the "Remote SSH Kill" command. It can corrupt the VSCode installation, which is the root cause of this issue.
Instead, kill all VSCode processes manually from a separate terminal.
I think to get you functional again you'll need to manually kill the processes, delete the .vscode-server tree. Next time you start VSCode, it will reinstall and it should work. At least, that worked for me.
On Sat, 3 Feb 2024, 2:23 am Alex17Li, @.***> wrote:
I'm having this same issue, though removing all of ~/.vscode-server and running remote ssh: kill vscode server on host is not fixing it. Any ideas for how I can get in and use vscode?
- ssh (no vscode)
(cvml) @. ~]$ ls ~/.vscode-server ls: cannot access /home/alex.li/.vscode-server: No such file or directory (cvml) @. ~]$ lsof | grep vsc lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/489000001/gvfs Output information may be incomplete.
- try to ssh with vscode. It requests a password, then on success
[11:14:54.803] Log Level: 2 [11:14:54.882] SSH Resolver called for "ssh-remote+harvest", attempt 1 [11:14:54.883] "remote.SSH.useLocalServer": true [11:14:54.883] "remote.SSH.useExecServer": false [11:14:54.884] "remote.SSH.path": undefined [11:14:54.884] "remote.SSH.configFile": undefined [11:14:54.884] "remote.SSH.useFlock": true [11:14:54.885] "remote.SSH.lockfilesInTmp": false [11:14:54.885] "remote.SSH.localServerDownload": auto [11:14:54.885] "remote.SSH.remoteServerListenOnSocket": false [11:14:54.885] "remote.SSH.showLoginTerminal": false [11:14:54.886] "remote.SSH.defaultExtensions": [] [11:14:54.886] "remote.SSH.loglevel": 2 [11:14:54.886] "remote.SSH.enableDynamicForwarding": true [11:14:54.886] "remote.SSH.enableRemoteCommand": false [11:14:54.886] "remote.SSH.serverPickPortsFromRange": {} [11:14:54.887] "remote.SSH.serverInstallPath": {} [11:14:54.890] VS Code version: 1.86.0 [11:14:54.890] Remote-SSH version: @.*** [11:14:54.890] linux x64 [11:14:54.928] SSH Resolver called for host: harvest [11:14:54.928] Setting up SSH remote "harvest" [11:14:54.933] Acquiring local install lock: /tmp/vscode-remote-ssh-c427a112-install.lock [11:14:54.944] Looking for existing server data file at /home/alexli/.config/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-c427a112-05047486b6df5eb8d44b2ecd70ea3bdf775fd937-0.108.0-tr/data.json [11:14:54.949] Using commit id "05047486b6df5eb8d44b2ecd70ea3bdf775fd937" and quality "stable" for server [11:14:54.980] Install and start server if needed [11:14:54.994] PATH: /home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/alexli/.local/bin:/home/alexli/miniconda3/envs/cvml/bin:/home/alexli/miniconda3/condabin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/alexli/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin [11:14:54.994] Checking ssh with "ssh -V" [11:14:55.011] > OpenSSH_8.2p1 Ubuntu-4ubuntu0.11, OpenSSL 1.1.1f 31 Mar 2020
[11:14:55.022] askpass server listening on /run/user/1001/vscode-ssh-askpass-9209ff324c857e59cc7b0c2f6bfac538211d1737.sock [11:14:55.023] Spawning local server with {"serverId":1,"ipcHandlePath":"/run/user/1001/vscode-ssh-askpass-632c3384c3c99e4ff653399b1d8848b44ee450c9.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","35163","-o","ConnectTimeout=15","harvest"],"serverDataFolderName":".vscode-server","dataFilePath":"/home/alexli/.config/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-c427a112-05047486b6df5eb8d44b2ecd70ea3bdf775fd937-0.108.0-tr/data.json"} [11:14:55.023] Local server env: {"SSH_AUTH_SOCK":"/run/user/1001/keyring/ssh","SHELL":"/bin/bash","DISPLAY":":0","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/home/alexli/.vscode/extensions/ms-vscode-remote.remote-ssh-0.108.0/out/local-server/askpass.sh","VSCODE_SSH_ASKPASS_NODE":"/snap/code/150/usr/share/code/code","VSCODE_SSH_ASKPASS_EXTRA_ARGS":"","VSCODE_SSH_ASKPASS_MAIN":"/home/alexli/.vscode/extensions/ms-vscode-remote.remote-ssh-0.108.0/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/run/user/1001/vscode-ssh-askpass-9209ff324c857e59cc7b0c2f6bfac538211d1737.sock"} [11:14:55.033] Spawned 467063 [11:14:55.404] > local-server-1> Running ssh connection command: ssh -v -T -D 35163 -o ConnectTimeout=15 harvest [11:14:55.406] > local-server-1> Spawned ssh, pid=467081 [11:14:55.413] stderr> OpenSSH_8.2p1 Ubuntu-4ubuntu0.11, OpenSSL 1.1.1f 31 Mar 2020 [11:14:55.717] stderr> debug1: Server host key: ecdsa-sha2-nistp256 SHA256:sY6aa75cs+BifrN0f8wmGNc7r1n0fMKF/d/Ii+hz0wY [11:14:55.968] stderr> No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1001) [11:14:55.968] stderr> [11:14:55.969] stderr> [11:14:55.969] stderr> No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1001) [11:14:55.969] stderr> [11:14:55.969] stderr> [11:14:56.678] Got askpass request: {"request":" Password:"} [11:14:56.679] Showing password prompt [11:14:56.681] Listening for interwindow password on /run/user/1001/vscode-ssh-askpass-3d90e201dded76d6ae24a5fed87bf616312f5e6c.sock [11:14:56.681] Writing password prompt to globalState [11:16:08.621] Got password response [11:16:08.622] Interactor gave response: **** [11:16:08.623] Cleaning up other-window auth server [11:16:11.626] Got askpass request: {"request":" Password:"} [11:16:11.627] Showing password prompt [11:16:11.628] Listening for interwindow password on /run/user/1001/vscode-ssh-askpass-af7c3c10b2de2b89e434711a32461345f95ba06d.sock [11:16:11.628] Writing password prompt to globalState [11:16:17.854] Got password response [11:16:17.854] Interactor gave response: **** [11:16:17.855] Cleaning up other-window auth server
[11:16:18.434] > Last failed login: Fri Feb 2 08:16:11 PST 2024 from stc01spvzsac003.stc01.bluerivertech.info on ssh:notty
There were 5 failed login attempts since the last successful login. [11:16:19.013] > ready: c292c37e1b15 [11:16:19.119] > Linux 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 [11:16:19.119] Platform: linux [11:16:19.223] > /bin/bash [11:16:19.223] Shell: bash [11:16:19.224] Creating bash subshell inside "bash" [11:16:19.329] > bash version: 4.2.46(2)-release [11:16:19.376] > bash version: 4.2.46(2)-release [11:16:19.428] > bash version: 4.2.46(2)-release [11:16:19.548] > c292c37e1b15: running [11:16:19.570] > Missing GLIBCXX >= 3.4.25! Found versions 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 3.4.9 3.4.10 3.4.11 3.4.12 3.4.13 3.4.14 3.4.15 3.4.16 3.4.17 3.4.18 3.4.19 [11:16:19.573] > Missing GLIBC >= 2.28! Found version ldd (GNU libc) 2.17 c292c37e1b15$$1$$ [11:16:19.574] > Acquiring lock on /home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/vscode-remote-lock.alex.li.05047486b6df5eb8d44b2ecd70ea3bdf775fd937 [11:16:19.615] > Installing to /home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937... c292c37e1b15%%1%% Downloading with wget [11:16:20.056] > Download complete [11:16:20.059] > c292c37e1b15%%2%% tar --version: [11:16:20.060] > tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason. [11:16:21.970] > Checking /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log and /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.pid for a running server [11:16:22.121] > Starting VS Code Server... "/home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/bin/code-server" --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all &> "/home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log" < /dev/null The VS Code Server log file is /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log printenv: [11:16:22.123] > MANPATH=/usr/share/lmod/lmod/share/man: XDG_SESSION_ID=21075 DATASET_PATH=/data/jupiter/datasets HOSTNAME=stc01spplogin001 SHELL=/bin/bash JUPITERCVMLPATH=/home/alex.li/workspace/JupiterCVML LMOD_REF_COUNT_MODULEPATH=/etc/modulefiles:1;/usr/share/modulefiles:1;/modulefiles/system:1;/modulefiles/jupiter:1;/modulefiles/oi:1;/modulefiles/shasta:1;/modulefiles/pixel:1 HISTSIZE=1000 LMOD_ROOT=/usr/share/lmod SSH_CLIENT=10.41.25.87 39372 22 MODULEPATH_ROOT=/usr/share/modulefiles CONDA_SHLVL=2 CONDA_PROMPT_MODIFIER=(cvml) LMOD_PKG=/usr/share/lmod/lmod LMOD_VERSION=8.2.7 OUTPUT_PATH=/mnt/sandbox1/alex.li/results LMOD_REF_COUNT_LOADEDMODULES=aws-cli/v2:1 USER=alex.li LMOD_sys=Linux CONDA_EXE=/home/alex.li/miniconda3/bin/conda LMOD_REF_COUNTLMFILES_=/modulefiles/system/aws-cli/v2.lua:1 AWS_PROFILE=jupiter_prod VSCODE_AGENT_FOLDER=/home/alex.li/.vscode-server _CE_CONDA= CONDA_PREFIX_1=/home/alex.li/miniconda3 PATH=/home/alex.li/miniconda3/envs/cvml/bin:/home/alex.li/miniconda3/condabin:/tools/aws-cli/v2/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/alex.li/.local/bin:/home/alex.li/bin MAIL=/var/spool/mail/alex.li ModuleTable001=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXtbImF3cy1jbGkiXT17WyJmbiJdPSIvbW9kdWxlZmlsZXMvc3lzdGVtL2F3cy1jbGkvdjIubHVhIixbImZ1bGxOYW1lIl09ImF3cy1jbGkvdjIiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJhd3MtY2xpL3YyIix9LH0sbXBhdGhBPXsiL2V0Yy9tb2R1bGVmaWxlcyIsIi91c3Ivc2hhcmUvbW9kdWxlZmlsZXMiLCIvbW9kdWxlZmlsZXMvc3lzdGVtIiwiL21vZHVsZWZpbGVzL2p1cGl0ZXIiLCIvbW9kdWxlZmls CONDA_PREFIX=/home/alex.li/miniconda3/envs/cvml PWD=/home/alex.li LMFILES=/modulefiles/system/aws-cli/v2.lua LANG=en_US.UTF-8 MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/modulefiles/system:/modulefiles/jupiter:/modulefiles/oi:/modulefiles/shasta:/modulefiles/pixel LOADEDMODULES=aws-cli/v2 _ModuleTableSz=2 LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod KRB5CCNAME=KEYRING:persistent:489000019 HISTCONTROL=ignoredups SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass _CE_M= HOME=/home/alex.li SHLVL=2 CVML_PATH=/home/alex.li/git/JupiterCVML __LMOD_REF_COUNT_PATH=/tools/aws-cli/v2/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1 ARTIFACTORY_PASS=blueriver ModuleTable002=ZXMvb2kiLCIvbW9kdWxlZmlsZXMvc2hhc3RhIiwiL21vZHVsZWZpbGVzL3BpeGVsIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9ldGMvbW9kdWxlZmlsZXM6L3Vzci9zaGFyZS9tb2R1bGVmaWxlczovbW9kdWxlZmlsZXMvc3lzdGVtOi9tb2R1bGVmaWxlcy9qdXBpdGVyOi9tb2R1bGVmaWxlcy9vaTovbW9kdWxlZmlsZXMvc2hhc3RhOi9tb2R1bGVmaWxlcy9waXhlbCIsfQ== WANDB_API_KEY=2f040306225be8fcaab303169e36456cbd599601 BASH_ENV=/usr/share/lmod/lmod/init/bash LOGNAME=alex.li PYTHONPATH=/home/alex.li/git/JupiterCVML/europa/base/src/europa:/home/alex.li/git/JupiterCVML CONDA_PYTHON_EXE=/home/alex.li/miniconda3/bin/python CVS_RSH=ssh SSH_CONNECTION=10.41.25.87 39372 10.41.24.45 22 XDG_DATA_DIRS=/home/alex.li/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share MODULESHOME=/usr/share/lmod/lmod LESSOPEN=||/usr/bin/lesspipe.sh %s LMOD_SETTARG_FULL_SUPPORT=no CONDA_DEFAULT_ENV=cvml XDG_RUNTIME_DIR=/run/user/489000019 COMPUTER_NAME=/harvest LMOD_DIR=/usr/share/lmod/lmod/libexec BASH_FUNC_module()=() { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh) } BASH_FUNC_ml()=() { eval $($LMOD_DIR/mlcmd "$@") } =/usr/bin/printenv OLDPWD=/home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937 [11:16:22.125] stderr> rm: cannot remove ‘/home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.token’: No such file or directory [11:16:22.126] > Spawned remote server: 127723 [11:16:22.188] > Waiting for server log... Waiting for server log... [11:16:22.195] > Waiting for server log... [11:16:22.242] > Waiting for server log... [11:16:22.261] > Waiting for server log... [11:16:22.294] > Waiting for server log... [... repeats]
- ssh (no vscode)
There are some new files created, only in this directory
(cvml) @.*** ~]$ ls ~/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/ bin extensions LICENSE node node_modules out package.json product.json
I had some .nfs files in .vscode-server at first as well, though I removed them before and in this run I was able to rm -r ~/.vscode-server with no problems. I tried uninstalling and reinstalling the extension to no avail
— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-remote-release/issues/8842#issuecomment-1924204415, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6ZRGCHZ3W2DKENIOH2AGDYRUHIRAVCNFSM6AAAAAA3PKJYD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRUGIYDINBRGU . You are receiving this because you authored the thread.Message ID: @.***>
It does appear you've tried everything. Your lsof command looks fine, but it may need sudo. What does "ps ax | grep vsc" return?
Could you have a different directory for your .vscode-server? I know the location is configurable. Perhaps try configuring a different location?
I'm out of ideas... apart from taking a drastic measure and rebooting. Still no grantee of success.
On Sat, 3 Feb 2024, 7:49 am Matt Muggeridge, @.***> wrote:
My advice is to stop using the "Remote SSH Kill" command. It can corrupt the VSCode installation, which is the root cause of this issue.
Instead, kill all VSCode processes manually from a separate terminal.
I think to get you functional again you'll need to manually kill the processes, delete the .vscode-server tree. Next time you start VSCode, it will reinstall and it should work. At least, that worked for me.
On Sat, 3 Feb 2024, 2:23 am Alex17Li, @.***> wrote:
I'm having this same issue, though removing all of ~/.vscode-server and running remote ssh: kill vscode server on host is not fixing it. Any ideas for how I can get in and use vscode?
- ssh (no vscode)
(cvml) @. ~]$ ls ~/.vscode-server ls: cannot access /home/alex.li/.vscode-server: No such file or directory (cvml) @. ~]$ lsof | grep vsc lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/489000001/gvfs Output information may be incomplete.
- try to ssh with vscode. It requests a password, then on success
[11:14:54.803] Log Level: 2 [11:14:54.882] SSH Resolver called for "ssh-remote+harvest", attempt 1 [11:14:54.883] "remote.SSH.useLocalServer": true [11:14:54.883] "remote.SSH.useExecServer": false [11:14:54.884] "remote.SSH.path": undefined [11:14:54.884] "remote.SSH.configFile": undefined [11:14:54.884] "remote.SSH.useFlock": true [11:14:54.885] "remote.SSH.lockfilesInTmp": false [11:14:54.885] "remote.SSH.localServerDownload": auto [11:14:54.885] "remote.SSH.remoteServerListenOnSocket": false [11:14:54.885] "remote.SSH.showLoginTerminal": false [11:14:54.886] "remote.SSH.defaultExtensions": [] [11:14:54.886] "remote.SSH.loglevel": 2 [11:14:54.886] "remote.SSH.enableDynamicForwarding": true [11:14:54.886] "remote.SSH.enableRemoteCommand": false [11:14:54.886] "remote.SSH.serverPickPortsFromRange": {} [11:14:54.887] "remote.SSH.serverInstallPath": {} [11:14:54.890] VS Code version: 1.86.0 [11:14:54.890] Remote-SSH version: @.*** [11:14:54.890] linux x64 [11:14:54.928] SSH Resolver called for host: harvest [11:14:54.928] Setting up SSH remote "harvest" [11:14:54.933] Acquiring local install lock: /tmp/vscode-remote-ssh-c427a112-install.lock [11:14:54.944] Looking for existing server data file at /home/alexli/.config/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-c427a112-05047486b6df5eb8d44b2ecd70ea3bdf775fd937-0.108.0-tr/data.json [11:14:54.949] Using commit id "05047486b6df5eb8d44b2ecd70ea3bdf775fd937" and quality "stable" for server [11:14:54.980] Install and start server if needed [11:14:54.994] PATH: /home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/alexli/.local/bin:/home/alexli/miniconda3/envs/cvml/bin:/home/alexli/miniconda3/condabin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/home/alexli/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin [11:14:54.994] Checking ssh with "ssh -V" [11:14:55.011] > OpenSSH_8.2p1 Ubuntu-4ubuntu0.11, OpenSSL 1.1.1f 31 Mar 2020
[11:14:55.022] askpass server listening on /run/user/1001/vscode-ssh-askpass-9209ff324c857e59cc7b0c2f6bfac538211d1737.sock [11:14:55.023] Spawning local server with {"serverId":1,"ipcHandlePath":"/run/user/1001/vscode-ssh-askpass-632c3384c3c99e4ff653399b1d8848b44ee450c9.sock","sshCommand":"ssh","sshArgs":["-v","-T","-D","35163","-o","ConnectTimeout=15","harvest"],"serverDataFolderName":".vscode-server","dataFilePath":"/home/alexli/.config/Code/User/globalStorage/ms-vscode-remote.remote-ssh/vscode-ssh-host-c427a112-05047486b6df5eb8d44b2ecd70ea3bdf775fd937-0.108.0-tr/data.json"} [11:14:55.023] Local server env: {"SSH_AUTH_SOCK":"/run/user/1001/keyring/ssh","SHELL":"/bin/bash","DISPLAY":":0","ELECTRON_RUN_AS_NODE":"1","SSH_ASKPASS":"/home/alexli/.vscode/extensions/ms-vscode-remote.remote-ssh-0.108.0/out/local-server/askpass.sh","VSCODE_SSH_ASKPASS_NODE":"/snap/code/150/usr/share/code/code","VSCODE_SSH_ASKPASS_EXTRA_ARGS":"","VSCODE_SSH_ASKPASS_MAIN":"/home/alexli/.vscode/extensions/ms-vscode-remote.remote-ssh-0.108.0/out/askpass-main.js","VSCODE_SSH_ASKPASS_HANDLE":"/run/user/1001/vscode-ssh-askpass-9209ff324c857e59cc7b0c2f6bfac538211d1737.sock"} [11:14:55.033] Spawned 467063 [11:14:55.404] > local-server-1> Running ssh connection command: ssh -v -T -D 35163 -o ConnectTimeout=15 harvest [11:14:55.406] > local-server-1> Spawned ssh, pid=467081 [11:14:55.413] stderr> OpenSSH_8.2p1 Ubuntu-4ubuntu0.11, OpenSSL 1.1.1f 31 Mar 2020 [11:14:55.717] stderr> debug1: Server host key: ecdsa-sha2-nistp256 SHA256:sY6aa75cs+BifrN0f8wmGNc7r1n0fMKF/d/Ii+hz0wY [11:14:55.968] stderr> No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1001) [11:14:55.968] stderr> [11:14:55.969] stderr> [11:14:55.969] stderr> No Kerberos credentials available (default cache: FILE:/tmp/krb5cc_1001) [11:14:55.969] stderr> [11:14:55.969] stderr> [11:14:56.678] Got askpass request: {"request":" Password:"} [11:14:56.679] Showing password prompt [11:14:56.681] Listening for interwindow password on /run/user/1001/vscode-ssh-askpass-3d90e201dded76d6ae24a5fed87bf616312f5e6c.sock [11:14:56.681] Writing password prompt to globalState [11:16:08.621] Got password response [11:16:08.622] Interactor gave response: **** [11:16:08.623] Cleaning up other-window auth server [11:16:11.626] Got askpass request: {"request":" Password:"} [11:16:11.627] Showing password prompt [11:16:11.628] Listening for interwindow password on /run/user/1001/vscode-ssh-askpass-af7c3c10b2de2b89e434711a32461345f95ba06d.sock [11:16:11.628] Writing password prompt to globalState [11:16:17.854] Got password response [11:16:17.854] Interactor gave response: **** [11:16:17.855] Cleaning up other-window auth server
[11:16:18.434] > Last failed login: Fri Feb 2 08:16:11 PST 2024 from stc01spvzsac003.stc01.bluerivertech.info on ssh:notty
There were 5 failed login attempts since the last successful login. [11:16:19.013] > ready: c292c37e1b15 [11:16:19.119] > Linux 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 [11:16:19.119] Platform: linux [11:16:19.223] > /bin/bash [11:16:19.223] Shell: bash [11:16:19.224] Creating bash subshell inside "bash" [11:16:19.329] > bash version: 4.2.46(2)-release [11:16:19.376] > bash version: 4.2.46(2)-release [11:16:19.428] > bash version: 4.2.46(2)-release [11:16:19.548] > c292c37e1b15: running [11:16:19.570] > Missing GLIBCXX >= 3.4.25! Found versions 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.4.7 3.4.8 3.4.9 3.4.10 3.4.11 3.4.12 3.4.13 3.4.14 3.4.15 3.4.16 3.4.17 3.4.18 3.4.19 [11:16:19.573] > Missing GLIBC >= 2.28! Found version ldd (GNU libc) 2.17 c292c37e1b15$$1$$ [11:16:19.574] > Acquiring lock on /home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/vscode-remote-lock.alex.li.05047486b6df5eb8d44b2ecd70ea3bdf775fd937 [11:16:19.615] > Installing to /home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937... c292c37e1b15%%1%% Downloading with wget [11:16:20.056] > Download complete [11:16:20.059] > c292c37e1b15%%2%% tar --version: [11:16:20.060] > tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason. [11:16:21.970] > Checking /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log and /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.pid for a running server [11:16:22.121] > Starting VS Code Server... "/home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/bin/code-server" --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all &> "/home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log" < /dev/null The VS Code Server log file is /home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.log printenv: [11:16:22.123] > MANPATH=/usr/share/lmod/lmod/share/man: XDG_SESSION_ID=21075 DATASET_PATH=/data/jupiter/datasets HOSTNAME=stc01spplogin001 SHELL=/bin/bash JUPITERCVMLPATH=/home/alex.li/workspace/JupiterCVML LMOD_REF_COUNT_MODULEPATH=/etc/modulefiles:1;/usr/share/modulefiles:1;/modulefiles/system:1;/modulefiles/jupiter:1;/modulefiles/oi:1;/modulefiles/shasta:1;/modulefiles/pixel:1 HISTSIZE=1000 LMOD_ROOT=/usr/share/lmod SSH_CLIENT=10.41.25.87 39372 22 MODULEPATH_ROOT=/usr/share/modulefiles CONDA_SHLVL=2 CONDA_PROMPT_MODIFIER=(cvml) LMOD_PKG=/usr/share/lmod/lmod LMOD_VERSION=8.2.7 OUTPUT_PATH=/mnt/sandbox1/alex.li/results LMOD_REF_COUNT_LOADEDMODULES=aws-cli/v2:1 USER=alex.li LMOD_sys=Linux CONDA_EXE=/home/alex.li/miniconda3/bin/conda LMOD_REF_COUNTLMFILES_=/modulefiles/system/aws-cli/v2.lua:1 AWS_PROFILE=jupiter_prod VSCODE_AGENT_FOLDER=/home/alex.li/.vscode-server _CE_CONDA= CONDA_PREFIX_1=/home/alex.li/miniconda3 PATH=/home/alex.li/miniconda3/envs/cvml/bin:/home/alex.li/miniconda3/condabin:/tools/aws-cli/v2/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/alex.li/.local/bin:/home/alex.li/bin MAIL=/var/spool/mail/alex.li ModuleTable001=X01vZHVsZVRhYmxlXz17WyJNVHZlcnNpb24iXT0zLFsiY19yZWJ1aWxkVGltZSJdPWZhbHNlLFsiY19zaG9ydFRpbWUiXT1mYWxzZSxkZXB0aFQ9e30sZmFtaWx5PXt9LG1UPXtbImF3cy1jbGkiXT17WyJmbiJdPSIvbW9kdWxlZmlsZXMvc3lzdGVtL2F3cy1jbGkvdjIubHVhIixbImZ1bGxOYW1lIl09ImF3cy1jbGkvdjIiLFsibG9hZE9yZGVyIl09MSxwcm9wVD17fSxbInN0YWNrRGVwdGgiXT0wLFsic3RhdHVzIl09ImFjdGl2ZSIsWyJ1c2VyTmFtZSJdPSJhd3MtY2xpL3YyIix9LH0sbXBhdGhBPXsiL2V0Yy9tb2R1bGVmaWxlcyIsIi91c3Ivc2hhcmUvbW9kdWxlZmlsZXMiLCIvbW9kdWxlZmlsZXMvc3lzdGVtIiwiL21vZHVsZWZpbGVzL2p1cGl0ZXIiLCIvbW9kdWxlZmls CONDA_PREFIX=/home/alex.li/miniconda3/envs/cvml PWD=/home/alex.li LMFILES=/modulefiles/system/aws-cli/v2.lua LANG=en_US.UTF-8 MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/modulefiles/system:/modulefiles/jupiter:/modulefiles/oi:/modulefiles/shasta:/modulefiles/pixel LOADEDMODULES=aws-cli/v2 _ModuleTableSz=2 LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod KRB5CCNAME=KEYRING:persistent:489000019 HISTCONTROL=ignoredups SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass _CE_M= HOME=/home/alex.li SHLVL=2 CVML_PATH=/home/alex.li/git/JupiterCVML __LMOD_REF_COUNT_PATH=/tools/aws-cli/v2/bin:1;/usr/local/bin:1;/usr/bin:1;/usr/local/sbin:1;/usr/sbin:1 ARTIFACTORY_PASS=blueriver ModuleTable002=ZXMvb2kiLCIvbW9kdWxlZmlsZXMvc2hhc3RhIiwiL21vZHVsZWZpbGVzL3BpeGVsIix9LFsic3lzdGVtQmFzZU1QQVRIIl09Ii9ldGMvbW9kdWxlZmlsZXM6L3Vzci9zaGFyZS9tb2R1bGVmaWxlczovbW9kdWxlZmlsZXMvc3lzdGVtOi9tb2R1bGVmaWxlcy9qdXBpdGVyOi9tb2R1bGVmaWxlcy9vaTovbW9kdWxlZmlsZXMvc2hhc3RhOi9tb2R1bGVmaWxlcy9waXhlbCIsfQ== WANDB_API_KEY=2f040306225be8fcaab303169e36456cbd599601 BASH_ENV=/usr/share/lmod/lmod/init/bash LOGNAME=alex.li PYTHONPATH=/home/alex.li/git/JupiterCVML/europa/base/src/europa:/home/alex.li/git/JupiterCVML CONDA_PYTHON_EXE=/home/alex.li/miniconda3/bin/python CVS_RSH=ssh SSH_CONNECTION=10.41.25.87 39372 10.41.24.45 22 XDG_DATA_DIRS=/home/alex.li/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share MODULESHOME=/usr/share/lmod/lmod LESSOPEN=||/usr/bin/lesspipe.sh %s LMOD_SETTARG_FULL_SUPPORT=no CONDA_DEFAULT_ENV=cvml XDG_RUNTIME_DIR=/run/user/489000019 COMPUTER_NAME=/harvest LMOD_DIR=/usr/share/lmod/lmod/libexec BASH_FUNC_module()=() { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh) } BASH_FUNC_ml()=() { eval $($LMOD_DIR/mlcmd "$@") } =/usr/bin/printenv OLDPWD=/home/alex.li/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937 [11:16:22.125] stderr> rm: cannot remove ‘/home/alex.li/.vscode-server/.05047486b6df5eb8d44b2ecd70ea3bdf775fd937.token’: No such file or directory [11:16:22.126] > Spawned remote server: 127723 [11:16:22.188] > Waiting for server log... Waiting for server log... [11:16:22.195] > Waiting for server log... [11:16:22.242] > Waiting for server log... [11:16:22.261] > Waiting for server log... [11:16:22.294] > Waiting for server log... [... repeats]
- ssh (no vscode)
There are some new files created, only in this directory
(cvml) @.*** ~]$ ls ~/.vscode-server/bin/05047486b6df5eb8d44b2ecd70ea3bdf775fd937/ bin extensions LICENSE node node_modules out package.json product.json
I had some .nfs files in .vscode-server at first as well, though I removed them before and in this run I was able to rm -r ~/.vscode-server with no problems. I tried uninstalling and reinstalling the extension to no avail
— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-remote-release/issues/8842#issuecomment-1924204415, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6ZRGCHZ3W2DKENIOH2AGDYRUHIRAVCNFSM6AAAAAA3PKJYD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRUGIYDINBRGU . You are receiving this because you authored the thread.Message ID: @.***>
Thanks for the response. Remote SSH Kill
could not have been the root cause because I didn't use it until after I began experiencing issues.
ps ax | grep vsc
returns some vscode instances but none are mine
Checking for another directory for .vscode-server is clever but I don't think that is my issue
(cvml) [alex.li@stc01spplogin001 ~]$ find . -type d -name .vscode-server
(cvml) [alex.li@stc01spplogin001 ~]$ (nothing was returned)
(cvml) [alex.li@stc01spplogin001 ~]$ ps ax | grep vsc | grep alex
(nothing was returned)
(cvml) [alex.li@stc01spplogin001 ~]$ ps ax | grep vsc
8805 pts/1 Ss+ 0:00 /usr/bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
143917 ? S 0:00 sh /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/server.sh --start-server --host=127.0.0.1 --enable-remote-auto-shutdown --port=0 --connection-secret /home/li.yu/.vscode-server/.054a9295330880ed74ceaedda236253b4f39a335.token
143925 ? Sl 1:09 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/vs/server/main.js --start-server --host=127.0.0.1 --enable-remote-auto-shutdown --port=0 --connection-secret /home/li.yu/.vscode-server/.054a9295330880ed74ceaedda236253b4f39a335.token
143973 ? Sl 0:52 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/bootstrap-fork --type=ptyHost
168255 ? S 0:00 sh /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/amar.amarjyoti/.vscode-server/.1a5daa3a0231a0fbba4f14db7ec463cf99d7768e.token
168267 ? Sl 0:07 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/amar.amarjyoti/.vscode-server/.1a5daa3a0231a0fbba4f14db7ec463cf99d7768e.token
168403 ? Sl 0:13 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node --dns-result-order=ipv4first /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
168419 ? Sl 0:01 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/out/bootstrap-fork --type=fileWatcher
168434 ? Sl 0:00 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/out/bootstrap-fork --type=ptyHost --logsPath /home/amar.amarjyoti/.vscode-server/data/logs/20240202T095136
168565 ? Sl 0:07 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node /home/amar.amarjyoti/.vscode-server/extensions/ms-python.vscode-pylance-2023.12.1/dist/server.bundle.js --cancellationReceive=file:da9a0b430ba74ad304bda2180eaf27a736e7decb50 --node-ipc --clientProcessId=168403
184320 pts/98 Ss+ 0:00 /usr/bin/bash --init-file /home/veer.bhansari/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
198019 ? S 0:00 sh /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/bin.cheng/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token
198031 ? Sl 0:04 /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/bin.cheng/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token
198166 ? Sl 0:00 /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=fileWatcher
198191 ? Sl 0:08 /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
198209 ? Sl 0:03 /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=ptyHost --logsPath /home/bin.cheng/.vscode-server/data/logs/20240202T122251
198266 pts/83 Ss+ 0:00 /bin/bash --init-file /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
198527 ? Sl 0:01 /home/bin.cheng/.vscode-server/code-8b3775030ed1a69b13e4f4c628c612102e30a681 command-shell --cli-data-dir /home/bin.cheng/.vscode-server/cli --parent-process-id 198507 --on-port --require-token dc8f775607ea
202461 ? S 0:00 sh /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pawan.nandakishore/.vscode-server/.252e5463d60e63238250799aef7375787f68b4ee.token
202473 ? Sl 0:03 /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/node /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pawan.nandakishore/.vscode-server/.252e5463d60e63238250799aef7375787f68b4ee.token
202512 ? Sl 0:02 /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/node /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/bootstrap-fork --type=ptyHost --logsPath /home/pawan.nandakishore/.vscode-server/data/logs/20240202T125308
203464 ? Sl 0:04 /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/node /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
203481 ? Sl 0:19 /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/node /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/bootstrap-fork --type=fileWatcher
203512 pts/110 Ss+ 0:00 /bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
206656 pts/101 Ss+ 0:00 /usr/bin/bash --init-file /home/veer.bhansari/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
208146 ? Sl 2:03 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/bootstrap-fork --type=extensionHost --uriTransformerPath=/home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/vs/server/uriTransformer.js
208153 ? Sl 0:02 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/bootstrap-fork --type=watcherService
208808 ? S 0:00 /home/li.yu/anaconda3/envs/pytorchlightning/bin/python /home/li.yu/.vscode-server/extensions/ms-toolsai.jupyter-2021.6.832593372/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
208809 ? S 0:00 /home/li.yu/anaconda3/envs/pytorchlightning/bin/python /home/li.yu/.vscode-server/extensions/ms-toolsai.jupyter-2021.6.832593372/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
208810 ? Sl 0:01 /home/li.yu/anaconda3/envs/pytorchlightning/bin/python /home/li.yu/.vscode-server/extensions/ms-toolsai.jupyter-2021.6.832593372/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
208844 ? Sl 0:20 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/extensions/ms-python.vscode-pylance-2021.7.7/dist/server.bundle.js --cancellationReceive=file:377717ef99ef03dae906c7fea62c54a434b33d88ab --node-ipc --clientProcessId=208146
215434 pts/51 Ss+ 0:00 /usr/bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
217317 ? S 0:00 sh /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pooja.mehta/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token
217329 ? Sl 0:03 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pooja.mehta/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token
217804 ? Sl 0:03 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
217816 ? Sl 0:02 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
217865 ? Sl 0:00 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=fileWatcher
217919 ? Sl 0:00 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=ptyHost --logsPath /home/pooja.mehta/.vscode-server/data/logs/20240202T135339
217967 pts/113 Ss+ 0:00 /bin/bash --init-file /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
218130 pts/114 Ss+ 0:00 /bin/bash --init-file /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
218241 ? Sl 0:06 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/extensions/ms-python.vscode-pylance-2023.12.1/dist/server.bundle.js --cancellationReceive=file:c50c1ff1582b2c256f924d7112f4960ba1e22b17ee --node-ipc --clientProcessId=217804
221886 pts/112 S+ 0:00 grep --color=auto vsc
232954 pts/34 Ss+ 0:00 /bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
233491 pts/40 Ss 0:00 /bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
(cvml) [alex.li@stc01spplogin001 ~]$ ps ax | grep vsc pooja
grep: pooja: No such file or directory
(cvml) [alex.li@stc01spplogin001 ~]$ ps ax | grep vsc | grep pooja
217317 ? S 0:00 sh /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pooja.mehta/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token
217329 ? Sl 0:03 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pooja.mehta/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token
217804 ? Sl 0:03 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
217816 ? Sl 0:02 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false
217865 ? Sl 0:00 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=fileWatcher
217919 ? Sl 0:00 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=ptyHost --logsPath /home/pooja.mehta/.vscode-server/data/logs/20240202T135339
217967 pts/113 Ss+ 0:00 /bin/bash --init-file /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
218130 pts/114 Ss+ 0:00 /bin/bash --init-file /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
218241 ? Sl 0:06 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/extensions/ms-python.vscode-pylance-2023.12.1/dist/server.bundle.js --cancellationReceive=file:c50c1ff1582b2c256f924d7112f4960ba1e22b17ee --node-ipc --clientProcessId=217804
I will have to talk to my network admin to use sudo but I'll see if we can figure something out.
Remote SSH Kill could not have been the root cause because I didn't use it until after I began experiencing issues.
Interesting. I can only reproduce it using Remote SSH Kill. Evidently, you've stumbled on another cause.
On Sat, 3 Feb 2024, 8:03 am Alex17Li, @.***> wrote:
Thanks for the response. Remote SSH Kill could not have been the root cause because I didn't use it until after I began experiencing issues.
ps ax | grep vsc returns some vscode instances but none are mine
Checking for another directory for .vscode-server is clever but I don't think that is my issue
(cvml) @. ~]$ find . -type d -name .vscode-server (cvml) @. ~]$ (nothing was returned)
(cvml) @. ~]$ ps ax | grep vsc | grep alex (nothing was returned) (cvml) @. ~]$ ps ax | grep vsc 8805 pts/1 Ss+ 0:00 /usr/bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 143917 ? S 0:00 sh /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/server.sh --start-server --host=127.0.0.1 --enable-remote-auto-shutdown --port=0 --connection-secret /home/li.yu/.vscode-server/.054a9295330880ed74ceaedda236253b4f39a335.token 143925 ? Sl 1:09 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/vs/server/main.js --start-server --host=127.0.0.1 --enable-remote-auto-shutdown --port=0 --connection-secret /home/li.yu/.vscode-server/.054a9295330880ed74ceaedda236253b4f39a335.token 143973 ? Sl 0:52 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/bootstrap-fork --type=ptyHost 168255 ? S 0:00 sh /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/amar.amarjyoti/.vscode-server/.1a5daa3a0231a0fbba4f14db7ec463cf99d7768e.token 168267 ? Sl 0:07 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/amar.amarjyoti/.vscode-server/.1a5daa3a0231a0fbba4f14db7ec463cf99d7768e.token 168403 ? Sl 0:13 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node --dns-result-order=ipv4first /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false 168419 ? Sl 0:01 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/out/bootstrap-fork --type=fileWatcher 168434 ? Sl 0:00 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/out/bootstrap-fork --type=ptyHost --logsPath /home/amar.amarjyoti/.vscode-server/data/logs/20240202T095136 168565 ? Sl 0:07 /home/amar.amarjyoti/.vscode-server/bin/1a5daa3a0231a0fbba4f14db7ec463cf99d7768e/node /home/amar.amarjyoti/.vscode-server/extensions/ms-python.vscode-pylance-2023.12.1/dist/server.bundle.js --cancellationReceive=file:da9a0b430ba74ad304bda2180eaf27a736e7decb50 --node-ipc --clientProcessId=168403 184320 pts/98 Ss+ 0:00 /usr/bin/bash --init-file /home/veer.bhansari/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 198019 ? S 0:00 sh /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/bin.cheng/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token 198031 ? Sl 0:04 /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/bin.cheng/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token 198166 ? Sl 0:00 /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=fileWatcher 198191 ? Sl 0:08 /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false 198209 ? Sl 0:03 /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=ptyHost --logsPath /home/bin.cheng/.vscode-server/data/logs/20240202T122251 198266 pts/83 Ss+ 0:00 /bin/bash --init-file /home/bin.cheng/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 198527 ? Sl 0:01 /home/bin.cheng/.vscode-server/code-8b3775030ed1a69b13e4f4c628c612102e30a681 command-shell --cli-data-dir /home/bin.cheng/.vscode-server/cli --parent-process-id 198507 --on-port --require-token dc8f775607ea 202461 ? S 0:00 sh /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pawan.nandakishore/.vscode-server/.252e5463d60e63238250799aef7375787f68b4ee.token 202473 ? Sl 0:03 /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/node /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pawan.nandakishore/.vscode-server/.252e5463d60e63238250799aef7375787f68b4ee.token 202512 ? Sl 0:02 /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/node /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/bootstrap-fork --type=ptyHost --logsPath /home/pawan.nandakishore/.vscode-server/data/logs/20240202T125308 203464 ? Sl 0:04 /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/node /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false 203481 ? Sl 0:19 /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/node /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/bootstrap-fork --type=fileWatcher 203512 pts/110 Ss+ 0:00 /bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 206656 pts/101 Ss+ 0:00 /usr/bin/bash --init-file /home/veer.bhansari/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 208146 ? Sl 2:03 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/bootstrap-fork --type=extensionHost --uriTransformerPath=/home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/vs/server/uriTransformer.js 208153 ? Sl 0:02 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/out/bootstrap-fork --type=watcherService 208808 ? S 0:00 /home/li.yu/anaconda3/envs/pytorchlightning/bin/python /home/li.yu/.vscode-server/extensions/ms-toolsai.jupyter-2021.6.832593372/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v 208809 ? S 0:00 /home/li.yu/anaconda3/envs/pytorchlightning/bin/python /home/li.yu/.vscode-server/extensions/ms-toolsai.jupyter-2021.6.832593372/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v 208810 ? Sl 0:01 /home/li.yu/anaconda3/envs/pytorchlightning/bin/python /home/li.yu/.vscode-server/extensions/ms-toolsai.jupyter-2021.6.832593372/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v 208844 ? Sl 0:20 /home/li.yu/.vscode-server/bin/054a9295330880ed74ceaedda236253b4f39a335/node /home/li.yu/.vscode-server/extensions/ms-python.vscode-pylance-2021.7.7/dist/server.bundle.js --cancellationReceive=file:377717ef99ef03dae906c7fea62c54a434b33d88ab --node-ipc --clientProcessId=208146 215434 pts/51 Ss+ 0:00 /usr/bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 217317 ? S 0:00 sh /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pooja.mehta/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token 217329 ? Sl 0:03 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pooja.mehta/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token 217804 ? Sl 0:03 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false 217816 ? Sl 0:02 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false 217865 ? Sl 0:00 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=fileWatcher 217919 ? Sl 0:00 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=ptyHost --logsPath /home/pooja.mehta/.vscode-server/data/logs/20240202T135339 217967 pts/113 Ss+ 0:00 /bin/bash --init-file /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 218130 pts/114 Ss+ 0:00 /bin/bash --init-file /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 218241 ? Sl 0:06 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/extensions/ms-python.vscode-pylance-2023.12.1/dist/server.bundle.js --cancellationReceive=file:c50c1ff1582b2c256f924d7112f4960ba1e22b17ee --node-ipc --clientProcessId=217804 221886 pts/112 S+ 0:00 grep --color=auto vsc 232954 pts/34 Ss+ 0:00 /bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 233491 pts/40 Ss 0:00 /bin/bash --init-file /home/pawan.nandakishore/.vscode-server/bin/252e5463d60e63238250799aef7375787f68b4ee/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh (cvml) @. ~]$ ps ax | grep vsc pooja grep: pooja: No such file or directory (cvml) @. ~]$ ps ax | grep vsc | grep pooja 217317 ? S 0:00 sh /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/bin/code-server --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pooja.mehta/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token 217329 ? Sl 0:03 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/server-main.js --start-server --host=127.0.0.1 --accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry-level all --connection-token-file /home/pooja.mehta/.vscode-server/.8b3775030ed1a69b13e4f4c628c612102e30a681.token 217804 ? Sl 0:03 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false 217816 ? Sl 0:02 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node --dns-result-order=ipv4first /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=false 217865 ? Sl 0:00 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=fileWatcher 217919 ? Sl 0:00 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/bootstrap-fork --type=ptyHost --logsPath /home/pooja.mehta/.vscode-server/data/logs/20240202T135339 217967 pts/113 Ss+ 0:00 /bin/bash --init-file /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 218130 pts/114 Ss+ 0:00 /bin/bash --init-file /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/out/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh 218241 ? Sl 0:06 /home/pooja.mehta/.vscode-server/bin/8b3775030ed1a69b13e4f4c628c612102e30a681/node /home/pooja.mehta/.vscode-server/extensions/ms-python.vscode-pylance-2023.12.1/dist/server.bundle.js --cancellationReceive=file:c50c1ff1582b2c256f924d7112f4960ba1e22b17ee --node-ipc --clientProcessId=217804
I will have to talk to my network admin to use sudo but I'll see if we can figure something out.
— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode-remote-release/issues/8842#issuecomment-1924769660, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6ZRGGTVVCRT42NJWGQUZLYRVPC5AVCNFSM6AAAAAA3PKJYD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRUG43DSNRWGA . You are receiving this because you authored the thread.Message ID: @.***>
A coworker mentioned that there are errors in the log like
[11:16:19.570] > Missing GLIBCXX >= 3.4.25
[11:16:19.573] > Missing GLIBC >= 2.28
Since I don't think I can update the versions on the cluster, he recommended downgrading vscode to the previous version 1.85 and it is working
Is there an existing issue for this bug?
Required Troubleshooting Steps
remote.SSH.useLocalServer
settingConnect Locally
It connects successfully
->
No response
Expected Behavior
VSCode should start on Reload or when creating an entirely new session.
Steps To Reproduce
Remote-SSH Log
Remote-SSH Log
``` [17:45:38.267] Log Level: 2 [17:45:38.284] VS Code version: 1.81.1 [17:45:38.284] Remote-SSH version: remote-ssh@0.102.0 [17:45:38.284] win32 x64 [17:45:38.311] SSH Resolver called for "ssh-remote+host30", attempt 1 [17:45:38.312] "remote.SSH.useLocalServer": false [17:45:38.313] "remote.SSH.showLoginTerminal": false [17:45:38.315] "remote.SSH.remotePlatform": {"1":"linux","2":"linux","3":"linux","4":"linux","5":"linux","6":"linux","7":"linux","8":"linux","9":"linux","10":"linux","11":"linux","12":"linux","13":"linux","14":"linux","15":"linux","16":"linux","17":"linux","18":"linux","19":"linux","20":"linux","21":"linux","22":"linux","23":"linux","24":"linux","25":"linux","26":"linux","27":"linux","28":"linux","29":"linux","30":"linux","31":"linux","32":"linux","33":"linux","34":"linux","35":"linux","36":"linux","37":"linux","38":"linux","39":"linux","40":"linux","41":"linux","42":"linux","43":"linux","44":"linux","45":"linux","46":"linux","47":"linux","48":"linux","49":"linux","50":"linux","51":"linux","52":"linux","53":"linux","54":"linux","55":"linux","56":"linux","57":"linux","58":"linux","59":"linux","60":"linux","61":"linux","62":"linux","63":"linux","64":"linux","65":"linux","66":"linux","67":"linux","68":"linux","69":"linux","70":"linux","71":"linux","72":"linux","73":"linux","74":"linux","75":"linux","76":"linux","77":"linux","78":"linux","79":"linux","80":"linux","81":"linux","82":"linux","83":"linux","84":"linux","85":"linux","86":"linux","87":"linux","88":"linux","89":"linux","90":"linux","91":"linux","92":"linux","93":"linux","94":"linux","95":"linux","96":"linux","97":"linux","98":"linux","99":"linux","100":"linux","101":"linux","102":"linux","103":"linux","104":"linux","105":"linux","106":"linux","107":"linux","108":"linux","109":"linux","110":"linux","111":"linux","112":"linux","113":"linux","114":"linux","115":"linux","116":"linux","117":"linux","118":"linux","119":"linux","120":"linux","121":"linux","122":"linux","123":"linux","124":"linux","125":"linux","126":"linux","127":"linux","128":"linux","129":"linux","130":"linux","131":"linux","132":"linux","133":"linux","134":"linux","135":"linux","136":"linux","137":"linux","138":"linux","139":"linux","140":"linux","141":"linux","142":"linux","143":"linux","144":"linux","145":"linux","146":"linux","147":"linux","148":"linux","149":"linux","150":"linux","151":"linux","152":"linux","153":"linux","154":"linux","155":"linux","156":"linux","157":"linux","158":"linux","159":"linux","160":"linux","161":"linux","162":"linux","163":"linux","164":"linux","165":"linux","166":"linux","167":"linux","168":"linux","169":"linux","170":"linux","171":"linux","172":"linux","173":"linux","174":"linux","175":"linux","176":"linux","177":"linux","178":"linux","179":"linux","180":"linux","181":"linux","182":"linux","183":"linux","184":"linux","185":"linux","186":"linux","187":"linux","188":"linux","189":"linux","190":"linux","191":"linux","192":"linux","193":"linux","194":"linux","195":"linux","196":"linux","197":"linux","198":"linux","199":"linux","200":"linux","201":"linux","202":"linux","203":"linux","204":"linux","205":"linux","206":"linux","207":"linux","208":"linux","209":"linux","210":"linux","211":"linux","212":"linux","213":"linux","214":"linux","215":"linux","216":"linux","217":"linux","218":"linux","219":"linux","220":"linux","221":"linux","222":"linux","223":"linux","224":"linux","225":"linux","226":"linux","227":"linux","228":"linux","229":"linux","230":"linux","231":"linux","232":"linux","233":"linux","234":"linux","235":"linux","236":"linux","237":"linux","238":"linux","239":"linux","240":"linux","241":"linux","242":"linux","243":"linux","244":"linux","245":"linux","246":"linux","247":"linux","248":"linux","249":"linux","250":"linux","251":"linux","252":"linux","253":"linux","254":"linux","255":"linux","256":"linux","257":"linux","258":"linux","259":"linux","260":"linux","261":"linux","262":"linux","263":"linux","264":"linux","265":"linux","266":"linux","267":"linux","268":"linux","269":"linux","270":"linux","271":"linux","272":"linux","273":"linux","274":"linux","275":"linux","276":"linux","277":"linux","278":"linux","279":"linux","280":"linux","281":"linux","282":"linux","283":"linux","284":"linux","285":"linux","286":"linux","287":"linux","288":"linux","289":"linux","290":"linux","291":"linux","292":"linux","293":"linux","294":"linux","295":"linux","296":"linux","297":"linux","298":"linux","299":"linux","600":"linux","601":"linux","602":"linux","603":"linux","604":"linux","605":"linux","606":"linux","607":"linux","608":"linux","609":"linux","610":"linux","611":"linux","612":"linux","613":"linux","614":"linux","615":"linux","616":"linux","617":"linux","618":"linux","619":"linux","620":"linux","bilby":"linux","bowhead":"linux","crossfield":"linux","fossett":"linux","manowar":"linux","host10":"linux","host3":"linux","host30":"linux","sunilb":"linux","trinity42":"linux","germanium":"linux","sph-085.company.net":"linux","sph-099.company.net":"linux","iol":"linux","ipv6logo-sandbox":"linux","ipv6logo":"linux","jellyfish":"linux"} [17:45:38.315] "remote.SSH.path": undefined [17:45:38.315] "remote.SSH.configFile": undefined [17:45:38.316] "remote.SSH.useFlock": true [17:45:38.316] "remote.SSH.lockfilesInTmp": false [17:45:38.316] "remote.SSH.localServerDownload": auto [17:45:38.317] "remote.SSH.remoteServerListenOnSocket": false [17:45:38.317] "remote.SSH.showLoginTerminal": false [17:45:38.317] "remote.SSH.defaultExtensions": [] [17:45:38.317] "remote.SSH.loglevel": 2 [17:45:38.318] "remote.SSH.enableDynamicForwarding": true [17:45:38.318] "remote.SSH.enableRemoteCommand": false [17:45:38.318] "remote.SSH.serverPickPortsFromRange": {} [17:45:38.321] "remote.SSH.serverInstallPath": {"1":"/store","2":"/store","3":"/store","4":"/store","5":"/store","6":"/store","7":"/store","8":"/store","9":"/store","10":"/store","11":"/store","12":"/store","13":"/store","14":"/store","15":"/store","16":"/store","17":"/store","18":"/store","19":"/store","20":"/store","21":"/store","22":"/store","23":"/store","24":"/store","25":"/store","26":"/store","27":"/store","28":"/store","29":"/store","30":"/store","31":"/store","32":"/store","33":"/store","34":"/store","35":"/store","36":"/store","37":"/store","38":"/store","39":"/store","40":"/store","41":"/store","42":"/store","43":"/store","44":"/store","45":"/store","46":"/store","47":"/store","48":"/store","49":"/store","50":"/store","51":"/store","52":"/store","53":"/store","54":"/store","55":"/store","56":"/store","57":"/store","58":"/store","59":"/store","60":"/store","61":"/store","62":"/store","63":"/store","64":"/store","65":"/store","66":"/store","67":"/store","68":"/store","69":"/store","70":"/store","71":"/store","72":"/store","73":"/store","74":"/store","75":"/store","76":"/store","77":"/store","78":"/store","79":"/store","80":"/store","81":"/store","82":"/store","83":"/store","84":"/store","85":"/store","86":"/store","87":"/store","88":"/store","89":"/store","90":"/store","91":"/store","92":"/store","93":"/store","94":"/store","95":"/store","96":"/store","97":"/store","98":"/store","99":"/store","100":"/store","101":"/store","102":"/store","103":"/store","104":"/store","105":"/store","106":"/store","107":"/store","108":"/store","109":"/store","110":"/store","111":"/store","112":"/store","113":"/store","114":"/store","115":"/store","116":"/store","117":"/store","118":"/store","119":"/store","120":"/store","121":"/store","122":"/store","123":"/store","124":"/store","125":"/store","126":"/store","127":"/store","128":"/store","129":"/store","130":"/store","131":"/store","132":"/store","133":"/store","134":"/store","135":"/store","136":"/store","137":"/store","138":"/store","139":"/store","140":"/store","141":"/store","142":"/store","143":"/store","144":"/store","145":"/store","146":"/store","147":"/store","148":"/store","149":"/store","150":"/store","151":"/store","152":"/store","153":"/store","154":"/store","155":"/store","156":"/store","157":"/store","158":"/store","159":"/store","160":"/store","161":"/store","162":"/store","163":"/store","164":"/store","165":"/store","166":"/store","167":"/store","168":"/store","169":"/store","170":"/store","171":"/store","172":"/store","173":"/store","174":"/store","175":"/store","176":"/store","177":"/store","178":"/store","179":"/store","180":"/store","181":"/store","182":"/store","183":"/store","184":"/store","185":"/store","186":"/store","187":"/store","188":"/store","189":"/store","190":"/store","191":"/store","192":"/store","193":"/store","194":"/store","195":"/store","196":"/store","197":"/store","198":"/store","199":"/store","200":"/store","201":"/store","202":"/store","203":"/store","204":"/store","205":"/store","206":"/store","207":"/store","208":"/store","209":"/store","210":"/store","211":"/store","212":"/store","213":"/store","214":"/store","215":"/store","216":"/store","217":"/store","218":"/store","219":"/store","220":"/store","221":"/store","222":"/store","223":"/store","224":"/store","225":"/store","226":"/store","227":"/store","228":"/store","229":"/store","230":"/store","231":"/store","232":"/store","233":"/store","234":"/store","235":"/store","236":"/store","237":"/store","238":"/store","239":"/store","240":"/store","241":"/store","242":"/store","243":"/store","244":"/store","245":"/store","246":"/store","247":"/store","248":"/store","249":"/store","250":"/store","251":"/store","252":"/store","253":"/store","254":"/store","255":"/store","256":"/store","257":"/store","258":"/store","259":"/store","260":"/store","261":"/store","262":"/store","263":"/store","264":"/store","265":"/store","266":"/store","267":"/store","268":"/store","269":"/store","270":"/store","271":"/store","272":"/store","273":"/store","274":"/store","275":"/store","276":"/store","277":"/store","278":"/store","279":"/store","280":"/store","281":"/store","282":"/store","283":"/store","284":"/store","285":"/store","286":"/store","287":"/store","288":"/store","289":"/store","290":"/store","291":"/store","292":"/store","293":"/store","294":"/store","295":"/store","296":"/store","297":"/store","298":"/store","299":"/store","600":"/store","601":"/store","602":"/store","603":"/store","604":"/store","605":"/store","606":"/store","607":"/store","608":"/store","609":"/store","610":"/store","611":"/store","612":"/store","613":"/store","614":"/store","615":"/store","616":"/store","617":"/store","618":"/store","619":"/store","620":"/store"} [17:45:38.367] SSH Resolver called for host: host30 [17:45:38.367] Setting up SSH remote "host30" [17:45:38.371] Using commit id "6c3e3dba23e8fadc360aed75ce363ba185c49794" and quality "stable" for server [17:45:38.377] Install and start server if needed [17:45:38.409] Checking ssh with "C:\windows\system32\ssh.exe -V" [17:45:38.414] Got error from ssh: spawn C:\windows\system32\ssh.exe ENOENT [17:45:38.414] Checking ssh with "C:\windows\ssh.exe -V" [17:45:38.416] Got error from ssh: spawn C:\windows\ssh.exe ENOENT [17:45:38.417] Checking ssh with "C:\windows\System32\Wbem\ssh.exe -V" [17:45:38.420] Got error from ssh: spawn C:\windows\System32\Wbem\ssh.exe ENOENT [17:45:38.422] Checking ssh with "C:\windows\System32\WindowsPowerShell\v1.0\ssh.exe -V" [17:45:38.425] Got error from ssh: spawn C:\windows\System32\WindowsPowerShell\v1.0\ssh.exe ENOENT [17:45:38.426] Checking ssh with "C:\windows\System32\OpenSSH\ssh.exe -V" [17:45:38.491] > OpenSSH_for_Windows_8.1p1, Libre [17:45:38.492] > SSL 3.0.2 [17:45:38.500] Running script with connection command: "C:\windows\System32\OpenSSH\ssh.exe" -T -D 63036 host30 bash [17:45:38.504] Terminal shell path: C:\windows\System32\cmd.exe [17:45:39.078] > ]0;C:\windows\System32\cmd.exe [17:45:39.079] Got some output, clearing connection timeout [17:45:39.375] > load pubkey "C:\\Users\\username/.ssh/rmc_ed25519": invalid format [17:45:40.207] > Warning: Permanently added 'host30.company.net' (ECDSA) to the list of > known hosts. [17:45:42.863] > 1e5dd8005491: running [17:45:42.895] > Acquiring lock on /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce > 363ba185c49794/vscode-remote-lock.username.6c3e3dba23e8fadc360aed75ce363ba185c > 49794 > Found existing installation at /home/username/.vscode-server/bin/6c3e3dba23e8f > adc360aed75ce363ba185c49794... > Checking /home/username/.vscode-server/.6c3e3dba23e8fadc360aed75ce363ba185c497 > 94.log and /home/username/.vscode-server/.6c3e3dba23e8fadc360aed75ce363ba185c4 > 9794.pid for a running server > Looking for server with pid: 2557 [17:45:42.915] > Running ssh connection command... /home/username/.vscode-server/bin/6c3e3dba23 > e8fadc360aed75ce363ba185c49794/bin/code-server --start-server --host=127.0.0.1 - > -accept-server-license-terms --enable-remote-auto-shutdown --port=0 --telemetry- > level all &> "/home/username/.vscode-server/.6c3e3dba23e8fadc360aed75ce363ba > 185c49794.log" < /dev/null > printenv: > GLASSFISH_BIN=/home/username/distros/glassfish4/bin > HOSTTYPE=x86_64 > DEFDEVDIR=h3/h3-host > SSH_CONNECTION=10.207.49.216 63037 10.234.84.130 22 > LESSCLOSE=lessclose.sh %s %s > XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB > LANG=en_US.UTF-8 > WINDOWMANAGER=/usr/bin/icewm-session > LESS=-M -I -R > JAVA_ROOT=/usr/lib64/jvm/jre-1.8.0-ibm > HOSTNAME=host30 > GWROOT=/work/username/s.gw > CSHEDIT=emacs > GPG_TTY=not a tty > LESS_ADVANCED_PREPROCESSOR=no > COLORTERM=1 > GWBMC=/work/username/s.gw/uv400/bmc > JAVA_HOME=/home/username/distros/jdk1.8.0_102 > MACHTYPE=x86_64-suse-linux > DEVROOT=/work/username > MINICOM=-c on > CLONEDIR=s.clone > GWCMC=/work/username/s.gw/uv2/cmc > QT_SYSTEM_DIR=/usr/share/desktop-data > OSTYPE=linux > GLASSFISH_BASE=/home/username/distros/glassfish4 > XDG_SESSION_ID=2718 > USER=username > PAGER=less > MODULE_VERSION=3.2.10 > MORE=-sl > PROMPT_DIRTRIM=3 > PWD=/home/username > HOME=/home/username > HOST=host30 > SSH_CLIENT=10.207.49.216 63037 22 > CLONERMC=/work/username/s.clone/uv2/cmc > XNLSPATH=/usr/share/X11/nls > XDG_SESSION_TYPE=tty > CLONEBMC=/work/username/s.clone/uv400/bmc > https_proxy=http://companyproxy.it.companycorp.net:80 > XDG_DATA_DIRS=/home/username/.local/share/flatpak/exports/share:/var/lib/f > latpak/exports/share:/usr/local/share:/usr/share > http_proxy=http://companyproxy.it.companycorp.net:80 > LIBGL_DEBUG=quiet > PROFILEREAD=true > GWRMC=/work/username/s.gw/uv2/cmc > LOADEDMODULES= > no_proxy=localhost,127.0.0.1,github.company.com,company.net,rmt.us.rd > labs.companycorp.net > OPENGROK_CONFIGURATION=/home/username/opengrok/etc/opengrok-env.sh > NO_PROXY=localhost,127.0.0.1,github.company.com,company.net,rmt.us.rd > labs.companycorp.net > FROM_HEADER= > MAIL=/var/spool/mail/username > SOCKS_PROXY= > CLONECMC=/work/username/s.clone/uv2/cmc > LESSKEY=/etc/lesskey.bin > SHELL=/bin/bash > XDG_SESSION_CLASS=user > JAVA=/home/username/distros/jdk1.8.0_102/bin/java > socks_proxy= > XCURSOR_THEME=DMZ > GWDIR=s.gw > PYTHONSTARTUP=/etc/pythonstart > SHLVL=2 > G_FILENAME_ENCODING=@locale,UTF-8,ISO-8859-15,CP1252 > MANPATH=/usr/local/man:/usr/share/man > SOCKS5_SERVER= > VSCODE_AGENT_FOLDER=/home/username/.vscode-server > gopher_proxy= > MODULEPATH=/usr/share/modules:/usr/share/Modules/$MODULE_VERSION/modulefiles > :/usr/share/modules/modulefiles > SHOST=host30 > LOGNAME=username > DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/135011636/bus > XDG_RUNTIME_DIR=/run/user/135011636 > MODULE_VERSION_STACK=3.2.10 > JRE_HOME=/usr/lib64/jvm/jre > XDG_CONFIG_DIRS=/etc/xdg > PATH=/home/username/.local/bin:/home/username/bin:/usr/local/bin:/usr/bi > n:/bin:/users/hostdev/bin:/opt/udock/bin > JAVA_BINDIR=/usr/lib64/jvm/jre-1.8.0-ibm/bin > CLONEROOT=/work/username/s.clone > MODULESHOME=/usr/share/Modules/3.2.10 > G_BROKEN_FILENAMES=1 > HISTSIZE=1000 > ftp_proxy=http://companyproxy.it.companycorp.net:80 > CPU=x86_64 > CVS_RSH=ssh > LESSOPEN=lessopen.sh %s > BASH_FUNC_module%%=() { eval `/usr/share/Modules/$MODULE_VERSION/bin/module > cmd bash $*` > } > BASH_FUNC_cpuhog%%=() { ps -eo pcpu,pid,user,args | sort -k 1 -gr | head -2 > 1 > } > _=/usr/bin/printenv [17:45:42.932] > > Removing old logfile at /home/username/.vscode-server/.6c3e3dba23e8fadc360aed7 > 5ce363ba185c49794.log [17:45:42.939] > > Spawned remote server: 5611 [17:45:43.154] > Waiting for server log... > Waiting for server log... > Waiting for server log... > Waiting for server log... > Waiting for server log... > Waiting for server log... > Waiting for server log... [17:45:43.170] > Waiting for server log... [17:45:43.185] > [17:45:43.202] > Waiting for server log... [17:45:43.229] > Waiting for server log... [17:45:43.246] > [17:45:43.275] > Waiting for server log... [17:45:43.305] > Waiting for server log... [17:45:43.335] > Waiting for server log... [17:45:43.367] > Waiting for server log... [17:45:43.398] > Waiting for server log... [17:45:43.429] > Waiting for server log... [17:45:43.475] > Waiting for server log... [17:45:43.508] > Waiting for server log... [17:45:43.539] > Waiting for server log... [17:45:43.569] > Waiting for server log... [17:45:43.600] > Waiting for server log... [17:45:43.630] > Waiting for server log... [17:45:43.661] > Waiting for server log... [17:45:43.676] > [17:45:43.707] > Waiting for server log... [17:45:43.738] > Waiting for server log... [17:45:43.769] > Waiting for server log... [17:45:43.801] > Waiting for server log... [17:45:43.831] > Waiting for server log... [17:45:43.862] > Waiting for server log... [17:45:43.892] > Waiting for server log... [17:45:43.908] > [17:45:43.938] > Waiting for server log... [17:45:43.970] > Waiting for server log... [17:45:44.000] > Waiting for server log... [17:45:44.030] > Waiting for server log... [17:45:44.061] > Waiting for server log... [17:45:44.091] > Waiting for server log... [17:45:44.139] > Waiting for server log... [17:45:44.177] > Waiting for server log... [17:45:44.211] > Waiting for server log... [17:45:44.234] > Waiting for server log... [17:45:44.262] > Waiting for server log... [17:45:44.276] > [17:45:44.293] > Waiting for server log... [17:45:44.328] > Waiting for server log... [17:45:44.340] > [17:45:44.370] > Waiting for server log... [17:45:44.404] > Waiting for server log... [17:45:44.435] > Waiting for server log... [17:45:44.466] > Waiting for server log... [17:45:44.495] > Waiting for server log... [17:45:44.530] > Waiting for server log... [17:45:44.557] > Waiting for server log... [17:45:44.572] > [17:45:44.603] > Waiting for server log... [17:45:44.635] > Waiting for server log... [17:45:44.666] > Waiting for server log... [17:45:44.696] > Waiting for server log... [17:45:44.726] > Waiting for server log... [17:45:44.756] > Waiting for server log... [17:45:44.788] > Waiting for server log... [17:45:44.804] > [17:45:44.834] > Waiting for server log... [17:45:44.866] > Waiting for server log... [17:45:44.896] > Waiting for server log... [17:45:44.928] > Waiting for server log... [17:45:44.959] > Waiting for server log... [17:45:44.988] > Waiting for server log... [17:45:45.019] > Waiting for server log... [17:45:45.051] > Waiting for server log... [17:45:45.076] > [17:45:45.098] > Waiting for server log... [17:45:45.131] > Waiting for server log... [17:45:45.161] > Waiting for server log... [17:45:45.192] > Waiting for server log... [17:45:45.222] > Waiting for server log... [17:45:45.254] > Waiting for server log... [17:45:45.285] > Waiting for server log... [17:45:45.316] > Waiting for server log... [17:45:45.363] > Waiting for server log... [17:45:45.393] > Waiting for server log... [17:45:45.423] > Waiting for server log... [17:45:45.454] > Waiting for server log... [17:45:45.484] > Waiting for server log... [17:45:45.533] > Waiting for server log... [17:45:45.577] > Waiting for server log... [17:45:45.608] > Waiting for server log... [17:45:45.623] > Waiting for server log... [17:45:45.654] > Waiting for server log... [17:45:45.684] > Waiting for server log... [17:45:45.716] > Waiting for server log... [17:45:45.746] > Waiting for server log... [17:45:45.794] > Waiting for server log... [17:45:45.822] > Waiting for server log... [17:45:45.854] > Waiting for server log... [17:45:45.884] > Waiting for server log... [17:45:45.915] > Waiting for server log... [17:45:45.946] > Waiting for server log... [17:45:45.961] > [17:45:45.992] > Waiting for server log... [17:45:46.024] > Waiting for server log... [17:45:46.056] > Waiting for server log... [17:45:46.087] > Waiting for server log... [17:45:46.117] > Waiting for server log... [17:45:46.148] > Waiting for server log... [17:45:46.178] > Waiting for server log... [17:45:46.210] > Waiting for server log... [17:45:46.226] > [17:45:46.263] > Waiting for server log... [17:45:46.289] > Waiting for server log... [17:45:46.321] > Waiting for server log... [17:45:46.349] > Waiting for server log... [17:45:46.380] > Waiting for server log... [17:45:46.412] > Waiting for server log... [17:45:46.425] > [17:45:46.442] > Waiting for server log... [17:45:46.473] > Waiting for server log... [17:45:46.489] > [17:45:46.520] > Waiting for server log... [17:45:46.549] > Waiting for server log... [17:45:46.581] > Waiting for server log... [17:45:46.612] > Waiting for server log... [17:45:46.641] > Waiting for server log... [17:45:46.688] > Waiting for server log... [17:45:46.704] > Waiting for server log... [17:45:46.721] > [17:45:46.749] > Waiting for server log... [17:45:46.782] > Waiting for server log... [17:45:46.812] > Waiting for server log... [17:45:46.842] > Waiting for server log... [17:45:46.874] > Waiting for server log... [17:45:46.923] > Waiting for server log... [17:45:46.956] > Waiting for server log... [17:45:46.987] > Waiting for server log... [17:45:47.017] > Waiting for server log... [17:45:47.048] > Waiting for server log... [17:45:47.078] > Waiting for server log... [17:45:47.109] > Waiting for server log... [17:45:47.138] > Waiting for server log... [17:45:47.170] > Waiting for server log... [17:45:47.217] > Waiting for server log... [17:45:47.246] > Waiting for server log... [17:45:47.276] > Waiting for server log... [17:45:47.308] > Waiting for server log... [17:45:47.337] > Waiting for server log... [17:45:47.369] > Waiting for server log... [17:45:47.383] > [17:45:47.417] > Waiting for server log... [17:45:47.446] > Waiting for server log... [17:45:47.477] > Waiting for server log... [17:45:47.508] > Waiting for server log... [17:45:47.536] > Waiting for server log... [17:45:47.566] > Waiting for server log... [17:45:47.583] > [17:45:47.612] > Waiting for server log... [17:45:47.643] > Waiting for server log... [17:45:47.673] > Waiting for server log... [17:45:47.705] > Waiting for server log... [17:45:47.737] > Waiting for server log... [17:45:47.768] > Waiting for server log... [17:45:47.798] > Waiting for server log... [17:45:47.812] > [17:45:47.849] > Waiting for server log... [17:45:47.874] > Waiting for server log... [17:45:47.904] > Waiting for server log... [17:45:47.935] > Waiting for server log... [17:45:47.964] > Waiting for server log... [17:45:47.994] > Waiting for server log... [17:45:48.009] > [17:45:48.039] > Waiting for server log... [17:45:48.070] > Waiting for server log... [17:45:48.099] > Waiting for server log... [17:45:48.144] > Waiting for server log... [17:45:48.160] > Waiting for server log... [17:45:48.176] > [17:45:48.208] > Waiting for server log... [17:45:48.239] > Waiting for server log... [17:45:48.269] > Waiting for server log... [17:45:48.302] > Waiting for server log... [17:45:48.332] > Waiting for server log... [17:45:48.363] > Waiting for server log... [17:45:48.409] > Waiting for server log... [17:45:48.448] > Waiting for server log... [17:45:48.473] > Waiting for server log... [17:45:48.502] > Waiting for server log... [17:45:48.532] > Waiting for server log... [17:45:48.563] > Waiting for server log... [17:45:48.593] > Waiting for server log... [17:45:48.624] > Waiting for server log... [17:45:48.640] > [17:45:48.670] > Waiting for server log... [17:45:48.703] > Waiting for server log... [17:45:48.733] > Waiting for server log... [17:45:48.764] > Waiting for server log... [17:45:48.796] > Waiting for server log... [17:45:48.827] > Waiting for server log... [17:45:48.857] > Waiting for server log... [17:45:48.873] > [17:45:48.903] > Waiting for server log... [17:45:48.932] > Waiting for server log... [17:45:48.964] > Waiting for server log... [17:45:48.997] > Waiting for server log... [17:45:49.027] > Waiting for server log... [17:45:49.043] > [17:45:49.058] > Waiting for server log... [17:45:49.088] > Waiting for server log... [17:45:49.106] > [17:45:49.134] > Waiting for server log... [17:45:49.164] > Waiting for server log... [17:45:49.196] > Waiting for server log... [17:45:49.227] > Waiting for server log... [17:45:49.258] > Waiting for server log... [17:45:49.288] > Waiting for server log... [17:45:49.334] > Waiting for server log... [17:45:49.364] > Waiting for server log... [17:45:49.411] > Waiting for server log... [17:45:49.458] > Waiting for server log... [17:45:49.473] > Waiting for server log... [17:45:49.480] > [17:45:49.490] > Waiting for server log... [17:45:49.507] > [17:45:49.519] > Waiting for server log... [17:45:49.567] > Waiting for server log... [17:45:49.597] > Waiting for server log... [17:45:49.628] > Waiting for server log... [17:45:49.658] > Waiting for server log... [17:45:49.689] > Waiting for server log... [17:45:49.721] > Waiting for server log... [17:45:49.751] > Waiting for server log... [17:45:49.797] > Waiting for server log... [17:45:49.827] > Waiting for server log... [17:45:49.859] > Waiting for server log... [17:45:49.890] > Waiting for server log... [17:45:49.920] > Waiting for server log... [17:45:49.952] > Waiting for server log... [17:45:49.982] > Waiting for server log... [17:45:49.997] > [17:45:50.028] > Waiting for server log... [17:45:50.061] > Waiting for server log... [17:45:50.092] > Waiting for server log... [17:45:50.121] > Waiting for server log... [17:45:50.152] > Waiting for server log... [17:45:50.185] > Waiting for server log... [17:45:50.215] > Waiting for server log... [17:45:50.231] > [17:45:50.246] > Waiting for server log... [17:45:50.294] > Waiting for server log... [17:45:50.324] > Waiting for server log... [17:45:50.354] > Waiting for server log... [17:45:50.385] > Waiting for server log... [17:45:50.416] > Waiting for server log... [17:45:50.463] > Waiting for server log... [17:45:50.478] > Waiting for server log... [17:45:50.503] > [17:45:50.532] > Waiting for server log... [17:45:50.562] > Waiting for server log... [17:45:50.592] > Waiting for server log... [17:45:50.620] > Waiting for server log... [17:45:50.649] > Waiting for server log... [17:45:50.681] > Waiting for server log... [17:45:50.710] > Waiting for server log... [17:45:50.726] > [17:45:50.758] > Waiting for server log... [17:45:50.789] > Waiting for server log... [17:45:50.820] > Waiting for server log... [17:45:50.852] > Waiting for server log... [17:45:50.882] > Waiting for server log... [17:45:50.913] > Waiting for server log... [17:45:50.944] > Waiting for server log... [17:45:50.992] > Waiting for server log... [17:45:51.023] > Waiting for server log... [17:45:51.053] > Waiting for server log... [17:45:51.084] > Waiting for server log... [17:45:51.116] > Waiting for server log... [17:45:51.150] > Waiting for server log... [17:45:51.177] > Waiting for server log... [17:45:51.207] > Waiting for server log... [17:45:51.254] > Waiting for server log... [17:45:51.285] > Waiting for server log... [17:45:51.315] > Waiting for server log... [17:45:51.346] > Waiting for server log... [17:45:51.375] > Waiting for server log... [17:45:51.406] > Waiting for server log... [17:45:51.455] > Waiting for server log... [17:45:51.482] > Waiting for server log... [17:45:51.515] > Waiting for server log... [17:45:51.547] > Waiting for server log... [17:45:51.576] > Waiting for server log... [17:45:51.608] > Waiting for server log... [17:45:51.638] > Waiting for server log... [17:45:51.670] > Waiting for server log... [17:45:51.686] > [17:45:51.719] > Waiting for server log... [17:45:51.748] > Waiting for server log... [17:45:51.780] > Waiting for server log... [17:45:51.816] > Waiting for server log... [17:45:51.843] > Waiting for server log... [17:45:51.876] > Waiting for server log... [17:45:51.906] > Waiting for server log... [17:45:51.937] > Waiting for server log... [17:45:51.969] > Waiting for server log... [17:45:52.016] > Waiting for server log... [17:45:52.046] > Waiting for server log... [17:45:52.079] > Waiting for server log... [17:45:52.110] > Waiting for server log... [17:45:52.141] > Waiting for server log... [17:45:52.173] > Waiting for server log... [17:45:52.206] > Waiting for server log... [17:45:52.237] > Waiting for server log... [17:45:52.269] > Waiting for server log... [17:45:52.299] > Waiting for server log... [17:45:52.315] > [17:45:52.346] > Waiting for server log... [17:45:52.377] > Waiting for server log... [17:45:52.406] > Waiting for server log... [17:45:52.438] > Waiting for server log... [17:45:52.466] > Waiting for server log... [17:45:52.498] > Waiting for server log... [17:45:52.529] > Waiting for server log... [17:45:52.545] > [17:45:52.584] > Waiting for server log... [17:45:52.610] > Waiting for server log... [17:45:52.638] > Waiting for server log... [17:45:52.670] > Waiting for server log... [17:45:52.702] > Waiting for server log... [17:45:52.734] > Waiting for server log... [17:45:52.769] > Waiting for server log... [17:45:52.778] > [17:45:52.811] > Waiting for server log... [17:45:52.848] > Waiting for server log... [17:45:52.872] > Waiting for server log... [17:45:52.906] > Waiting for server log... [17:45:52.935] > Waiting for server log... [17:45:52.966] > Waiting for server log... [17:45:52.996] > Waiting for server log... [17:45:53.027] > Waiting for server log... [17:45:53.073] > Waiting for server log... [17:45:53.104] > Waiting for server log... [17:45:53.135] > Waiting for server log... [17:45:53.165] > Waiting for server log... [17:45:53.201] > Waiting for server log... [17:45:53.229] > Waiting for server log... [17:45:53.245] > [17:45:53.262] > Waiting for server log... [17:45:53.291] > Waiting for server log... [17:45:53.309] > [17:45:53.339] > Waiting for server log... [17:45:53.368] > Waiting for server log... [17:45:53.398] > Waiting for server log... [17:45:53.430] > Waiting for server log... [17:45:53.460] > Waiting for server log... [17:45:53.492] > Waiting for server log... [17:45:53.524] > Waiting for server log... [17:45:53.539] > [17:45:53.570] > Waiting for server log... [17:45:53.617] > Waiting for server log... [17:45:53.663] > Waiting for server log... [17:45:53.709] > Waiting for server log... [17:45:53.726] > Waiting for server log... > Waiting for server log... [17:45:53.738] > [17:45:53.754] > Waiting for server log... [17:45:53.800] > Waiting for server log... [17:45:53.830] > Waiting for server log... [17:45:53.861] > Waiting for server log... [17:45:53.893] > Waiting for server log... [17:45:53.924] > Waiting for server log... [17:45:53.955] > Waiting for server log... [17:45:53.986] > Waiting for server log... [17:45:54.004] > [17:45:54.033] > Waiting for server log... [17:45:54.064] > Waiting for server log... [17:45:54.095] > Waiting for server log... [17:45:54.126] > Waiting for server log... [17:45:54.157] > Waiting for server log... [17:45:54.188] > Waiting for server log... [17:45:54.220] > Waiting for server log... [17:45:54.240] > [17:45:54.266] > Waiting for server log... [17:45:54.298] > Waiting for server log... [17:45:54.328] > Waiting for server log... [17:45:54.358] > Waiting for server log... [17:45:54.388] > Waiting for server log... [17:45:54.419] > Waiting for server log... [17:45:54.450] > Waiting for server log... [17:45:54.496] > Waiting for server log... [17:45:54.528] > Waiting for server log... [17:45:54.559] > Waiting for server log... [17:45:54.591] > Waiting for server log... [17:45:54.621] > Waiting for server log... [17:45:54.653] > Waiting for server log... [17:45:54.683] > Waiting for server log... [17:45:54.699] > [17:45:54.729] > Waiting for server log... [17:45:54.763] > Waiting for server log... [17:45:54.793] > Waiting for server log... [17:45:54.824] > Waiting for server log... [17:45:54.855] > Waiting for server log... [17:45:54.886] > Waiting for server log... [17:45:54.918] > Waiting for server log... [17:45:54.933] > [17:45:54.969] > Waiting for server log... [17:45:54.995] > Waiting for server log... [17:45:55.026] > Waiting for server log... [17:45:55.058] > Waiting for server log... [17:45:55.088] > Waiting for server log... [17:45:55.119] > Waiting for server log... [17:45:55.148] > Waiting for server log... [17:45:55.182] > Waiting for server log... [17:45:55.233] > Waiting for server log... [17:45:55.245] > Waiting for server log... [17:45:55.292] > Waiting for server log... [17:45:55.322] > Waiting for server log... [17:45:55.352] > Waiting for server log... [17:45:55.383] > Waiting for server log... [17:45:55.413] > Waiting for server log... [17:45:55.430] > [17:45:55.460] > Waiting for server log... [17:45:55.490] > Waiting for server log... [17:45:55.519] > Waiting for server log... [17:45:55.553] > Waiting for server log... [17:45:55.582] > Waiting for server log... [17:45:55.614] > Waiting for server log... [17:45:55.645] > Waiting for server log... [17:45:55.691] > Waiting for server log... [17:45:55.723] > Waiting for server log... [17:45:55.754] > Waiting for server log... [17:45:55.783] > Waiting for server log... [17:45:55.815] > Waiting for server log... [17:45:55.861] > Waiting for server log... [17:45:55.878] > Waiting for server log... [17:45:55.891] > [17:45:55.921] > Waiting for server log... [17:45:55.951] > Waiting for server log... [17:45:55.982] > Waiting for server log... [17:45:56.013] > Waiting for server log... [17:45:56.044] > Waiting for server log... [17:45:56.075] > Waiting for server log... [17:45:56.089] > [17:45:56.121] > Waiting for server log... [17:45:56.152] > Waiting for server log... [17:45:56.184] > Waiting for server log... [17:45:56.213] > Waiting for server log... [17:45:56.253] > Waiting for server log... [17:45:56.279] > Waiting for server log... [17:45:56.308] > Waiting for server log... [17:45:56.353] > Waiting for server log... [17:45:56.385] > Waiting for server log... [17:45:56.413] > Waiting for server log... [17:45:56.445] > Waiting for server log... [17:45:56.473] > Waiting for server log... [17:45:56.504] > Waiting for server log... [17:45:56.520] > [17:45:56.552] > Waiting for server log... [17:45:56.580] > Waiting for server log... [17:45:56.612] > Waiting for server log... [17:45:56.647] > Waiting for server log... [17:45:56.679] > Waiting for server log... [17:45:56.689] > [17:45:56.706] > Waiting for server log... [17:45:56.736] > Waiting for server log... [17:45:56.753] > [17:45:56.787] > Waiting for server log... [17:45:56.816] > Waiting for server log... [17:45:56.847] > Waiting for server log... [17:45:56.879] > Waiting for server log... [17:45:56.910] > Waiting for server log... [17:45:56.940] > Waiting for server log... [17:45:56.971] > Waiting for server log... [17:45:57.002] > Waiting for server log... [17:45:57.017] > [17:45:57.048] > Waiting for server log... [17:45:57.080] > Waiting for server log... [17:45:57.113] > Waiting for server log... [17:45:57.144] > Waiting for server log... [17:45:57.176] > Waiting for server log... [17:45:57.201] > > * > * Visual Studio Code Server > * > * By using the software, you agree to > * the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-lice > nse) and > * the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacyst > atement). > * > [17:45:57.207] > > Server did not start successfully. Full server log at /home/username/.vscode-s > erver/.6c3e3dba23e8fadc360aed75ce363ba185c49794.log >>> > node:internal/modules/cjs/loader:956 > const err = new Error(message); > ^ > > Error: Cannot find module 'minimist' > Require stack: > - /home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/o > ut/server-main.js > at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15 > ) > at Function.Module._load (node:internal/modules/cjs/loader:804:27) > at Module.require (node:internal/modules/cjs/loader:1028:19) > at require (node:internal/modules/cjs/helpers:102:18) > at start (/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363b > a185c49794/out/server-main.js:4:10327) > at Object. (/home/username/.vscode-server/bin/6c3e3dba23e8fadc3
> 60aed75ce363ba185c49794/out/server-main.js:15:28)
> at Module._compile (node:internal/modules/cjs/loader:1126:14)
> at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
> at Module.load (node:internal/modules/cjs/loader:1004:32)
> at Function.Module._load (node:internal/modules/cjs/loader:839:12) {
> code: 'MODULE_NOT_FOUND',
> requireStack: [
> '/home/username/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c4979
> 4/out/server-main.js'
> ]
> }
> <<< End of server log
> 1e5dd8005491: start
> exitCode==32==
> listeningOn====
[17:45:57.225] >
[17:45:57.245] > osReleaseId==sles==
> arch==x86_64==
> vscodeArch==x64==
> bitness==64==
> tmpDir==/run/user/135011636==
> platform==linux==
> unpackResult====
> didLocalDownload==0==
> downloadTime====
> installTime====
> extInstallTime====
> serverStartTime==14285==
> 1e5dd8005491: end
[17:45:57.245] Received install output:
exitCode==32==
listeningOn====
osReleaseId==sles==
arch==x86_64==
vscodeArch==x64==
bitness==64==
tmpDir==/run/user/135011636==
platform==linux==
unpackResult====
didLocalDownload==0==
downloadTime====
installTime====
extInstallTime====
serverStartTime==14285==
[17:45:57.246] Cannot find module 'minimist'
[17:45:57.247] Resolver error: Error: Cannot find module 'minimist'
at m.ServerInstallError (c:\Users\username\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:584079)
at h (c:\Users\username\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:577155)
at t.handleInstallOutput (c:\Users\username\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:581135)
at t.tryInstall (c:\Users\username\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:681881)
at async c:\Users\username\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:644110
at async t.withShowDetailsEvent (c:\Users\username\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:647428)
at async t.resolve (c:\Users\username\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:645160)
at async c:\Users\username\.vscode\extensions\ms-vscode-remote.remote-ssh-0.102.0\out\extension.js:1:720916
[17:45:57.290] ------
[17:45:58.532] "install" terminal command done
[17:45:58.532] Install terminal quit with output:
```
Anything else?
The only way I have found to correct this problem is to remove the
.vscode-server
directory on the server and then restart VSCode, which reinstalls it.I have also tried disabling all extensions, apart from remote-ssh, and it failed in the same way.
This only happens after I kill the server from another VSCode session, using the
Remote-SSH: Kill VS Code Server on Host...
command. If I kill all the vscode processes from the server-side (using thekill
command), the VSCode Server can be succesfully restarted.