OpenMarine

Full Version: Get Candidates, something to worry ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
keys for influxdb and grafana repositories changed. Update openplotter-dashboards app and reinstall influxdb and keys will be updated.
(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 ??
try just installing, without uninstalling.
(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"...
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
(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 !!