https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717
--- Comment #24 from Julian Maurice <[email protected]> --- I've made a fresh install on Debian stretch (Perl 5.24) but I can't reproduce the problem. root@koha-stretch:~# sudo -u koha sh -c 'touch test' touch: cannot touch 'test': Permission denied root@koha-stretch:~# sudo -u koha sh -c 'ls' ls: cannot open directory '.': Permission denied As you can see I have no read nor write access to this directory, but when I execute root@koha-stretch:~# sudo -u koha sh -c 'PERL5LIB=/home/koha/koha KOHA_CONF=/home/koha/etc/koha-conf.xml perl /home/koha/koha/misc/cronjobs/process_message_queue.pl' I have no errors and the message queue is processed. Can you tell me what I'm doing wrong ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
