[Koha-bugs] [Bug 14106] New: koha-conf paths to zebra libraries are wrong in jessie

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 1 05:50:43 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14106

            Bug ID: 14106
           Summary: koha-conf paths to zebra libraries are wrong in jessie
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Packaging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: robin at catalyst.net.nz
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

On jessie, doing a zebra reindex will cause errors like:

15:10:47-01/05 zebraidx(16108) [warn] No such record type:
dom./etc/koha/zebradb/biblios/etc/dom-config.xml

A workaround is documented here:

http://wiki.koha-community.org/wiki/Troubleshooting_Zebra#No_such_record_type

However we need to get it working out of the box, and to be backwards
compatible. My plan is:

* have koha-start-zebra check for the location of mod-dom.so, probably
searching through a predefined list.
* have it create a symlink inside /var/lib/koha that points to the right
directory for the libraries.
* update the zebra*.cfg templates so that they point to the new symlink
location
* as part of postinst, update the configuration for currently installed files
so that they point to the symlink location.

This'll mean that it'll work on all the layouts of the zebra libraries that we
care to handle.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list