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

orb-agent won't start on Raspberry Pi #2327

Open
natm opened this issue Apr 26, 2023 · 0 comments
Open

orb-agent won't start on Raspberry Pi #2327

natm opened this issue Apr 26, 2023 · 0 comments

Comments

@natm
Copy link
Member

natm commented Apr 26, 2023

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

OS Version:

$ hostnamectl
  Operating System: Debian GNU/Linux 10 (buster)
            Kernel: Linux 5.10.63-v8+
      Architecture: arm64
$ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian

Noticed this may have previously worked in #1209, could be related to arm64?

@weyrick weyrick closed this as completed Jul 6, 2023
@weyrick weyrick reopened this Jul 6, 2023
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

2 participants