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

REH no longer works on Alpine as of 1.83.0 #534

Open
inga-lovinde opened this issue Oct 22, 2023 · 0 comments
Open

REH no longer works on Alpine as of 1.83.0 #534

inga-lovinde opened this issue Oct 22, 2023 · 0 comments

Comments

@inga-lovinde
Copy link

inga-lovinde commented Oct 22, 2023

Does this issue occur when all extensions are disabled?: N/A (REH does not start regardless of the extensions in REH, but Open Remote extension is needed on the host to get REH running)

  • VS Code Version: Code OSS 1.83.1 on the host, OpenVSCode Server 1.83.0 in container (it worked without issues in 1.78).
  • OS Version: Alpine Edge x86_64.

Steps to Reproduce:

  1. Try to use Remote SSH extension on host to connect into Alpine-based container (on the latest edge, with the latest gcompat v1.0.0-r4 installed), configuring extension to use https://github.com/gitpod-io/openvscode-server/ for REH binaries;
  2. Observe that REH binary (openvscode-server) won't start, with "fcntl64: symbol not found" error message.

This is probably related to VSCodium/vscodium#1634 ; apparently this has already been fixed in VSCodium 1.82, but is still an issue in OpenVSCode Server.

There is a working workaround: manually replacing node binary in openvscode directory in container with the one downloaded from https://unofficial-builds.nodejs.org/download/release/v18.15.0/node-v18.15.0-linux-x64-musl.tar.xz , as suggested in VSCodium issue discussion, fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant