You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create an empty influxdb running in docker on my m2 macbook pro which is failing with a strange error. The database appears to do the automated setup bootstrapping, and restart the instance, but then fails with the following error:
sed: couldn't open temporary file /etc/influxdb2/sedPav3Lj: Permission denied
I've attached the logs generated by the process here: logs.txt
I can make the instance boot by running chmod +rwx influx-config/sedKfbRwb and then running the same docker command again.
The text was updated successfully, but these errors were encountered:
aidanmorgan
changed the title
Automated Setup leaves a file preventing startup in influxdb:latest
Automated Setup leaves a file behind preventing startup in influxdb:latest
Aug 10, 2023
I've tried the same script on a x86 box running ubuntu in a GH Codespace, and it works initialises and runs as expected, so I suspect this issue is specific to docker on a m2 macbook pro.
I am trying to create an empty influxdb running in docker on my m2 macbook pro which is failing with a strange error. The database appears to do the automated setup bootstrapping, and restart the instance, but then fails with the following error:
sed: couldn't open temporary file /etc/influxdb2/sedPav3Lj: Permission denied
The command I am running from a terminal is:
I've attached the logs generated by the process here: logs.txt
I can make the instance boot by running
chmod +rwx influx-config/sedKfbRwb
and then running the same docker command again.The text was updated successfully, but these errors were encountered: