OpenMarine

Full Version: Dashboard - influxdb wont install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
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/influ...t/20965/22