https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25284
--- Comment #15 from Tomás Cohen Arazi <[email protected]> --- (In reply to Victor Grousset/tuxayo from comment #14) > Is this plan correct? > > - spin up a KohaDevBox on master > - try to do a checkout and save a system preference > - error: Can't open /var/log/koha/kohadev/opac-error.log (Permission denied) > - throw the KohaDevBox away > - apply patch > - spin up a KohaDevBox > - try to do a checkout and save a system preference > - no error 1. Create a new instance: $ koha-create --create-db test => FAIL: opac and intranet logs are owned by root 2. Apply this patch 3. Reset all, so it runs cp_debian_files.pl 4. Repeat 1, with another name => SUCCESS: logs are owned by the right user -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
