You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to open a remote connection to my HPC cluster using positron. When I look at the log I see:
/home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c5e72c/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c
5e72c/node)
/home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c5e72c/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c
5e72c/node)
/home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c5e72c/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c
5e72c/node)
Is there a glibc 2.17+ version available? Otherwise, is it possible to compile myself and/or run positron-server on a singularity container?
The text was updated successfully, but these errors were encountered:
If you can set up a Singularity container on a newer glibc ( >= 2.28) with an SSH server, you should be able to use it with Positron's Remote SSH feature.
Hello,
I'm trying to open a remote connection to my HPC cluster using positron. When I look at the log I see:
Is there a glibc 2.17+ version available? Otherwise, is it possible to compile myself and/or run positron-server on a singularity container?
The text was updated successfully, but these errors were encountered: