Can's start chronograf under Raspberry Pi Buster

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!

Ok, after waiting for ages, something like 30 minutes it finally issued the version number. Any ideas on why is it so slow to start?

Hello @Miceuz,
Welcome!
Can you please run strace chronograf -v -l debug and share the output?

Hi @Anaisdg,

Thanks for coming back to me. Here it is: https://gist.github.com/Miceuz/59fb38d6babeb8ea039bff932971cb35