I installed Koha by using http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages From beginning, it worked amazing, i created some instances. Now after restart system (reboot), zebraindex doesn't work. I used command "koha-rebuild-zebra -v -f {instance}" rebuild, but after this, how can i make zebra index works for all instances now and then automatic like it did before? Anyone got problem like this? i checked /etc/cron.d/koha-common SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin */5 * * * * root test -x /usr/sbin/koha-rebuild-zebra && koha-rebuild-zebra $(koha-list --enabled) */15 * * * * root koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/process_message_queue.pl and used sudo /etc/init.d/koha-zebra-daemon start but it didn't work One more question, how can i search with unicode? Now my koha doesn't support this (3.8.7) Thanks all!
Greetings, Our virtualization environment is not the best and a reboot did not always restart the zebra server. What do you get when you type 'ps -aux | grep zebra'? If the server isn't running, you won't get results. GPML, Mark Tompsett
http://lists.katipo.co.nz/public/koha/2009-November/021554.html http://web.archiveorange.com/archive/v/fuF7AzdHtntytVvuaBjn http://wiki.koha-community.org/wiki/Koha_on_Ubuntu http://wiki.koha-community.org/wiki/Background_indexing_with_Zebra steps run zebra manualy sudo -u root zebrasrv -f /etc/koha/koha-conf.xml sudo ln -s ${SCRIPT_DIR}/koha-zebra-ctl.sh /etc/init.d/koha-zebra-daemon sudo update-rc.d koha-zebra-daemon defaults sudo ${SCRIPT_DIR}/koha-zebra-ctl.sh start {SCRIPT_DIR}=/usr/share/koha/bin user must be root and group must be root koha-zebra-ctl.sh perl -I/usr/share/koha/lib /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -v -b –a -- View this message in context: http://koha.1045719.n5.nabble.com/Zebra-index-for-koha-tp5737481p5737609.htm... Sent from the Koha-general mailing list archive at Nabble.com.
participants (3)
-
bibliodz -
Mark Tompsett -
Quoc Uy