Mason, You are missing something here in 16.05.19. git grep run_safe_xmlstarlet debian/scripts/koha-plack: PLACK_MAX_REQUESTS=$(run_safe_xmlstarlet $instancename plack_max_requests) debian/scripts/koha-plack: PLACK_WORKERS=$(run_safe_xmlstarlet $instancename plack_workers) The routine should be in koha-functions.sh.
Marcel -----Oorspronkelijk bericht----- Van: Marcel de Rooy Verzonden: donderdag 25 januari 2018 08:30 Aan: koha ml <[email protected]> Onderwerp: RE: [Koha] "run_safe_xmlstarlet: command not found" after upgrade to 16.05.19.000 This is a routine in debian/scripts/koha-functions.sh Make sure that you have the correct koha-functions.sh in the right location (usr/share/koha/bin) -----Oorspronkelijk bericht----- Van: Koha [mailto:[email protected]] Namens Alex Shepherd Verzonden: woensdag 24 januari 2018 21:27 Aan: [email protected] Onderwerp: [Koha] "run_safe_xmlstarlet: command not found" after upgrade to 16.05.19.000 Hi Team, I’ve just done an upgrade to my koha systems to 16.05.19.000, but after the upgrade I was getting “Service Unavailable” messages. I tracked it back to plack not starting. For now I’ve disabled plack on all the instances and restarted apache and they’re all working again, but performance will be less… Here is the error I see: root@koha:/usr/sbin# koha-plack --start bbs /usr/sbin/koha-plack: line 77: run_safe_xmlstarlet: command not found Any suggestions? Regards Alex Shepherd p: +64-7-829 4441 m: +64-21-777764 e: [email protected] _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

