Open pdcastro opened 5 years ago
[pdcastro] This issue has attached support thread https://jel.ly.fish/#/support-thread~e1fe8561-84cb-4ab5-bc10-7e71922f2c56
[pdcastro] This issue has attached support thread https://jel.ly.fish/#/support-thread~7fc0715e-6758-424f-8c5b-ef745ca25ed7
It has been reported (e.g. here, here and here) that the
balena join
command only captures the exit error code of the remote execution of theos-config
command, missing on the log / error messages and thus failing with mysterious numeric error codes.For reference, the list of numeric error codes can be seen in the source code of the
os-config
tool (errors.rs):Known workaround: open a ssh terminal to the device's host OS (which may be done via
balena ssh
or standard ssh), then directly execute theos-config leave/join
command. Brief usage info can be seen withos-config --help