Koha 3.00.01 Problem is that when I enter data, the system does not recognise the data until I run the 'fast indexing for search records' command. Then it is no problem, the data comes up wherever I want it, catalogue, barcode generation etc. It seems as if the system is not remembering that the command has been run. I need to be able ot run it once and forget about it!!! This is the output I get: cunima:/home/library# sudo -v /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -w usage: sudo -h | -K | -k | -L | -l | -V | -v usage: sudo [-bEHPS] [-p prompt] [-u username|#uid] [VAR=value] {-i | -s | <command>} usage: sudo -e [-S] [-p prompt] [-u username|#uid] file ... cunima:/home/library# Any suggestions??? Thanks Carmel Young
Carmel -- You don't want to use sudo like that to do your indexing, since any new files would be created as root. If you want to change to a new user, like "library", try: sudo - library Then you will get a shell as though you had logged in as that user. -- Joe Atzberger LibLime - Open Source Library Solutions 2009/6/3 Carmel Young <carmely.cunima@googlemail.com>
Koha 3.00.01
Problem is that when I enter data, the system does not recognise the data until I run the 'fast indexing for search records' command. Then it is no problem, the data comes up wherever I want it, catalogue, barcode generation etc. It seems as if the system is not remembering that the command has been run. I need to be able ot run it once and forget about it!!!
This is the output I get:
cunima:/home/library# sudo -v /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -r -w
usage: sudo -h | -K | -k | -L | -l | -V | -v
usage: sudo [-bEHPS] [-p prompt] [-u username|#uid] [VAR=value]
{-i | -s | <command>}
usage: sudo -e [-S] [-p prompt] [-u username|#uid] file ...
cunima:/home/library#
Any suggestions???
Thanks
Carmel Young
Hi, 2009/6/3 Carmel Young <carmely.cunima@googlemail.com>:
Koha 3.00.01
Problem is that when I enter data, the system does not recognise the data until I run the 'fast indexing for search records' command. Then it is no problem, the data comes up wherever I want it, catalogue, barcode generation etc. It seems as if the system is not remembering that the command has been run. I need to be able ot run it once and forget about it!!!
This is usually done by setting up a cronjob to run rebuild_zebra.pl every few minutes. General documentation on cronjobs used by Koha can be found at <http://koha.org/documentation/manual/3.0/appendices/cron-jobs>. Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
participants (3)
-
Carmel Young -
Galen Charlton -
Joe Atzberger