<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi ALL</div><div><br></div><div><div><div>1. mysql dump of koha&nbsp;</div><div>2. reformat the server (debian etch - same as before)</div><div>3. reinstall a dev install as user 'koha' &nbsp;-- &nbsp;All dependencies installed except GD &nbsp; (user koha, database koha (mysql grant all to user - koha), zebrauser koha)</div><div>4. mysql import -- All my old settings available in the Intranet -- &nbsp;no records are searchable.</div><div>5. makes changes to new record.abs (our item records are in the 949 not 952 field --> MARC default framework changes transferred with the SQLdump)</div><div>6. reindex --> rebuild_zebra.pl -b -r &nbsp; &nbsp;--> still no records are searchable/indexed but I can get to records different ways (I have about thirty checked-out - (from previous successful 'standard' koha) to my user/patron (brendan gallagher).</div><div><br></div><div>Here is a copy of last rebuild_zebra.pl that I ran -- Ran this script as root -- first time I ran it I had permission errors and I saw in the koha-mailing-list archives that someone else had similar problems with the fix being to either run as root or chown the correct directories (I wanted to do this quickly so I ran it as root)...</div><div><br></div><div>09:49:14-14/08 zebraidx(7396) [log] Merge 73.1% completed; 2 minutes remaining<br><b>09:49:20-14/08 zebraidx(7396) [fatal] mf_write: isambD-b error (4) no more space<br>09:49:20-14/08 zebraidx(7396) [fatal] /home/koha/koha-dev/var/lib/zebradb/biblios/shadow: max=4294967296 used=4294966912 available=384<br>09:49:20-14/08 zebraidx(7396) [fatal] Adjust the limits in your zebra.cfg</b><br>09:49:20-14/08 zebraidx(7396) [log] bf_write: exit<br>09:49:20-14/08 zebraidx(7983) [log] zebra_start 2.0.32 /home/koha/koha-dev/etc/zebradb/zebra-biblios.cfg<br>09:49:20-14/08 zebraidx(7983) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-alvis.so<br>09:49:20-14/08 zebraidx(7983) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-xml.so<br>09:49:20-14/08 zebraidx(7983) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-marc.so<br>09:49:20-14/08 zebraidx(7983) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-regx.so<br>09:49:20-14/08 zebraidx(7983) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-dom.so<br>09:49:20-14/08 zebraidx(7983) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-text.so<br>09:49:20-14/08 zebraidx(7983) [warn] previous transaction didn't reach commit<br>09:49:20-14/08 zebraidx(7983) [log] enabling shadow spec=/home/koha/koha-dev/var/lib/zebradb/biblios/shadow:4G<br>09:49:20-14/08 zebraidx(7983) [log] cache_fname = /home/koha/koha-dev/var/lib/zebradb/biblios/shadow/cache<br>09:49:26-14/08 zebraidx(7983) [log] zebra_stop: 5.23 0.01 0.71</div><div><br></div><div>I did make some changes to the limit in size on zebra-biblios.cfg &nbsp;--> then ran the indexer (<b>is there something that needs to be restarted (like the zebra-server) before doing this and is that the correct file</b>)...</div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>(The records that are in the mysql-koha-database -- were originally imported and indexed on a 'standard' install via the Stage MARCrecords for import from koha intranet and then I haven't been able to reindex since the switch to 'dev' using the already imported records)<br></div><div><br></div></div><div>Thanks for any help...</div><div><br></div><div>Brendan A. Gallagher</div><div><br></div><div><br></div><br><div><div>On Aug 11, 2008, at 9:25 PM, Joshua Ferraro wrote:</div><blockquote type="cite"><div>Yea, you'll need to use the new zebra-ctl.sh ... and we've dropped support for<br>zebraqueue daemon, and switched to rebuild_zebra.pl with the -z option run<br>from cron (check the INSTALL file for details). I bet if you restart<br>Zebra you'll be<br>good to go. You can test by running zebrasrv directly:<br><br>zebrasrv -c /root/koha-dev/etc/koha-conf.xml<br><br>BTW: It's probably best to run Koha as a non-root user. I'd suggest creating<br>a 'koha' user and installing Koha as that user, running zebra as that user, etc.<br><br>Cheers,<br><br>Josh</div></blockquote></div></div></body></html>