On Mon, Oct 25, 2010 at 1:02 PM, Marty <ontariowolf64@yahoo.com> wrote:
I have tried 'sudo /etc/init.d/koha-zebra-daemon start' which does not give me any errors, but I am also convinced it does NOT start the daemon. As far as I'm concerned, it just echoes a text but does not actually start anything. Why I think zebra is not running:
This is my output on the non-working system: biblios@debian:~$ ps -ef | grep zebrasrv biblios 3322 3085 0 11:27 pts/0 00:00:00 grep zebrasrv
This is my output on the working system: biblios@debian:~$ ps -ef | grep zebrasrv koha 2325 1 0 11:55 ? 00:00:00 daemon --name=koha-zebra-ctl.koha --errlog=/var/log/koha/koha-zebradaemon.err --stdout=/var/log/koha/koha-zebradaemon.log --output=/var/log/koha/koha-zebradaemon-output.log --verbose=1 --respawn --delay=30 --user=koha koha -- /usr/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml koha 3019 2325 0 12:07 ? 00:00:00 /usr/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml biblios 3110 3004 0 12:56 pts/0 00:00:00 grep zebrasrv
Also, I can do a 'sudo /etc/init.d/koha-zebra-daemon restart' on the working system without any problems.
Sounds like permission issues. Assuming the installation on the non-working box is the same as the "bibliios" box, try '/usr/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml' Which, as Bernardo says, should give you more insight. Kind Regards, Chris