Hi all, I have installed koha3.02.00 on debian-squeeze for testing purpose. After updating my koha database and quick indexing and rebuilding zebra i do not get any search result. I set necessary file permission to koha:koha. first i run these command *export PERL5LIB=/usr/share/koha/lib, cd /usr/share/koha/bin/migratoin_tools, * *./rebuild_zebra.pl -b -w then **./rebuild_zebra.pl -v -b -a -r. *These command work but can not get any search result. Please suggest me. My library is waiting to go koha-3.02.00. After run this ps axf | grep "zebrasrv",i get the following 5986 ? S 0: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 5990 ? S 0:00 \_ /usr/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml 6404 ? S 0: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=root.root -- /usr/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml -- Nur Ahammad Junior Assistant Librarian BRAC University, Bangladesh
2010/11/11 Nur Ahammad <ahammadnur59@gmail.com>:
Hi all, I have installed koha3.02.00 on debian-squeeze for testing purpose. After updating my koha database and quick indexing and rebuilding zebra i do not get any search result. I set necessary file permission to koha:koha. first i run these command export PERL5LIB=/usr/share/koha/lib, cd /usr/share/koha/bin/migratoin_tools, ./rebuild_zebra.pl -b -w then ./rebuild_zebra.pl -v -b -a -r.
What does the output of this look like? Have you checked permissions on all directories/files related to zebra? They must be owned by your koha user. Kind Regards, Chris
Have you checked that 'hidelostitems' and 'opacsuppression' are set correctly? If you have these turned on, but don't have any bibs/items marked as lost or suppressed respectively, they will cause opac searches to fail; Zebra can't search on an empty index. See here for a nice explanation from Nicole about setting up 'opacsuppression': http://lists.koha.org/pipermail/koha-devel/2009-March/009321.html. 'hidelostitems' causes the same search failure. I hope I've answered your question correctly even though I'm not sure I fully understand your error messages as the symptoms you describe are similar to those I've seen on my system :-) Jos (relative newbie) On Nov 11, 2010 12:34pm, Chris Nighswonger <cnighswonger@foundations.edu> wrote:
2010/11/11 Nur Ahammad ahammadnur59@gmail.com>:
Hi all,
I have installed koha3.02.00 on debian-squeeze for testing purpose.
After updating my koha database and quick indexing and rebuilding
zebra i do not get any search result. I set necessary file permission
to koha:koha. first i run these command export PERL5LIB=/usr/share/koha/lib,
cd /usr/share/koha/bin/migratoin_tools, ./rebuild_zebra.pl -b -w then
./rebuild_zebra.pl -v -b -a -r.
What does the output of this look like?
Have you checked permissions on all directories/files related to
zebra? They must be owned by your koha user.
Kind Regards,
Chris
_______________________________________________
Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
participants (3)
-
Chris Nighswonger -
jos.kohado@gmail.com -
Nur Ahammad