[koha-commits] main Koha release repository branch master updated. v3.22.00-1063-g93efeab

Git repo owner gitmaster at git.koha-community.org
Fri Apr 1 20:39:24 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  93efeab13e25aea7e467b112983536833c69ceea (commit)
      from  065ea152d4600aed1fca04988aceae6ddeede4fa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 93efeab13e25aea7e467b112983536833c69ceea
Author: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Date:   Wed Mar 23 15:53:01 2016 -0300

     Bug 16138: Restart plack when rotating logfiles
    
    On log rotation Starman/Plack keeps failing (Auth.pm related problems) due to
    permission issues:
    
    Could not compile /usr/share/koha/opac/cgi-bin/opac/opac-search.pl: Can't locate Authen/CAS/Client/Response/Failure.pm
    :   ./Authen/CAS/Client/Response/Failure.pm: Permission denied at /usr/share/perl/5.20/base.pm line 97.
            ...propagated at /usr/share/perl/5.20/base.pm line 106.
    BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client/Response.pm line 68.
    Compilation failed in require at /usr/share/perl5/Authen/CAS/Client.pm line 8.
    BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client.pm line 8.
    Compilation failed in require at /usr/share/koha/lib/C4/Auth_with_cas.pm line 25.
    BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth_with_cas.pm line 25.
    Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 63.
    BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 90.
    Compilation failed in require at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 34.
    BEGIN failed--compilation aborted at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 34.
    
    As we do with zebra daemons, starman should be restarted as it doesn't handle log file rotation
    gracefully[1].
    
    I'm not sure how to reproduce it on a dev environment.
    
    [1] https://github.com/miyagawa/Starman/issues/55
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 debian/koha-common.logrotate |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list