OpenMarine
Dashboard - influxdb wont install - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: Dashboard - influxdb wont install (/showthread.php?tid=3725)



Dashboard - influxdb wont install - Sea-and-Sea - 2021-10-07

Hey guys, im using Openplotter to install InfluxDB.  I'm getting this error in the logs in OP and i'm wondering if anyone can help please.

npm verb stack Error: 404 Not Found - GET https://registry.npmjs.org/@signalk%2fsignalk-schema - Not found[color=rgba(var(--sk_foreground_high_solid,134,134,134),1)] [/color]


RE: Dashboard - influxdb wont install - Sea-and-Sea - 2021-10-07

I ran a full upgrade and the install worked.
Then i couldn't start the db service.

Googled and found this: changed the sleep value as suggested, and now works fine Smile

Workaround:
Open /usr/lib/influxdb/scripts/influxd-systemd-start.sh
either comment out line 34 (exit 1) – < this is a bad idea in the long run but will allow you to test if it works
or set the sleep command in line 29 to 10 seconds (depending on how long does it take your influx to start, for me 10 cycles (line 25) of 10 seconds was enough)

https://community.influxdata.com/t/influxdb-1-8-7-will-not-start/20965/22