MarkGrimwood / Mognet-All-Sky-Camera-install

Software for a simple Raspberry Pi based all sky camera
Creative Commons Zero v1.0 Universal
3 stars 0 forks source link

New night not started #9

Closed MarkGrimwood closed 3 years ago

MarkGrimwood commented 3 years ago

Thursday night captures have been joined onto Wednesday's

Not sure what's causing the issue exactly, but newmovie.sh has gone into an infinite loop when trying and failing to delete the oldest folders in the archive. Has happened on both of mine at the same point

Have added -rf switch to the rm command on my test Pi, which should solve deletion fail problem

MarkGrimwood commented 3 years ago

Remove was failing to clear history and was going into an infinite loop. Normal capture kept running until storage was full

Cannot see why code that had been working started failing, unless it related to ownership change from root to nobody for directory and/or files