-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
/data/files_external/rootcerts.crt empty after update #4978
Comments
Looks really odd, the file cache claims the file hasn't been changed since 1475071065 which would be Wed, 28 Sep 2016 13:57:45 GMT 😱
|
The following error log is also appearing around those times:
|
Looking at the server logs when those cases happened I think I see the following similarities on update:
Let's see if that helps to reproduce this situation somehow. |
cron is not supposed to be running in maintenance mode. Or does it? 🙈 |
Also what if we check for maintenance mode, see it's disabled and run cron? Then an update is performed while cron is still running (because it does time consuming tasks). Maybe we should check whether it's running, if that's possible at all. |
IIRC it creates a lock file in the data dir. It already detects the state itself to prevent running in parallel if the last run did not finish. |
It creates a DB entry - parallel runs are supported and will double the speed to process a tasks ;) |
doh … 👴 … thanks for dating me up @MorrisJobke |
Afaik there since 10 or 11. I guess @nickvergessen worked on this 😉 |
Happened again after update:
|
I updated via PHAR this time. |
Some ideas:
|
Should be fixed by #9562 |
Potential fix is in #9900 |
Let's see if this happens again on an upgrade to 14+. For now I will close it. |
#3470 is back but this time it happens every time after an update via the web updater on c.nc.c.
The text was updated successfully, but these errors were encountered: