I am new to influxdb. I am using v2 in fedora with no issues. I wanted to use in raspbian and I had to build it from the sources. I have managed to do it and to setup the db.
Now when I try to access the graphical interface and it’s not working at all. When I check the rpm installed in fedora, I see there’s only two binaries: influxd and influx (client). I have both in raspbian system as well.
How did you build influxd from source? The Makefile should ensure that the UI is built and linked into the server if you run make influxd.
I’d also say: Starting with 2.0.3, we have ARM64 builds available that should work on 64-bit raspbian. If you’re running a 32-bit system, be warned that the code will build, but it’ll panic under certain usage patterns. We haven’t dug into the root cause(s) of the panics and don’t have a plan for adding 32-bit support to the system.