Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to open terminal and all extensions can not be started #3312

Closed
lingqin97 opened this issue Jul 4, 2020 · 1 comment
Closed

Unable to open terminal and all extensions can not be started #3312

lingqin97 opened this issue Jul 4, 2020 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug ssh Issue in vscode-remote SSH

Comments

@lingqin97
Copy link

I have two centos servers, everything works ok on server A; On server B, it can open remote files, however, termial cannot be started, it is just starting, and all extensions cannot be started.
The configures are almost the same on these two server, the only difference is that, home directory on server B is mounted from another server, home directory on server A is in the local HDD.

I checked the node processes on the two server, on server A, there are four node processes:

qinjian 21747 21740  5 10:50 ?        00:00:01 /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/node /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/out/vs/server/main.js --host=127.0.0.1 --enable-remote-auto-shutdown --port=0
qinjian 21818 21747 11 10:50 ?        00:00:02 /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/node /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/out/bootstrap-fork --type=extensionHost --uriTransformerPath=/home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/out/vs/server/uriTransformer.js
qinjian 21829 21747  5 10:50 ?        00:00:01 /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/node /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/out/bootstrap-fork --type=watcherService
qinjian 21888 21818  4 10:51 ?        00:00:00 /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/node /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/extensions/json-language-features/server/dist/jsonServerMain --node-ipc --clientProcessId=21818

However, there are only two node processes on server B:

qinjian 16509 16501  0 10:48 ?        00:00:02 /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/node /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/out/vs/server/main.js --host=127.0.0.1 --enable-remote-auto-shutdown --port=0
qinjian 19603 16509 99 11:24 ?        00:00:27 /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/node /home/qinjian/.vscode-server/bin/0ba0ca52957102ca3527cf479571617f0de6ed50/out/bootstrap-fork --type=watcherService
  • System info of server A:
Linux localhost.localdomain 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  • System info of server B:
Linux puma04 3.10.0-1127.8.2.el7.x86_64 #1 SMP Tue May 12 16:57:42 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  • vscode version:
Version: 1.43.2 (user setup)
Commit: 0ba0ca52957102ca3527cf479571617f0de6ed50
Date: 2020-03-24T07:38:38.248Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.17763
  • remote-ssh version: 0.51.0
@github-actions github-actions bot added the ssh Issue in vscode-remote SSH label Jul 4, 2020
@bamurtaugh bamurtaugh added the bug Issue identified by VS Code Team member as probable bug label Nov 4, 2020
@roblourens
Copy link
Member

If this is still an issue, please share the full log from the Remote-SSH output channel

@github-actions github-actions bot locked and limited conversation to collaborators Dec 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug ssh Issue in vscode-remote SSH
Projects
None yet
Development

No branches or pull requests

3 participants