https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717 Larry Baerveldt <larry@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |larry@bywatersolutions.com --- Comment #14 from Larry Baerveldt <larry@bywatersolutions.com> --- Just a FYI on this. I found that *not* using koha-foreach, and instead use the actual koha instance user also works. For example, instead of: root koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl if you use: INST-koha /usr/share/koha/bin/cronjobs/process_message_queue.pl it works. So taking a look at how koha-foreach switches to the user might provide some clues. Can confirm this also happens on Debian 8.4. -- You are receiving this mail because: You are watching all bug changes.