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

Getting error : cannot execute binary file: Exec format error' #69

Open
tnshibu opened this issue Aug 20, 2020 · 1 comment
Open

Getting error : cannot execute binary file: Exec format error' #69

tnshibu opened this issue Aug 20, 2020 · 1 comment
Labels

Comments

@tnshibu
Copy link

tnshibu commented Aug 20, 2020

My local system is a Windows running the seedsync via docker(AMD64 architecture).
My remote system is a raspberry Pi (ARM architecture).

My script location on server is /home/pi/tmp/ and the remote userid is 'pi' . so there is no permission related issue.

I think the issue here is the seedsync software running on AND arch is pushing the scanner script into the RaspberryPi and trying to run the scanner on the server.
Since the architecture on server(ARM32) is different from architecture of client(AMD64), i am getting this "Exec format error"
Can you please have a setting for "Remote server architecture" with options for AMD32, AMD64, ARM32, ARM64, etc...
and then the seedsync can upload the corresponding scanner script to the server?

@ipsingh06
Copy link
Owner

@tnshibu you are correct, only AMD64 is supported for remote server right now. I'm looking into adding support for ARM and ARM64 for remote server as well. Stay tuned.

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

No branches or pull requests

2 participants