OpenMarine
Get Candidates, something to worry ? - 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: Get Candidates, something to worry ? (/showthread.php?tid=4477)



Get Candidates, something to worry ? - tjm - 2023-02-13

HW: Pi4/2G, OP3-64bit, Settings 3.5.0

Hello,

when I press the "Get Candidates"-button in Settings 3.5.0 (also in 3.4.7) I get the following error message (Err: 5, see the attached picture).

It seems to be related to influxdb and the unavailability of the public key.

Is this normal and ok ?

wbr,
tjm


RE: Get Candidates, something to worry ? - Sailoog - 2023-02-13

keys for influxdb and grafana repositories changed. Update openplotter-dashboards app and reinstall influxdb and keys will be updated.


RE: Get Candidates, something to worry ? - tjm - 2023-02-13

(2023-02-13, 06:43 PM)Sailoog Wrote: keys for influxdb and grafana repositories changed. Update openplotter-dashboards app and reinstall influxdb and keys will be updated.

Dashboard version is 3.0.12.

Does "reinstall influxdb" mean "uninstall" and then "install" it ?

If so do I lose all the influxdb data and settings ??


RE: Get Candidates, something to worry ? - Sailoog - 2023-02-13

try just installing, without uninstalling.


RE: Get Candidates, something to worry ? - tjm - 2023-02-13

(2023-02-13, 07:39 PM)Sailoog Wrote: try just installing, without uninstalling.

Selecting InfluxDB OSS 2.x and pressing "Install" does not help.

The "Dashboards3.0.12 /InfluxDB OSS 2.x /Install"-status window shows briefly the same public key error and so does "Settings3.5.0 /Get Candidates", which I pressed after "Dashboards3.0.12 /InfluxDB OSS 2.x /Install"...


RE: Get Candidates, something to worry ? - tobias.e - 2023-02-13

Not pretty, but this should fix it:

Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9E439B102CF3C0C6
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D8FF8E1F7DF8B07E



RE: Get Candidates, something to worry ? - tjm - 2023-02-13

(2023-02-13, 08:46 PM)tobias.e Wrote: Not pretty, but this should fix it:

Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9E439B102CF3C0C6
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D8FF8E1F7DF8B07E

No matter pretty or ugly as long as it functions.

And so it did, no more public key errors.

Thanks a lot !!