Dear friends,<br><br>still trying to get zebra running.<br>I chose to do a clean test install with latest version through apt-get method.<br><br>Now, when I do rebuild_zebra for 1st time my only error message is<br><br>16:41:11-15/12 zebraidx(13866) [warn] Record didn&#39;t contain match fields in (bib1,Local-number)<br>
<br>Any suggestions?<br><br>More informations and details below and attached if you have the time.<br><br>Thank you for your patience.<br><br>Hugo Rodrigues, librarian<br>Metropolitana, Lisbon, Portugal<br><br>Unimarc<br>
<br>Server information<br>Koha version: 3.03.00.004<br>OS version (&#39;uname -a&#39;): Linux koha 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux<br>Perl interpreter: /usr/bin/perl<br>Perl version: 5.010001<br>
Perl @INC: /usr/share/koha/lib<br>/etc/perl<br>/usr/local/lib/perl/5.10.1<br>/usr/local/share/perl/5.10.1<br>/usr/lib/perl5<br>/usr/share/perl5<br>/usr/lib/perl/5.10<br>/usr/share/perl/5.10<br>/usr/local/lib/site_perl<br>
.<br>MySQL version: mysql Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (i486) using readline 6.1<br>Apache version: Server version: Apache/2.2.14 (Ubuntu)<br>Zebra version: Zebra 2.0.44 (C) 1994-2010, Index Data ApS Zebra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. SHA1 ID: 419ad759807269fdfa379799a051ed3a551c6541 Using ICU<br>
<br><br><br><br><br><br><br><br><div class="gmail_quote">2010/12/9 Robin Sheat <span dir="ltr">&lt;<a href="mailto:robin@catalyst.net.nz" target="_blank">robin@catalyst.net.nz</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Chris Nighswonger schreef op do 09-12-2010 om 08:27 [-0500]:<br>
<div>&gt;         11:16:14-09/12 zebraidx(2403) [warn] zebra_lock_create fail<br>
&gt;         fname=/var/lock/koha/zebradb/biblios/norm..LCK [No such file<br>
&gt;         or directory]<br>
&gt;         11:16:14-09/12 zebraidx(2403) [warn] zebra_lock_create fail<br>
&gt;         fname=/var/lock/koha/zebradb/biblios/shadow..LCK [No such file<br>
&gt;         or directory]<br>
&gt;         11:16:14-09/12 zebraidx(2403) [fatal] Could not select<br>
&gt;         database biblios errCode=109<br>
&gt;<br>
&gt;<br>
<br>
</div><div>&gt; Especially #4 as this looks to be a permissions problem.<br>
<br>
</div>I would actually suggest that the directories are missing (otherwise it<br>
would say &#39;permission denied&#39;.)<br>
<br>
try running:<br>
sudo mkdir -p /var/lock/koha/zebradb/biblios<br>
sudo mkdir -p /var/lock/koha/zebradb/authorities<br>
sudo chown koha:koha /var/lock/koha/zebradb/biblios<br>
sudo chown koha:koha /var/lock/koha/zebradb/authorities<br>
<br>
(replace the koha:koha with the name and group that your zebra processes<br>
run as.)<br>
<font color="#888888"><br>
--<br>
Robin Sheat<br>
Catalyst IT Ltd.<br>
✆ +64 4 803 2204<br>
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D<br>
</font></blockquote></div><br>