OpenMarine

Full Version: Missing sources
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,

wondering if anyone else is running into this issue. Openplotter-settings is giving me a "missing sources" error for SignalK and Dashboard installers.

Openplotter
 Debian 10 32bit


My openplotter.list source list appears to have populated as it should be at least compared with a Ubuntu 64bit container I spun up to compare with. I've verified the packages are in the openplotter repo manually and even gave it go a go to install manually and copy the source files to the correct python directory but still no luck.

Unfortunately I'm stuck with Debian vanilla with this build because it's an older Atom based box and Debian still has 32bit support.


[Image: Screenshot-from-2022-02-14-12-34-34.png]

Also shout out to the Devs this is a great piece of software and I'm really enjoying it so far. Worked great on the raspberrypi just running into these issues when trying to deploy outside of the pi based environment.
This was probably related to my 32bit OS. I went back and built new .deb packages from github source then was able to get dashboards and the signalk installers to work. Although OP settings still does not acknowledge they are installed.
Dashboard sources:

['http://ppa.launchpad.net/openplotter/openplotter/ubuntu','https://repos.influxdata.com/debian','https://packages.grafana.com/oss/deb']

signal K installer sources:

['http://ppa.launchpad.net/openplotter/openplotter/ubuntu','https://deb.nodesource.com/node_10.x']

could you type this and search for the sources you need?


Code:
apt-cache policy


what happens when you click "Add sources"?
(2022-02-15, 08:59 PM)Sailoog Wrote: [ -> ]Dashboard sources:

['http://ppa.launchpad.net/openplotter/openplotter/ubuntu','https://repos.influxdata.com/debian','https://packages.grafana.com/oss/deb']

signal K installer sources:

['http://ppa.launchpad.net/openplotter/openplotter/ubuntu','https://deb.nodesource.com/node_10.x']

could you type this and search for the sources you need?


Code:
apt-cache policy


what happens when you click "Add sources"?

It goes through the process of populating the openplotter source list which is made up of


Quote:deb http://ppa.launchpad.net/opencpn/opencpn/ubuntu bionic main
deb https://www.free-x.de/deb4op buster main
deb http://ppa.launchpad.net/openplotter/openplotter/ubuntu bionic main
deb https://repos.influxdata.com/debian buster stable
deb https://packages.grafana.com/oss/deb stable main
deb https://deb.nodesource.com/node_10.x buster main
deb-src https://deb.nodesource.com/node_10.x buster main

but still fails to shows dashboards and signalk as available.

It looks like the correct repos are referenced but still comes up as "sources missing".