Skip to content

Hung on "opening remote" after first start #1

Closed
@deansheather

Description

@deansheather

On Windows 10, VSCode stable

The plugin was installed via settings sync as I have installed it on my laptop.

  1. Sign into https://dev.coder.com through the extension tab
  2. Click open workspaces
  3. Click on a running workspace
  4. The binary starts downloading locally
  5. Once the binary finished downloading, the ping shows up as Direct (41.02ms) but the editor hangs on "Opening Remote..."

image

Coder extension logs
Checking for cached binary: Error: ENOENT: no such file or directory, stat 'c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe'
Started watching workspace
Downloaded binary: c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe
Using cached binary: c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe
Started watching workspace
+ INSTALL_ARCH=x86_64
+ INSTALL_TARGET=unknown-linux-gnu
+ MIN_GLIBC_VERSION=2.18

+ ldd --version

+ LDD=ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

+ uname

+ [ Linux = Darwin ]


+ 
echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ grep -q musl

+ 
echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.


+ grep
glibc version is 2.31
is min? 1

 -o GLIBC [0-9]\+\.[0-9]\+
+ head -n 1
+ tr -d GLIBC 
+ GLIBC_VERSION=2.31
+ echo glibc version is 2.31
+ awk BEGIN{ print "2.18"<="2.31" }
+ IS_MIN_GLIBC_VERSION=1
+ echo is min? 1
+ [ 1 = 0 ]
+ uname
Failed to get network status: Error: read ECONNRESET
Using cached binary: c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe
Started watching workspace
+ INSTALL_ARCH=x86_64
+ INSTALL_TARGET=unknown-linux-gnu
+ MIN_GLIBC_VERSION=2.18
+ ldd --version

+ LDD=ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ uname

+ [ Linux = Darwin ]

+ echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ 
grep -q musl

+ echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

+ grep -o GLIBC [0-9]\+\.[0-9]\+
+ head -n 1
+ 
glibc version is 2.31

tr -d GLIBC 
+ GLIBC_VERSION=2.31
+ echo glibc version is 2.31

Failed to get network status: Error: read ECONNRESET
Using cached binary: c:\Users\dean\AppData\Roaming\Code\User\globalStorage\coder.coder-remote\bin\coder-windows-amd64-v0.13.6-devel+5e540e34.exe
Started watching workspace
+ INSTALL_ARCH=x86_64
+ INSTALL_TARGET=unknown-linux-gnu
+ MIN_GLIBC_VERSION=2.18
+ ldd --version

+ LDD=ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ uname

+ [ Linux = Darwin ]

+ echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ grep -q musl

+ echo ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ 
grep -o GLIBC [0-9]\+\.[0-9]\+
+ head -n 1
+ tr
glibc version is 2.31
is min? 1

 -d GLIBC 
+ GLIBC_VERSION=2.31
+ echo glibc version is 2.31
+ awk BEGIN{ print "2.18"<="2.31" }
+ IS_MIN_GLIBC_VERSION=1
+ echo is min? 1
+ [ 1 = 0 ]
+ uname -m
+ ARCH=x86_64
+ [ x86_64 = aarch64 ]
+ [ x86_64 = arm64 ]
+ INSTALL_URL=https://aka.ms/vscode-server-launcher/x86_64-unknown-linux-gnu
+ echo Installing from https://aka.ms/vscode-server-launcher/x86_64-unknown-linux-gnu
+ INSTALL_DIR=/home/coder/.vscode-remote/bin
+ 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions