Chown: cannot access '/etc/grafana/*': No such file or directory

I have found a solution. The problem was that my VM didn’t had the permissions to create the missing configuration files.

I have solved it with the --force flag of dpkg. My command was:

dpkg --force-all -i grafana_6.0.0_amd64.deb

1 Like