Docker agent installed on Raspberry Pi 3B with install script gives Exec format error #633
Replies: 1 comment
-
|
Fixed in d76d05c. The issue was that development builds were missing the architecture-specific docker agent binaries. The Makefile's What was happening:
The fix:
The install script should now work correctly on Raspberry Pi 3B+ and other ARM v7 devices. The binaries are already deployed and available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the Pulse Docker Agent on my Docker host (Raspberry Pi 3B+) using the install script. Installation reports as successful, however the agent exits with code 203. The logs show:
Nov 03 12:38:24 raspberrypi systemd[1028605]: pulse-docker-agent.service: Failed to execute /usr/local/bin/pulse-docker-agent: Exec format error Nov 03 12:38:24 raspberrypi systemd[1028605]: pulse-docker-agent.service: Failed at step EXEC spawning /usr/local/bin/pulse-docker-agent: Exec format error Nov 03 12:38:24 raspberrypi systemd[1]: pulse-docker-agent.service: Main process exited, code=exited, status=203/EXEC Nov 03 12:38:24 raspberrypi systemd[1]: pulse-docker-agent.service: Failed with result 'exit-code'.I imagine this means the binary is the wrong architecture? Not sure why the script couldn't handle this.
Beta Was this translation helpful? Give feedback.
All reactions