I have added influx repositories as per
curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -
echo “deb https://repos.influxdata.com/debian buster stable” | sudo tee /etc/apt/sources.list.d/influxdb.list
And installed chronograf via sudo apt install chronograf.
Now chronograf executable does not start, i.e. if I issue a command
chronograf -v -l debug
It just hangs there indefinitely. Please help!