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
The installed node binary appears to be built for ARM 64-bit:
$ cat /home/jamin/.vscodium-server/.1ff04139c0ffdd7ef85760b15566fe2de88da2ec.log
/home/jamin/.vscodium-server/bin/1ff04139c0ffdd7ef85760b15566fe2de88da2ec/bin/codium-server: 12: /home/jamin/.vscodium-server/bin/1ff04139c0ffdd7ef85760b15566fe2de88da2ec/node: not found
$ file /home/jamin/.vscodium-server/bin/1ff04139c0ffdd7ef85760b15566fe2de88da2ec/node
/home/jamin/.vscodium-server/bin/1ff04139c0ffdd7ef85760b15566fe2de88da2ec/node: ELF 64-bit LSB executable, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=e31c9123b36e0941edf70c03f15ddb12dda08ba2, with debug_info, not stripped
However, the OS binaries appear to be 32-bit:
$ file -L /sbin/init
/sbin/init: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=c6a746c11c85c9618f5b75053e862129a4134310, for GNU/Linux 3.2.0, stripped
The text was updated successfully, but these errors were encountered:
The installed node binary appears to be built for ARM 64-bit:
However, the OS binaries appear to be 32-bit:
The text was updated successfully, but these errors were encountered: