OpenMarine
Grafana fails to install - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: Grafana fails to install (/showthread.php?tid=4853)



Grafana fails to install - Paskee - 2023-08-25

Hello everyone,

I am facing some difficulties to install Grafana from the Dashboards 3.0.12. The error is "FAILED: [Errno 2] No such file or directory: 'grafana-cli'"

it seems to be related to a missing GPG public key.


Quote:Err:9 https://apt.grafana.com stable InRelease

  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
Reading package lists...
W: GPG error: https://apt.grafana.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
E: The repository 'https://apt.grafana.com stable InRelease' is not signed.


Looking for a way to correct that, I noted this post "https://packages.grafana.com/oss/" which indicates that the public key has been "rotated" (whatever that means) yesterday August the 24th.

Any idea what I can do from there to install Grafana?? Huh Huh


RE: Grafana fails to install - apagg - 2023-08-28

I fixed it by updating the GPG key

sudo wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor > grafana.gpg
sudo cp grafana.gpg /etc/apt/trusted.gpg.d

Use at your own risk Big Grin


RE: Grafana fails to install - knot_doug - 2023-09-08

hello,

i am having an issue with the same gpg error

when i run the commands above it does not update the key, following grafana's tutorial to update they key gives me an permission denied error.

any other path i can try to update the gpg key to the new version?