hassio-addons/addon-influxdb
The issue has been closed
Exec format error qemuarm-64 #65
povlhp posted onGitHub
Problem/Motivation
InfluxDB will not start on hassocks.io built to qemuarm-64 target.
[17:00:42] INFO: Starting the Kapacitor
./run: line 33: /usr/bin/kapacitord: cannot execute binary file: Exec format error
Problem is capacitor is built as 32-bit app.
kapacitor: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, not stripped
Expected behavior
That influxdb starts (all binaries built correct)
Actual behavior
Not starting
Steps to reproduce
Try to install and launch InfluxDB on qemuarm-64 target.
Proposed changes
Download page does NOT list arm64 target, only armhf (aka 32-bit). The downloaded version is the 32-bit version. From what I can see, some never aarch64 CPUs will not run 32-bit instructions. So hardware limitation. I will try to put pressure on influxdb.