On 2009/04/3, at 12:30 AM, Roche III, Edward wrote:
Good Morning All
I am able to use zebra to import and reindex may Biblios but when it gets to the end of the rebuild it say:
====================
REINDEXING zebra
====================
23:06:14-01/04 zebraidx(5173) [log] zebra_start /etc/koha/zebradb/ zebra-biblios.cfg 1.3.50
23:06:14-01/04 zebraidx(5173) [warn] Cannot open `/etc/koha/zebradb/ zebra-biblios.cfg' [No such file or directory]
23:06:14-01/04 zebraidx(5173) [fatal] Cannot read config /etc/koha/ zebradb/zebra-biblios.cfg
23:06:14-01/04 zebraidx(5174) [log] zebra_start /etc/koha/zebradb/ zebra-biblios.cfg 1.3.50
23:06:14-01/04 zebraidx(5174) [warn] Cannot open `/etc/koha/zebradb/ zebra-biblios.cfg' [No such file or directory]
23:06:14-01/04 zebraidx(5174) [fatal] Cannot read config /etc/koha/ zebradb/zebra-biblios.cfg
====================
CLEANING
2 things to check - does that file *actually* exist? - if so , does the user executing the script have read access to the file? my hunch is the 2nd issue ;) this is how i fix that problem... $ sudo chown -R yourKOHAuser:yourKOHAuser /etc/koha/zebradb good luck