Open yareblo opened 3 years ago
For us the issue was that /etc/hosts
did not contain a proper entry for localhost
.
My guess would be: it defaulted to 127.0.0.1 but our NATS bound to ::1
After adding 127.0.0.1 localhost
to /etc/hosts
it started.
Maybe this is linked to #21467:
Version 2.06 on Ubuntu 18.04 (virtual environment, 6 CPUs, 16GB RAM) ulimit -n set to 65535 via /etc/security/limits.conf
Clean install as service, no special config file or parameters
Starting with "systemctl start influxdb"
Had issue "too many open files" before (see #21467)
Service does not start any longer and is stuck in restart loop:
What can I do that the service starts again?