OpenMarine
Loss of Power, loss of OpenCPN config - 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: Loss of Power, loss of OpenCPN config (/showthread.php?tid=495)



Loss of Power, loss of OpenCPN config - lone_viper - 2017-05-15

Hiya,

When I loose power to my Pi running OpenPlotter, I also loose the OpenCPN config....

Next time I boot the Pi everything has gone and its like you are starting OpenCPN for the first time.

Has anyone else solved this issue?

Kind regards

Jason


RE: Loss of Power, loss of OpenCPN config - SkipperEarly - 2017-05-15

maybe more info on version etc would enable better advise Wink

Have you tried to close ocpn after all your setting adjustments and reopen? - as far as I recall ocpn stores the ini data only on close and not when leaving the dialogues !


RE: Loss of Power, loss of OpenCPN config - holgerw - 2017-05-15

lone_viperHiya,

When I loose power to my Pi running OpenPlotter, I also loose the OpenCPN config....

Next time I boot the Pi everything has gone and its like you are starting OpenCPN for the first time.


Hello - you have to quit OpenCPN gracefully - and give it some Time to save his Config.
It shows the grey Screen of shutting down if you hit the CloseBox.

Sometimes it is really usefull to have an Backup of its config handy - so make one now:

cp -R /home/pi/.opencpn /home/pi/.opencpn-backup

to restore:
mv ~/.opencpn ~/.opencpn-bad
cp -R ~/.opencpn-backup ~/.opencpn

lone_viperHiya,

When I loose power to my Pi running OpenPlotter, I also loose the OpenCPN config....

Next time I boot the Pi everything has gone and its like you are starting OpenCPN for the first time.


Hello - you have to quit OpenCPN gracefully - and give it some Time to save his Config.
It shows the grey Screen of shutting down if you hit the CloseBox.

Sometimes it is really usefull to have an Backup of its config handy - so make one now:

cp -R /home/pi/.opencpn /home/pi/.opencpn-backup

to restore:
mv ~/.opencpn ~/.opencpn-bad
cp -R ~/.opencpn-backup ~/.opencpn