Re: [Koha] koha3 beta 2 not save records
On 2008/06/24, at 4:29 AM, mohamed megahed wrote:
Hi Mason thnks to reply there is problem with zebra when i run $ zebrasrv -f /etc/koha/koha-conf.xml i get the error 19:24:38-23/06 [log] zebra_start /etc/koha/zebradb/zebra- biblios.cfg 1.3.50 19:24:38-23/06 [fatal] lock file /var/lock/koha/zebradb/biblios/ zebrasrv.pid [No such file or directory] and i go to package manager to install zebrasrv i get already install
but i notice that the (zebradb/biblios/zebrasrv.pid) not avilable
your user doesn't have permission to read that dir?,
please help me to solve this problem thnks
Hmmm, could be a permission problem, try running zebrasrv as root or as your koha user this page, at the bottom (in french) has some info on setting up the 2 zebra processes to start at boot-time http://wiki.koha.org/doku.php? id=installer_koha_3_beta2_sur_ubuntu&s=zebraqueue%20daemon you should look thru your 2 config scripts and check that the paths are correct to your koha setup sudo ln -s /usr/share/koha/bin/koha-zebra-ctl.sh /etc/init.d/koha- zebra-daemon sudo update-rc.d koha-zebra-daemon defaults sudo /etc/init.d/koha-zebra-daemon start sudo ln -s /usr/share/koha/bin/koha-zebraqueue-ctl.sh /etc/init.d/ koha-zebraqueue-daemon sudo update-rc.d koha-zebraqueue-daemon defaults sudo /etc/init.d/koha-zebraqueue-daemon start hope that helps Mason.
CC: koha@lists.katipo.co.nz From: mason.loves.sushi@gmail.com Subject: Re: [Koha] koha3 beta 2 not save records Date: Mon, 23 Jun 2008 15:54:12 +1200 To: mr_megahed@hotmail.com
On 2008/06/23, at 3:20 PM, mohamed megahed wrote:
Hi to all im very happy to install koha3 beta 2 on ubuntu 8 and apache 2 and mysql 5 my problem is when i import record by z39.50 and already insert it in framework or fill all of fields and save that all of this ok
but when search about any (author - title) in intranet or opac i get (No results match your search) i need to know why the record not saving i need help for this problem i work with zebra
hi Mohamed
the 1st thing you need to confirm is whether you have your *2* zebra processes running
running.... $ ps -ef|grep zebra
should give you these 2 processes.... zebraqueue_daemon.pl zebrasrv
do you have those running??
Mason
Get news, entertainment and everything you care about at Live.com. Check it out!
participants (1)
-
Mason James