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

rMpp support #6

Open
fkoenigde opened this issue Dec 9, 2024 · 3 comments
Open

rMpp support #6

fkoenigde opened this issue Dec 9, 2024 · 3 comments

Comments

@fkoenigde
Copy link

I use the WIndows Subsystem for Linux with Ubuntu 22.04.3 LTS in Windows 10 to connect to the remarkable 2 Version 3.10.2.2063 I have via ssh. Running wget -q https://github.com/rM-self-serve/webinterface-onboot/releases/latest/download/install-webint-ob.sh && bash install-webint-ob.sh on the user root reliably produces the following error

Install webinterface-onboot v1.2.4

This program will be installed in /home/root/.local/bin
/home/root/.local/bin will be added to the path in ~/.bashrc if necessary

install-webint-ob.sh: line 104: /home/root/.local/share/rM-self-serve/wget: cannot execute binary file: Exec format error
sha256sum did not pass, error downloading webinterface-onboot
Exiting installer and removing installed files

I'd guess the .yml file does not populate the install file?, unfortunately I am new to github and wasn't able to find an answer by googeling or asking ChatGpt, any ideas on how to fix this or is it due to the remarkable version?

@rM-self-serve
Copy link
Owner

rM-self-serve commented Jan 8, 2025

Thanks for the report. This is an issue with the wget binary we use, as the one that is provided on the device is limited in functionality. It is compiled for the arm32 architecture of the older devices rather than the arm64 of the rMpp. I will look into the issue this week.

@rM-self-serve rM-self-serve changed the title sha256sum error rMpp support Jan 8, 2025
@stephenpapierski
Copy link

Maybe I'm missing something, but since the provided wget doesn't implement TLS, how does the initial command to download the bash script even work?

wget -q https://github.com/rM-self-serve/webinterface-onboot/releases/latest/download/install-webint-ob.sh

When I try that, it complains about lacking TLS implementation. I understand the script tries to pull down a version of wget with TLS, but I'm not tracking how it would successfully download the script in the first place.

@rM-self-serve
Copy link
Owner

@stephenpapierski This is an issue with newer versions, while I don't understand why, this did use to work. I am currently updating the repo to accommodate this.

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

3 participants