[Bug 20786] New: process_message_queue.pl - multiple subroutine redefined errors
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20786 Bug ID: 20786 Summary: process_message_queue.pl - multiple subroutine redefined errors Change sponsored?: --- Product: Koha Version: 17.11 Hardware: PC OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: mjnkml@gmail.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz Probably related to bug 2505, in the cronjob email, this comes up: Subject: Cron <root@koha> cd /tmp && koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl Body: Subroutine _ATTRIBUTES redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 13. Subroutine new redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 15. Subroutine code redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 17. Subroutine message redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 18. Subroutine new redefined at /usr/share/perl5/Authen/CAS/Client/Response/Success.pm line 13. -- 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=20786 mjnkml@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|process_message_queue.pl - |process_message_queue.pl |multiple subroutine |and cron.hourly - multiple |redefined errors |subroutine redefined errors -- 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=20786 --- Comment #1 from mjnkml@gmail.com --- For /etc/cron.hourly/koha-common, this email comes: Subject: Cron <root@koha> cd / && run-parts --report /etc/cron.hourly Body: /etc/cron.hourly/koha-common: Subroutine _ATTRIBUTES redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 13. Subroutine new redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 15. Subroutine code redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 17. Subroutine message redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 18. Subroutine new redefined at /usr/share/perl5/Authen/CAS/Client/Response/Success.pm line 13. -- 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=20786 mjnkml@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjnkml@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20786 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi, you are missing the --chdir on your cronjob definition, see bug 17717 or here: http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=6db09ad3b070... *** This bug has been marked as a duplicate of bug 17717 *** -- 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=20786 --- Comment #3 from mjnkml@gmail.com --- (In reply to Katrin Fischer from comment #2)
Hi, you are missing the --chdir on your cronjob definition, see bug 17717 or here:
http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff; h=6db09ad3b070845539994ff4f1f8b9f7d6d2dfc8
*** This bug has been marked as a duplicate of bug 17717 ***
Hi Katrin, I have chdir, but still get the noise: -----Original Message----- From: Cron Daemon Sent: Sunday, 17 March 2019 10:00 PM To: Me Subject: Cron <root@koha> koha-foreach --chdir --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl Subroutine _ATTRIBUTES redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 13. Subroutine new redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 15. Subroutine code redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 17. Subroutine message redefined at /usr/share/perl5/Authen/CAS/Client/Response/Failure.pm line 18. Subroutine new redefined at /usr/share/perl5/Authen/CAS/Client/Response/Success.pm line 13. -- 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=20786 mjnkml@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |--- Status|RESOLVED |REOPENED -- 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=20786 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|REOPENED |RESOLVED --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I believe this is a configuration issue - we are running the same version without any problems. If not resolved yet: Questions about Koha configuration are best asked on the Koha mailing list (http://koha-community.org/support/koha-mailing-lists/) or in the #koha IRC channel (http://koha-community.org/get-involved/irc/). -- 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