Hi koha gang, I am trying to get koha going for the Debian packages at deb http://debian.koha-community.org/koha squeeze-dev main deb http://ftp.indexdata.dk/debian testing main I have a a wheezy box (since yesterday ;-) I am trying to index my lone bib record using zebra koha@fafner:~$ ls -lt /var/lib/koha/zebradb/biblios/key/ total 4 -rw-r--r-- 1 root root 22 Jan 9 02:58 README koha@fafner:~$ /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -w -v Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/zebradb/biblios Zebra authorities directory = /var/lib/koha/zebradb/authorities Koha directory = /usr/share/koha/intranet/cgi-bin BIBLIONUMBER in : 999$c BIBLIOITEMNUMBER in : 999$d ================================ skipping authorities ==================== exporting biblio ==================== 1 Records exported: 1 ==================== REINDEXING zebra ==================== 18:27:20-07/02 zebraidx(1362) [log] zebra_start 2.0.44 419ad759807269fdfa379799a051ed3a551c6541 18:27:20-07/02 zebraidx(1362) [log] config /etc/koha/zebradb/zebra-biblios.cfg 18:27:20-07/02 zebraidx(1362) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-text.so 18:27:20-07/02 zebraidx(1362) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-xml.so 18:27:21-07/02 zebraidx(1362) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-regx.so 18:27:21-07/02 zebraidx(1362) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-dom.so 18:27:21-07/02 zebraidx(1362) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-alvis.so 18:27:21-07/02 zebraidx(1362) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-marc.so 18:27:21-07/02 zebraidx(1362) [warn] previous transaction did not finish (shadow disabled) 18:27:21-07/02 zebraidx(1362) [warn] previous transaction didn't reach commit 18:27:21-07/02 zebraidx(1362) [log] enabling shadow spec=/var/lib/koha/zebradb/biblios/shadow:4G 18:27:21-07/02 zebraidx(1362) [log] cache_fname = /var/lib/koha/zebradb/biblios/shadow/cache 18:27:21-07/02 zebraidx(1362) [warn] Couldn't open commonInfo.abs [No such file or directory] 18:27:21-07/02 zebraidx(1362) [log] for profilePath=/etc/koha/zebradb/biblios/etc:/etc/koha/zebradb/etc:/etc/koha/zebradb/marc_defs/marc21/biblios:/etc/koha/zebradb/lang_defs/en zebraidx: zinfo.c:717: zebraExplain_readDatabase: Assertion `node_dbinfo' failed. ==================== CLEANING ==================== Running this as root gets me to the same point, so it's not a permissions problem. Google searches for "commonInfo.abs" lead me to abdominal pain management sites, which are useless as I am suffering from neck pain, actually quite badly ;-(. Any hints? Cheers, Thomas Krichel http://openlib.org/home/krichel http://authorclaim.org/profile/pkr1 skype: thomaskrichel
Thomas Krichel schreef op di 08-02-2011 om 01:04 [+0100]:
koha@fafner:~$ /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -w -v
try instead: sudo koha-rebuild-zebra <name of the library you created> there's currently no option for making this verbose, that's something I hope to fix some time soon. To do it in a way that is verbose: sudo -u "library-koha" -H env PERL5LIB="/usr/share/koha/lib/" KOHA_CONF="/etc/koha/sites/library/koha-conf.xml" /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -a -b -r -v where this presumes that you created a library called 'library'. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D
participants (2)
-
Robin Sheat -
Thomas Krichel