Hi, Some Koha scripts as koha-zebra-ctl.sh, koha-pazpar2-ctl.sh, koha-zebraqueue-ctl.sh use daemon to (re)start and stop zebrasrv, pazpar2, zebraqueue. This daemon package does not come with Fedora however. Fedora only includes a simple daemon bash function in /etc/init.d/functions. That bash function does not support the arguments given to daemon in the mentioned scripts [and should be sourced first, of course]. Since I could not find a reference to resolving this problem in the Koha INSTALL.Fedora7 doc, I pose this question here: How did anyone of you resolve this under Fedora? Did you edit these scripts or install some daemon package, from where? Thanks! Marcel de Rooy
Hi,
Some Koha scripts as koha-zebra-ctl.sh, koha-pazpar2-ctl.sh, koha-zebraqueue-ctl.sh use daemon to (re)start and stop zebrasrv, pazpar2, zebraqueue.
This daemon package does not come with Fedora however. Fedora only includes a simple daemon bash function in /etc/init.d/functions.
That bash function does not support the arguments given to daemon in the mentioned scripts [and should be sourced first, of course].
Since I could not find a reference to resolving this problem in the Koha INSTALL.Fedora7 doc, I pose this question here: How did anyone of you resolve this under Fedora? Did you edit these scripts or install some daemon package, from where? The zebraqueue daemon will be deprecated in the next release in favor of
On Thu, Jul 17, 2008 at 4:50 AM, Marcel de Rooy <M.de.Rooy@rijksmuseum.nl> wrote: the rebuild_zebra.pl with the -z option. So that's some help.... Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Since I could not find a reference to resolving this problem in the Koha INSTALL.Fedora7 doc, I pose this question here: How did anyone of you resolve this under Fedora? Did you edit these scripts or install some daemon package, from where? The zebraqueue daemon will be deprecated in the next release in favor of the rebuild_zebra.pl with the -z option. So that's some help....
Hi Joshua While removing the zebraqueue daemon is a good idea, that wont solve the issue Marcel is having, as its with the init.d scripts. That start/stop zebra, pazpar and the zebraqueue_daemon. Ricardo presumably has solved this issue for Fedora, so hopefully he will see this answer :) Chris
You should be able to install the rpm available at http://libslack.org/daemon/ without problems. I've done this for CentOS and didn't encounter anything out of the ordinary. Hope that helps. Ryan On Thu, Jul 17, 2008 at 11:14 AM, Chris Cormack <chris@bigballofwax.co.nz> wrote:
Since I could not find a reference to resolving this problem in the Koha INSTALL.Fedora7 doc, I pose this question here: How did anyone of you resolve this under Fedora? Did you edit these scripts or install some daemon package, from where? The zebraqueue daemon will be deprecated in the next release in favor of the rebuild_zebra.pl with the -z option. So that's some help....
Hi Joshua
While removing the zebraqueue daemon is a good idea, that wont solve the issue Marcel is having, as its with the init.d scripts. That start/stop zebra, pazpar and the zebraqueue_daemon.
Ricardo presumably has solved this issue for Fedora, so hopefully he will see this answer :)
Chris _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Ryan Higgins LibLime * Open-Source Solutions for Libraries Featuring KohaZOOM ILS 888-564-2457 x704
participants (4)
-
Chris Cormack -
Joshua Ferraro -
Marcel de Rooy -
Ryan Higgins