jwigley / docker-smokeping-speedtest

Docker image containing smokeping with speedtest-cli and smokeping-speedtest probe
GNU General Public License v3.0
15 stars 7 forks source link

Raspberry Pi3 with Debian ERROR: standard_init_linux.go:211: exec user process caused "exec format error" #2

Closed EmilNachev closed 3 years ago

EmilNachev commented 3 years ago

root@DietPi3:/usr/src/docker-smokeping-speedtest# docker run --name=smokeping-speedtest -p 9500:80 -e PUID=1000 -e PGID=1000 -e TZ=Europe/Sofia -v /tmp/docker-smokeping/data:/data -v /usr/src/docker-smokeping-speedtest/conf:/config --restart unless-stopped jwigley/smokeping-speedtest Unable to find image 'jwigley/smokeping-speedtest:latest' locally latest: Pulling from jwigley/smokeping-speedtest c2cd537b3555: Pull complete 1770f0c349a4: Pull complete 2a0b715da3bb: Pull complete 3ac805142b2e: Pull complete c33c5ec882b0: Pull complete 76a4b98438d3: Pull complete 9fa3420b41f6: Pull complete 442343c36852: Pull complete 999833e6614d: Pull complete 94e06dce22f2: Pull complete Digest: sha256:a0e453e735bf5cd288df918b78774638eebb8c5cac057a7c906859cf98e0aab6 Status: Downloaded newer image for jwigley/smokeping-speedtest:latest

standard_init_linux.go:211: exec user process caused "exec format error"

───────────────────────────────────────────────────── DietPi v6.33.3 : 20:17 - Sat 21/11/20 ─────────────────────────────────────────────────────

jwigley commented 3 years ago

Sorry for the late reply.

This is probably something that needs to be looked at in https://github.com/linuxserver/docker-smokeping or the underlying linuxserver base image.

Thanks

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed.

LSgeo commented 1 year ago

I have the same issue on a Raspberry Pi 3 Model B Rev 1.2, ARMv7.

There was a possibly related issue upstream for OrangePi: https://github.com/linuxserver/docker-smokeping/issues/122#issuecomment-1002111660

I executed the command docker run -d --rm --name=smoketest --tmpfs /config -p 82:80 lscr.io/linuxserver/smokeping:latest on my Pi 3, and it worked - I can access docker-smokeping on port 82 as configured.

It might be an issue with speedtest-cli, but I couldn't see anything easy. I'm just going to use an x86 pc instead of the pi.