Grafana service does not start after reboot

Have been recently working to get a new instance of Icinga2 working, and added InfluxDB/grafana modules.

All (including grafana) has been working since mid-last week (when I got it all working correctly).

  • Ubuntu 16.04 LTS
  • This morning, did a reboot of the server (first full reboot since getting it all working), and now grafana does not start on boot.
  • First noticed when the pages within IcingaWeb said it could connect to the server:port for the graphs.
  • Tried manually connecting to grafana web interface at servername:port, but no luck
  • Other services on machine appear OK.

Output of $ sudo service grafana status and $ sudo systemctl status grafana.service result in same:
ā— grafana.service - LSB: Start grafana at boot time
Loaded: loaded (/etc/init.d/grafana; bad; vendor preset: enabled)
Active: failed (Result: resources) since Thu 2017-09-14 14:04:15 CDT; 36min ago
Docs: man:systemd-sysv-generator(8)
Process: 13546 ExecStart=/etc/init.d/grafana start (code=exited, status=0/SUCCESS)

Sep 14 14:04:15 systemd[1]: Starting LSB: Start grafana at boot timeā€¦
Sep 14 14:04:15 systemd[1]: grafana.service: PID file /var/run/grafana.pid not readable (yet?) after start: No suc
Sep 14 14:04:15 systemd[1]: Failed to start LSB: Start grafana at boot time.
Sep 14 14:04:15 systemd[1]: grafana.service: Unit entered failed state.
Sep 14 14:04:15 systemd[1]: grafana.service: Failed with result ā€˜resourcesā€™.

Iā€™m not a *nix expert by any means, but I can follow directionsā€¦most of the topics searching online so far about the ā€œnot readable (yet?)ā€ message are several years old and appear to be related to when systemd as first coming out and had timing issues about creating .pid file for backwards compatibility.

Suggestions on where I go from here to troubleshoot?

There was an update available this morning from 4.5 to 4.5.1 After applying the update, grafana is now available again

Well, a restart this morning after updates, and now am getting the same issue again where grafana does not start.

  • Not accessible via web portal
  • Same output as above when running ā€œservice grafana statusā€

Any suggestions on a fix for getting grafana to start correctly after a reboot?

Appears to be the ā€œgrafana-serverā€ service and not the ā€œgrafanaā€ service. When showing a service status, it shows enabled, but not running. If I manually start the grafana-server service, then the site is back up and functioning again.

Did you find a way to return it to autostarting though? I just had the same issue, but have had to manually start the service each reboot.

Any errors in the Grafana server logs?

I have also the same issue. Right now Iā€™m not able to set ā€œgrafana-serverā€ to start at boot-time.

Hardware, OS: RPi3, Raspian

Try1:
sudo update-rc.d grafana-server defaults

No error, but grafana is not starting after a reboot.

Try2: --> I do not realy understand the error

sudo systemctl enable grafana-server.service

Synchronizing state of grafana-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable grafana-server
Failed to enable unit: Unit /run/systemd/generator.late/grafana.service is transient or generated.

How did you install grafana?

What does this show

sudo systemctl status grafana-server

Copy/paste the complete output please.

Installation:

wget https://dl.grafana.com/oss/release/grafana_6.1.6_armhf.deb
sudo dpkg -i grafana_6.1.6_armhf.deb

(https grafana com/grafana/download?platform=arm)

Systemctl: --> if startet grafana manuel. After reboot, grafana does not start automaticly

sudo systemctl status grafana-server

ā— grafana-server.service - Grafana instance
Loaded: loaded (/usr/lib/systemd/system/grafana-server.service; generated; vendor pr
Active: active (running) since Sun 2019-04-28 16:41:49 UTC; 1 day 2h ago
Docs: http docs grafana org
Main PID: 747 (grafana-server)
CGroup: /system.slice/grafana-server.service
ā””ā”€747 /usr/sbin/grafana-server --config=/etc/grafana/grafana.ini --pidfile=/

Apr 29 19:02:24 raspberrypi grafana-server[747]: t=2019-04-29T19:02:24+0000 lvl=eror ms
Apr 29 19:02:24 raspberrypi grafana-server[747]: t=2019-04-29T19:02:24+0000 lvl=eror ms
Apr 29 19:02:26 raspberrypi grafana-server[747]: t=2019-04-29T19:02:26+0000 lvl=eror ms
Apr 29 19:02:26 raspberrypi grafana-server[747]: t=2019-04-29T19:02:26+0000 lvl=eror ms
Apr 29 19:02:26 raspberrypi grafana-server[747]: t=2019-04-29T19:02:26+0000 lvl=eror ms
Apr 29 19:02:26 raspberrypi grafana-server[747]: t=2019-04-29T19:02:26+0000 lvl=eror ms
Apr 29 19:02:32 raspberrypi grafana-server[747]: t=2019-04-29T19:02:32+0000 lvl=eror ms
Apr 29 19:02:32 raspberrypi grafana-server[747]: t=2019-04-29T19:02:32+0000 lvl=eror ms
Apr 29 19:02:32 raspberrypi grafana-server[747]: t=2019-04-29T19:02:32+0000 lvl=eror ms
Apr 29 19:02:32 raspberrypi grafana-server[747]: t=2019-04-29T19:02:32+0000 lvl=eror ms

Thanks for your support.

I think we got a solution.

Step by Step

  • rename / delete grafana-server.service from /etc/systemd/system
  • sudo systemctl enable grafana-server.service
  • restart and test ā†’ be happy :slight_smile:

Console
pi@raspberrypi:/etc/init.d $ cd /etc/systemd/system/
pi@raspberrypi:/etc/systemd/system $ ls
autologin@.service multi-user.target.wants
bluetooth.target.wants network-online.target.wants
dbus-org.bluez.service poweroff.target.wants
dbus-org.freedesktop.Avahi.service rc-local.service.d
dhcpcd5.service reboot.target.wants
dhcpcd.service.d remote-fs.target.wants
getty.target.wants sockets.target.wants
getty@tty1.service.d sysinit.target.wants
grafana-server.service syslog.service
halt.target.wants timers.target.wants
influxd.service
pi@raspberrypi:/etc/systemd/system $ mv grafana-server.service grafana-server.service_old
mv: cannot move ā€˜grafana-server.serviceā€™ to ā€˜grafana-server.service_oldā€™: Permission denied
pi@raspberrypi:/etc/systemd/system $ sudo mv grafana-server.service grafana-server.service_old
pi@raspberrypi:/etc/systemd/system $ ls
autologin@.service multi-user.target.wants
bluetooth.target.wants network-online.target.wants
dbus-org.bluez.service poweroff.target.wants
dbus-org.freedesktop.Avahi.service rc-local.service.d
dhcpcd5.service reboot.target.wants
dhcpcd.service.d remote-fs.target.wants
getty.target.wants sockets.target.wants
getty@tty1.service.d sysinit.target.wants
grafana-server.service_old syslog.service
halt.target.wants timers.target.wants
influxd.service

1 Like