[Koha] Koha upgrade to from 3.0.6 to 3.2 and Zebra

Robin Sheat robin at catalyst.net.nz
Fri Dec 10 11:25:09 NZDT 2010


Chris Nighswonger schreef op do 09-12-2010 om 08:27 [-0500]:
>         11:16:14-09/12 zebraidx(2403) [warn] zebra_lock_create fail
>         fname=/var/lock/koha/zebradb/biblios/norm..LCK [No such file
>         or directory]
>         11:16:14-09/12 zebraidx(2403) [warn] zebra_lock_create fail
>         fname=/var/lock/koha/zebradb/biblios/shadow..LCK [No such file
>         or directory]
>         11:16:14-09/12 zebraidx(2403) [fatal] Could not select
>         database biblios errCode=109
>         
> 

> Especially #4 as this looks to be a permissions problem.

I would actually suggest that the directories are missing (otherwise it
would say 'permission denied'.)

try running:
sudo mkdir -p /var/lock/koha/zebradb/biblios 
sudo mkdir -p /var/lock/koha/zebradb/authorities
sudo chown koha:koha /var/lock/koha/zebradb/biblios
sudo chown koha:koha /var/lock/koha/zebradb/authorities

(replace the koha:koha with the name and group that your zebra processes
run as.)

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : http://lists.katipo.co.nz/pipermail/koha/attachments/20101210/3b2c2862/attachment-0001.pgp 


More information about the Koha mailing list