[Koha] Indexing issues continue

Mark Tompsett mtompset at hotmail.com
Tue Oct 15 07:34:12 NZDT 2013


Greetings,

I recently discovered part of our indexing problems were a result of /tmp being too small. So, I put TMPDIR=/var/tmp into /etc/environment and rebooted. That got the koha-rebuild-zebra now using /var/tmp instead of /tmp, and hence no drive space issues. However, I’m getting a warning, which I think is affecting indexing, because I can’t find anything in OPAC.

I tried the following:
$ sudo koha-rebuild-zebra -v -f library
Zebra configuration information
================================
Zebra biblio directory      = /var/lib/koha/library/biblios
Zebra authorities directory = /var/lib/koha/library/authorities
Koha directory              = /usr/share/koha/intranet/cgi-bin
BIBLIONUMBER in :     999$c
BIBLIOITEMNUMBER in : 999$d
================================
skipping authorities
====================
exporting biblio
====================
1..........................................................................
[SNIP NOTHING NOTEABLE]
Records exported: 45853
====================
REINDEXING zebra
====================
02:17:37-15/10 zebraidx(12752) [warn] Couldn't open collection.abs [No such file or directory]
====================
CLEANING
====================
Zebra configuration information
================================
Zebra biblio directory      = /var/lib/koha/library/biblios
Zebra authorities directory = /var/lib/koha/library/authorities
Koha directory              = /usr/share/koha/intranet/cgi-bin
BIBLIONUMBER in :     999$c
BIBLIOITEMNUMBER in : 999$d
================================
====================
exporting authority
====================
1..........................................................................
[SNIP NOTHING NOTEABLE]
Records exported: 2703
====================
REINDEXING zebra
====================
skipping biblios
====================
CLEANING
====================

I can’t figure out what is trying to open collection.abs.

$ for i in `sudo find /etc`; do sudo grep collection.abs $i; done
NOTHING!

Any ideas or suggestions?

GPML,
Mark Tompsett


More information about the Koha mailing list