[Bug 21400] New: Cronjobs: processes exited with return code 1
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21400 Bug ID: 21400 Summary: Cronjobs: processes exited with return code 1 Change sponsored?: --- Product: Koha Version: 18.05 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: costalc@gmail.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz I have recently updated Koha to 18.05. From this moment on, two emails are sent from Debian's cronjob system with these msg: run-parts: /etc/cron.weekly/koha-common exited with return code 1 run-parts: /etc/cron.hourly/koha-common exited with return code 1 Weekly: cleanup_databases.pl Hourly: process_message_queue.pl cleanup_databases.pl runs daily too, together with other scripts, but no email is sent. Well, has anybody experience or suggestion about this? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21400 --- Comment #1 from Claudio <costalc@gmail.com> --- I'm worried about this issue because I do not know if it could be a program error. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21400 Claudio <costalc@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21400 Claudio <costalc@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Command-line Utilities |Notices -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21400 Claudio <costalc@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #2 from Claudio <costalc@gmail.com> --- Sorry, it is turning a worrying Issue... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21400 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID CC| |katrin.fischer@bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21400 --- Comment #4 from Claudio <costalc@gmail.com> --- Thanks Katrin. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org