I’ve been using resin on a Raspberry Pi 3. Latest OS (2.7.5) and supervisor (6.3.6).
If I power cycle the RPi a few times, especially if I don’t wait for it to boot up the OS / application completely, occasionally I get this error in the log:
It gets stuck there. The application just doesn’t start, no matter how much I wait.
If I restart the application from Resin’s dashboard, things go back to normal.
Can someone elaborate on the nature of the error, and how can I prevent the boot process from getting stuck?
Exactly. I’m running Alpine.
So, all I have to do is to issue a “git push” in order to have my application built again (now incorporating the fix), right?
Yes, if you have not specified an explicit docker image tag for the Alpine base image it should default to latest and a git push will pull the new version from the docker registry, which will be used during the build stage.
Please let us know how that worked for you