Addalin / cameranetwork

Software for remote sensing camera networks
Other
2 stars 0 forks source link

Camera Odroid Reboot - needs -f flag to complete successfully #10

Open OmerShubi opened 5 years ago

OmerShubi commented 5 years ago

port_tunnel_id.txt maybe related as it stores the odroid pass / global setting How does it work?

OmerShubi commented 5 years ago

No need to enter password. GUI works as expected. Issue arises from something in the OS / Hardware, maybe SD, maybe ubunutu version as seen in this Forum discussion.

OmerShubi commented 5 years ago

Workaround: changed sudo reboot to sync; sudo reboot -f in start_tunnel.py, start_server.py, server.py. Didn't change in controller as we haven't encountered any situations in which the camera fails and initiates reboot. This solves the issue but is less recommended.

OmerShubi commented 5 years ago

Check again after updating OS