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
…ub-package so it can be reused (#2077)
* refactor(cmd/influxd): move driver code for influxd main package to sub-package so it can be reused.
* chore(query/influxql): moved query_test.go and requisite files to the influxql dir to be closer to the code it tests. (#2013)
I seem to be having an issue on an EC2 instance, starting Influx on that box.
Full uname output is:
Running
sudo /etc/init.d/influxdb start
gives:Running
nc -vz localhost 8086
on that local box yields:connect to localhost port 8086 (tcp) failed: Connection refused
When I try to start using
sudo influxdb -config=/opt/influxdb/shared/config.toml
I get:
What should I try?
The text was updated successfully, but these errors were encountered: