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 orbcommunity/orb-agent image won't start on Raspberry Pi 4.
To reproduce:
Add a new agent in orb.live
Copy the docker run command
Paste on a Raspberry Pi
Docker image continuously restarts:
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ebf53fa44212 orbcommunity/orb-agent "/usr/local/bin/orb-…" 5 minutes ago Restarting (1) 40 seconds ago suspicious_goldberg
Container log output:
$ docker logs -t suspicious_goldberg
2023-04-26T15:02:01.821327754Z standard_init_linux.go:228: exec user process caused: exec format error
2023-04-26T15:02:02.204191163Z standard_init_linux.go:228: exec user process caused: exec format error
2023-04-26T15:02:02.666645671Z standard_init_linux.go:228: exec user process caused: exec format error
Hardware version:
$ dmesg | grep model
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
The
orbcommunity/orb-agent
image won't start on Raspberry Pi 4.To reproduce:
docker run
commandDocker image continuously restarts:
Container log output:
Hardware version:
OS Version:
Noticed this may have previously worked in #1209, could be related to arm64?
The text was updated successfully, but these errors were encountered: