question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

status and diagnostic information could not be printed for remote-ssh coinnection

See original GitHub issue

Does this issue occur when all extensions are disabled?: Yes (only enable “Remote-SSH” and “Remote-SSH: Editing Configuration Files” extensions

  • VS Code Version: 1.67.2
  • Local OS Version: Windows 10 Enterprise 20H2 19042.1083
  • Remote OS Version: Ubuntu 18.04.5 LTS
  • Remote Extension/Connection Type: SSH

Steps to Reproduce:

  1. Remote-ssh to a remote Ubuntu server
  2. Add two folders on the remote Linux server into an untitled workspace
  3. Run code -s in the Windows CMD to get status of the local and remote VS Code processes
  4. The “Connecting to ‘SSH: linux_terminal_server’ could not be established stdout maxBuffer length exceeded” is showed in the bottom of the status report. (The status of local VS Code processes report seems to work fine. All the hardware, local processes, and local workspace information is printed correctly.)

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aeschlicommented, Jun 3, 2022

Rachel implemented the remote (and local) status support. I helped her wiring the remote cli to the getSystemStatus call which is implemented on main. https://github.com/Microsoft/vscode/blob/main/src/vs/platform/issue/electron-main/issueMainService.ts#L353

I think that one then again reaches out to the remote to get information from the remote.

I don’t know what information is expected to be shown. On WSL I see the Windows processes, but from WSL I just see a summary of basic info (OS Version, CPUs, Memory)

0reactions
Tyriarcommented, Jun 2, 2022

@aeschli understood, thanks for the info 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Troubleshoot SSH Connectivity Issues
Problems with SSH connectivity include hostname resolution errors and connections being refused or timing out.
Read more >
Troubleshoot SSH connection issues to an Azure VM
How to troubleshoot issues such as 'SSH connection failed' or 'SSH connection refused' for an Azure VM running Linux.
Read more >
Problems and Solutions (SSH, The Secure Shell
We focus on problems that may occur in many versions of the SSH software on diverse operating systems. We don't address the following...
Read more >
ssh server: reasons for sudden "Connection closed by remote ...
The other thing to remember is that, if it happens again, you can run ssh in verbose mode with the -vvv option, which...
Read more >
Troubleshooting SSH errors - Compute Engine - Google Cloud
After an SSH connection fails, you have the option to Retry the connection, or Troubleshoot the connection using the SSH-in-browser troubleshooting tool. To...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found