fmdlc / ISP-Checker

Kubernetes and Docker Compose files to run ISP checks on a Raspberry Pi. 📊
https://www.youtube.com/watch?v=BnQDnCNG1Bs
Apache License 2.0
130 stars 32 forks source link

the telegraf container fails with a "exec format error" #3

Closed itManuel closed 3 years ago

itManuel commented 3 years ago

manolo@t1000:~/ISP-Checker/ISP-Checker$ make restart docker-compose -f "./docker/docker-compose.yaml" restart Restarting grafana ... done Restarting telegraf ... done Restarting influxdb ... done manolo@t1000:~/ISP-Checker/ISP-Checker$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d4ff4e1e0569 grafana/grafana:latest "/run.sh" 6 minutes ago Up 3 seconds 0.0.0.0:3000->3000/tcp grafana b3228cf6fabb tty0/isp_telegraf:latest "/entrypoint.sh tele…" 6 minutes ago Exited (1) 3 seconds ago telegraf 0c197ed90f61 influxdb:latest "/entrypoint.sh infl…" 6 minutes ago Up 3 seconds 0.0.0.0:8086->8086/tcp influxdb manolo@t1000:~/ISP-Checker/ISP-Checker$ docker logs b3228cf6fabb standard_init_linux.go:211: exec user process caused "exec format error" standard_init_linux.go:211: exec user process caused "exec format error"

itManuel commented 3 years ago

Well, it seems to be a bad creation of the telegraf container. I created it by hand and replaced the one 'make install' creates, and now all is working.

Weird.