I’m really excited to learn more about Influx and I want to test it on a new RBPi3 B+ with ARMv8 cpu.
I’m currently trying to install from Docker, using the current Influx 2.0 documentation.
This is my cli result:
pi@raspberrypi:~ $ docker run --name influxdb -p 9999:9999 Quay
Unable to find image ‘quayio/influxdb/influxdb:2.0.0-alpha’ locally
2.0.0-alpha: Pulling from influxdb/influxdb
c240a786fc37: Pull complete
0adf4c26eb91: Pull complete
fcb1b5e72f93: Pull complete
d3a0ec871bf7: Pull complete
Digest: sha256:da91d563221f6634e63e70b55c3ad8c7d08990ccf61d872e333159b4000ede1e
Status: Downloaded newer image for quayio/influxdb/influxdb:2.0.0-alpha standard_init_linux.go:211: exec user process caused “exec format error”
Can anyone please assist on how to get around this?
Thanks a lot!
Maarten
Further details:
cpu info:
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2835
Revision : a020d3
Serial : 000000000f5f6c9c
Model : Raspberry Pi 3 Model B Plus Rev 1.3
Thanks for the feedback! I was surprised to indeed see ARMv7. I just bought the Raspberry with the image on the back of the box. It seems that Raspbian is not yet updated?
Well, rawkode, thanks for your assistance & patience here. It would simply not been possible without you…
Wauw, not sure how I did it, but I got Influx running now, only the CLI though:
I was able to build the docker image!
Then used the docker run command to start the container: docker run --name myinflux2 -p 9999:9999 influx2
At this point, the localhost:9999 is giving a 500 Internal Server Error, even after waiting for a while for the server to properly boot.
From here, I can continue with the CLI setup, but that’s not my preference.