OpenMarine

Full Version: stop and restart Openplotter over SSH
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

I need to stop openplotter on board via my existing reverse SSH tunnel, because some guy is coming on board to fix the heating and i want to stop the motion alarm in advance.

kill openplotter ?
and how to restart? is there a better way than a reboot?

best regards!
Martin
If you have the latest commit.
"startup stop"
To start again "startup"
To restart "startup restart"

If not
"killall python"
"killall node"
To start again
"cd .config/openplotter"
"python startup.py"
Thanks for the fast response.

I tried the second option - and off I am :-(
When restarting the network was also restarted and killed my remote SSH tunnel.
At 00:00 I hope the cronjob reboot will fix it.

What seems strange is, that I get no data anymore since the restart. Maybe the GSM modem got stuck, too.

Now, how can I deactivate the motion alarm in another way, without restarting openplotter?
(2017-01-01, 05:06 PM)Alpenskipper Wrote: [ -> ]Thanks for the fast response.

I tried the second option - and off I am :-(
When restarting the network was also restarted and killed my remote SSH tunnel.
At 00:00 I hope the cronjob reboot will fix it.

What seems strange is, that I get no data anymore since the restart. Maybe the GSM modem got stuck, too.

Now, how can I deactivate the motion alarm in another way, without restarting openplotter?


Good news!

My SSH tunnel restored itsself after a while. I did a reboot from remote and openplotter is back.

Long live the SSH tunnel :-). It saved me 3h driving to the boat.

Martin
SSH tunnels are good stuff, I'm using mine to tunnel SSH, VNC, NMEA0183 and http back home from my OpenPlotter installation.