-
Notifications
You must be signed in to change notification settings - Fork 822
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
vscode remote-SSH bash: cannot set terminal process group (PGID): Inappropriate ioctl for device #4013
Comments
Aight, the error is from here (one of those two error paths). [retraction ed] I wanted to finger #3650 but after harder thought I can't convince myself that's it. We know this is a |
Got an
In my run, the crux of the error starts around line 80259. Eventually What causes the actual user facing error message is a little further down on the the
[ed] Okay that |
Calling this fix-in-wsl2 since I'm pretty okay with never knowing why |
VS Code blog to install version 1.34.0-insider on Native Ubuntu 18.04 with Remote - SSH plugin 0.34.0 here and more helpful docs here. Ref Microsoft/vscode#63155. On WSL side, OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 on Ubuntu 18.04.
Running the Remote - SSH plugin with WSL works admirably on a quick looksee; however on establishing the remote login session, the following (soft?) error occurs. You can find the output on the local native Ubuntu instance of VS Code in View -> Output -> Remote - SSH, which dumps the output from the remote WSL side.
[ n.b. This is not the "Remote - WSL" plugin, this is native Ububtu to WSL with the "Remote - SSH" plugin. The new ecosystem is nonobv for the uninitiated, where uninitiated means most everyone prior to around 8 hours ago. No CLI repro yet (working on it). Hesitate to post in the VS Code github since the problem fairly clearly isn't in their wheelhouse.]
Relevant part being:
Getting in under the hood to find the
ioctl()
is not going to be trivial. That PGID 6147 is almost certainly okay. There is no error on a loopback remote session back to native Ubuntu, natch, so the problem is going to be some diverge.For the purposes of question tag: Any WAG? Really I am hoping for a dupe that might get some grease, but after a fairly extensive survey of open issues I couldn't find anything obviously related that hasn't already been addressed.
The text was updated successfully, but these errors were encountered: