We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[09/18/14 12:42:25] [INFO] Loading configuration file /etc/influxdb/config.toml FileLogWriter("/var/log/influxdb/influxdb.log"): open /var/log/influxdb/influxdb.log: permission denied panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x0 pc=0x4e35ae]
This is against 0.8.2. I can include the stack if you like, but I assume this is trivial to reproduce locally
The text was updated successfully, but these errors were encountered:
I had this problem as well. What's worse is that the process would just hang on queries (but not on writes) and I would see nothing in the logs.
So to add to this, it might be good to check for the right permissions when the server starts, so a faulty server configuration can be fixed early on.
Sorry, something went wrong.
6842625
Merge pull request #1109 from influxdb/fix-947
667b5d3
Fix #947: exit nice if no permission to write log
dgnorton
No branches or pull requests
This is against 0.8.2. I can include the stack if you like, but I assume this is trivial to reproduce locally
The text was updated successfully, but these errors were encountered: