-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
[BUG] Last job execution ran 3 months ago. Something seems wrong. #283
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Unfortunately, this seemingly related issue (very old) was closed without investigation. |
This seems to be specific to https://apps.nextcloud.com/apps/files_reader ( Yetangitu/files_reader#1 ) There could be a missing dependency, or the app could be trying to use a php function that does not work in php8. There doesn't seem to be much documentation on the issue, but it's not something we have control over within this repo. Re: #48 we didn't have enough info to troubleshoot (ex: the logs included here) but it was probably something similar (although maybe not the same app, but likely a compatibility issue with either the version of nextcloud or the version of php). The two things I could recommend would be to either:
I would NOT recommend (and we have no way to support) downgrading nextcloud. I'm going to close this issue, but if there is new information that could require a change in our container (ex: it is found that we need to supply a particular dependency) please feel free to comment. |
Disabling the app fixed the problem, thanks! Didn't even connect "Files_Reader" with the Ebook Reader app. And no shade intended with the comment about the prior issue, just wanted to make sure it was linked. |
Is there an existing issue for this?
Current Behavior
Background cron job seems to be failing to execute. Noticed a "Last job execution ran 3 months ago. Something seems wrong." warning in Settings->Administration->Basic Settings. Docker logs show the following error every 5 minutes, which I've replicated by running the command directly
Expected Behavior
Background jobs are executed by cron every 5 minutes without errors.
Steps To Reproduce
This is a long running instance, so reproduction might be a tad difficult, but:
docker exec -it nextcloud updater.phar
s6-setuidgid abc php -f /config/www/nextcloud/cron.php
(taken from the cron file)Environment
CPU architecture
x86-64
Docker creation
(Repeating errors omitted for brevity)
The text was updated successfully, but these errors were encountered: