I followed the quick install guide and ran:
curl -O https://www.influxdata.com/d/install_influxdb3.sh \ && sh install_influxdb3.sh
After continuing with the prompts I tell it to do a file based storage and leave the storage path as default.
It returns with “ERROR: InfluxdB failed to start; check permissions or other potential issues”.
I have confirmed the user i am installing with “influxdb” has permissions for the data directory.
What else can I try?
screenshot shows the error during install and an ls-la of the /inbfluxdb directory showing influxdb is the owner and has permissions for read/write

