Re: [Koha] No search results again...
Please keep the thread on list as it might help others and others might be able to help. On Mon, Oct 25, 2010 at 2:43 PM, Marty <ontariowolf64@yahoo.com> wrote:
By doing sudo zebrasrv -D -f /etc/koha/koha-conf.xml I can get search results again (see below)
When starting Debian it mentions in it's startup it's starting koha-zebra-daemon and koha-zebraqueue-daemon.
Running the zebraqueue-daemon is an poorly documented no-no. See http://koha-community.org/documentation/faq/searching/#18 I would suggest: 1. Making sure the zebraqueue daemon is *not* running; then try starting the zebra daemon. 2. Verify paths in koha-zebra-ctl.sh Kind Regards, Chris
Marty, when I start koha-zebra-daemon, it inmediately open two files on /var/log/koha, koha-zebrademon.err and koha-zebradaemon-output.log. Normally I check for those two files, if its size is 0 (zero) thats good. Have you those files? If not, check permissions/ownership of /var/log/koha (or just do "sudo chown -R koha.koha /var/log/koha"), then try starting zebra again. Bernardo On Mon, Oct 25, 2010 at 3:57 PM, Chris Nighswonger < cnighswonger@foundations.edu> wrote:
Please keep the thread on list as it might help others and others might be able to help.
On Mon, Oct 25, 2010 at 2:43 PM, Marty <ontariowolf64@yahoo.com> wrote:
By doing sudo zebrasrv -D -f /etc/koha/koha-conf.xml I can get search
results again (see below)
When starting Debian it mentions in it's startup it's starting
koha-zebra-daemon and koha-zebraqueue-daemon.
Running the zebraqueue-daemon is an poorly documented no-no. See http://koha-community.org/documentation/faq/searching/#18
I would suggest:
1. Making sure the zebraqueue daemon is *not* running; then try starting the zebra daemon. 2. Verify paths in koha-zebra-ctl.sh
Kind Regards, Chris _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Sorry about the thread, I lost my internet connection there, so here's the whole message: By doing sudo zebrasrv -D -f /etc/koha/koha-conf.xml I can get search results again (see below) When starting Debian it mentions in it's startup it's starting koha-zebra-daemon and koha-zebraqueue-daemon. However, biblios@debian:~$ sudo /etc/init.d/koha-zebra-daemon start Starting Zebra Server biblios@debian:~$ sudo /etc/init.d/koha-zebra-daemon stop Stopping Zebra Server daemon: fatal: failed to stop the koha-zebra-ctl.koha daemon: No such process biblios@debian:~$ sudo /etc/init.d/koha-zebraqueue-daemon start Starting Zebraqueue Daemon biblios@debian:~$ sudo /etc/init.d/koha-zebraqueue-daemon stop Stopping Zebraqueue Daemon daemon: fatal: failed to stop the koha-zebraqueue-ctl-koha daemon: No such process biblios@debian:~$ sudo zebrasrv -D -f /etc/koha/koha-conf.xml [sudo] password for biblios: 14:16:39-25/10 [log] zebra_start 2.0.44 419ad759807269fdfa379799a051ed3a551c6541 14:16:39-25/10 [log] config /etc/koha/zebradb/zebra-biblios.cfg 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-text.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-dom.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-regx.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-marc.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-alvis.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-xml.so 14:16:39-25/10 [log] zebra_start 2.0.44 419ad759807269fdfa379799a051ed3a551c6541 14:16:39-25/10 [log] config /etc/koha/zebradb/zebra-authorities.cfg 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-text.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-dom.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-regx.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-marc.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-alvis.so 14:16:39-25/10 [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-xml.so 14:16:39-25/10 [server] Adding dynamic listener on unix:/var/run/koha/zebradb/bibliosocket id=1 14:16:39-25/10 [server] Adding dynamic listener on unix:/var/run/koha/zebradb/authoritysocket id=2 I tried removing the koha-zebra-daemon files in /etc/init.d and basically doing the symbolic link etc. again as mentioned in the installation, but I still get the above results and no search results Any ideas are welcome... --- On Mon, 10/25/10, Chris Nighswonger <cnighswonger@foundations.edu> wrote: From: Chris Nighswonger <cnighswonger@foundations.edu> Subject: Re: [Koha] No search results again... To: "Marty" <ontariowolf64@yahoo.com> Cc: koha@lists.katipo.co.nz Received: Monday, October 25, 2010, 2:57 PM Please keep the thread on list as it might help others and others might be able to help. On Mon, Oct 25, 2010 at 2:43 PM, Marty <ontariowolf64@yahoo.com> wrote:
By doing sudo zebrasrv -D -f /etc/koha/koha-conf.xml I can get search results again (see below)
When starting Debian it mentions in it's startup it's starting koha-zebra-daemon and koha-zebraqueue-daemon.
Running the zebraqueue-daemon is an poorly documented no-no. See http://koha-community.org/documentation/faq/searching/#18 I would suggest: 1. Making sure the zebraqueue daemon is *not* running; then try starting the zebra daemon. 2. Verify paths in koha-zebra-ctl.sh Kind Regards, Chris
Did you try my suggestions below? On Mon, Oct 25, 2010 at 2:57 PM, Chris Nighswonger <cnighswonger@foundations.edu> wrote:
Please keep the thread on list as it might help others and others might be able to help.
On Mon, Oct 25, 2010 at 2:43 PM, Marty <ontariowolf64@yahoo.com> wrote:
By doing sudo zebrasrv -D -f /etc/koha/koha-conf.xml I can get search results again (see below)
When starting Debian it mentions in it's startup it's starting koha-zebra-daemon and koha-zebraqueue-daemon.
Running the zebraqueue-daemon is an poorly documented no-no. See http://koha-community.org/documentation/faq/searching/#18
I would suggest:
1. Making sure the zebraqueue daemon is *not* running; then try starting the zebra daemon. 2. Verify paths in koha-zebra-ctl.sh
Kind Regards, Chris
participants (3)
-
Bernardo Gonzalez Kriegel -
Chris Nighswonger -
Marty