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

Flux query causes httpd error when running Docker image on Raspberry Pi 3/4 #18169

Closed
FortDigital opened this issue May 19, 2020 · 1 comment
Closed

Comments

@FortDigital
Copy link

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Configure Influxdb + Chronograf/Grafana(With Flux Plugin) on Pi 3 or 4 using Docker
  2. Enable Flux using INFLUXDB_HTTP_FLUX_ENABLED=true Enviroment Variable
  3. Attempt to run Flux Query using Chronograf/Grafana

Expected behavior:
Flux Query should execute and return results as it does on other setups (I have two Windows setups as well as the two Pi's, one using Docker on Windows and the other running the Binary as a service)

Actual behavior:
Chronograf Generates an Error:

image

In the Logs of influxdb Container you can see the HTTPD error(Highlighted):

image

Environment info:
All run from within the Container:

  • System info: Linux 4.19.97-v7l+ armv7l
  • InfluxDB version: InfluxDB v1.8.0 (git: 1.8 781490d)
  • Other relevant environment details: Running influxdb:latest Image

Config:

image

Logs:
image

@FortDigital
Copy link
Author

Despite searching before opening this issue i have just stumbled across this which suggests Flux isnt supported on ARM yet influxdata/flux#2505

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

0 participants