Hi there, after the upgrade to the 8.2.0 version , I got this message:
● grafana-server.service - Grafana instance
Loaded: loaded (/usr/lib/systemd/system/grafana-server.service; disabled; ven
Active: failed (Result: start-limit-hit) since ven 2021-10-08 11:04:51 CEST;
Docs: http://docs.grafana.org
Process: 21812 ExecStart=/usr/sbin/grafana-server --config=${CONF_FILE} --pidf
Main PID: 21812 (code=killed, signal=SYS)
ott 08 11:04:51 server systemd[1]: grafana-server.service: Main process exited,
ott 08 11:04:51 server systemd[1]: grafana-server.service: Unit entered failed s
ott 08 11:04:51 server systemd[1]: grafana-server.service: Failed with result 's
ott 08 11:04:51 server systemd[1]: grafana-server.service: Service hold-off time
ott 08 11:04:51 server systemd[1]: Stopped Grafana instance.
ott 08 11:04:51 server systemd[1]: grafana-server.service: Start request repeate
ott 08 11:04:51 server systemd[1]: Failed to start Grafana instance.
ott 08 11:04:51 server systemd[1]: grafana-server.service: Unit entered failed s
ott 08 11:04:51 server systemd[1]: grafana-server.service: Failed with result 's
lines 1-16/16 (END)…skipping…
[ Linux server 4.4.0-210-generic #242-Ubuntu ]
[Description: Ubuntu 16.04.7 LTS xenial]
How could fix it? Thank you very much for your support
for me the solution from @altuhovd did work. Just open the file /usr/lib/systemd/system/grafana-server.service in an editor and comment all lines with the hash “#” sign as shown in Dimitriy’s post above.
Meanwhile saw the next post from @deviantintegral and could figure out that only the line
#SystemCallFilter=@system-service
has to be commented and grafana service starts without issues.
thank the only think it works on my pi was to edit the /usr/lib/systemd/system/grafana-server.service and change the code to:
I hope I have no other problems
Thank you for your fast answer.