https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16749
--- Comment #39 from Marcel de Rooy <[email protected]> --- (In reply to Mirko Tietgen from comment #38) > I have tested patch 3 and 4 in a regular package installation of master+all > patches from this bug and they work. I can also confirm that the postinst > issue is gone with this patch set. > > i tried plack_requests from the test plan in patch 2 in koha-conf.xml but it > did not have any effect in the regular installation. I may be missing a > parameter or it is not applicable for a regular install? Thanks for testing. Should work on a regular instance too. Just to be sure: Master up-to-date including 17610? Did you copy the debian scripts from the master clone to /usr/sbin? And koha-functions.sh to /usr/share/koha/bin? And did you edit the koha-conf of the instance for which you are restarting plack? This setting is instance specific. You should see something like (52 coming from my koha-conf): master-+ 28433 0.0 0.1 61320 14636 ? Ss 18:57 0:00 starman master -M FindBin --max-requests 52 --workers 2 --user=master-koha --group master-koha --pid /var/run/koha/master/plack.pid --daemonize --access-log /var/log/koha/master/plack.log --error-log /var/log/koha/master/plack-error.log -E deployment --socket /var/run/koha/master/plack.sock /etc/koha/plack.psgi -- 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/
