| Summary: | Cronjobs: processes exited with return code 1 | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Claudio Costales <costalc> |
| Component: | Notices | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | major | ||
| Priority: | P5 - low | CC: | robin |
| Version: | 18.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Claudio Costales
2018-09-23 13:12:56 UTC
I'm worried about this issue because I do not know if it could be a program error. Sorry, it is turning a worrying Issue... Hi Claudio, As cleanup_database.pl is run daily in default and there is no cron.weekly file in Koha, I assume that you have made local changes. Bugzilla is not the right place to ask in this case as it's most likely a configuration issue. Bugzilla is used for bug tracking and enhancement requests. Please bring your question up on the mailing list. Make sure to include the exact version, how you installed, and maybe the entries in your cronjob files. Something you can check: Does your entry look like this? Note the --chdir and --enabled that should always be there and have been added a while ago: koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 --list-invites --temp-uploads Thanks Katrin. |