Hi,
I’ve followed the Grafana install documentation and it’s installed ok but fails to start. I get this:
pi@raspberrypi:~ $ sudo systemctl status grafana-server
● grafana-server.service - Grafana instance
Loaded: loaded (/lib/systemd/system/grafana-server.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2024-01-05 12:22:28 GMT; 3s ago
Docs: http://docs.grafana.org
Process: 1377 ExecStart=/usr/share/grafana/bin/grafana server --config=${CONF_FILE} --pidfile=${PID_FILE_DIR}/grafana-server.pid --packaging=deb cfg:defau
Main PID: 1377 (code=exited, status=1/FAILURE)
Jan 05 12:22:28 raspberrypi systemd[1]: grafana-server.service: Service RestartSec=100ms expired, scheduling restart.
Jan 05 12:22:28 raspberrypi systemd[1]: grafana-server.service: Scheduled restart job, restart counter is at 5.
Jan 05 12:22:28 raspberrypi systemd[1]: Stopped Grafana instance.
Jan 05 12:22:28 raspberrypi systemd[1]: grafana-server.service: Start request repeated too quickly.
Jan 05 12:22:28 raspberrypi systemd[1]: grafana-server.service: Failed with result ‘exit-code’.
Jan 05 12:22:28 raspberrypi systemd[1]: Failed to start Grafana instance.
If I start it, it works for a few seconds and then fails with the same error!
Thanks in advance.
Mihailo