-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supervisord dies when time goes backwards #283
Comments
@brianredbeard Interesting scenario. Given the lack of RTC of the RasPi, I guess this is more common there than on other platforms. Not much we can do on our end, but thanks for opening this so that we can track it. Once there is a fix upstream, we can upgrade Supervisor. |
This was fixed in Supervisor/supervisor@fe4edfd and will be in the next release (3.2). If you able to try the code on the master branch, we would appreciate if you would see if it fixes your issue. |
latest version in repo (debian 7 for raspberry) is 3.0a8-1.1+deb7u1 |
We could do like we do in Screenly Pro and install it from |
Supervisor 3.0a8 is a very old version. It was released in 2010.
If you are using such an old version, installing a newer one is a very good idea. There have been many bug fixes since 3.0a8. |
Fixed in #339 and #342. Could you confirm, @brianredbeard? |
Filing this issue here to track an upstream bug (Supervisor/supervisor/issues/281). In performing a few testing scenarios around assets changing at different times I was both fast-forwarding and rewinding time. When time goes backwards supervisord has a penchant for dying. In this case it kills
screenly/server.py
. This does not cause the display to fail, only to stop updating the images, i.e.:The text was updated successfully, but these errors were encountered: