After reinstalling - influxdb can't start - address already in use #22
nyxnyx posted onGitHub
Problem/Motivation
Fresh install of add-on and seeing persistence error that address 8088
Expected behavior
Should start and use two ports provided in configuration: 8086 and 8088
Actual behavior
It is binding influxd and influxdb to same 8088 port:
root@a0d7b954-influxdb:/data# /etc/init.d/influxdb restart influxdb process already stopped [ OK ] Starting influxdb... influxdb process was unable to start [ FAILED ] root@a0d7b954-influxdb:/data# cat /var/log/influxdb/influxd.log run: open server: listen: listen tcp 127.0.0.1:8088: bind: address already in use root@a0d7b954-influxdb:/data# netstat -a -n -p -t | grep 8088 tcp 0 0 127.0.0.1:8088 0.0.0.0:* LISTEN 659/influxd
Steps to reproduce
install version 1.3.0
Proposed changes
add different port configuration / default to 8086 and 8088