Re: [Koha] Cannot find items after update

2013-03-13 Thread sheldon_tappin
Hi All, Based on a comment and checking the log files I do believe its a permission issue. How can I fix it? After checking the log files. *Results of /var/log/koha/kohadeamon-outout.log* 17:08:07-11/03 zebrasrv(15) [fatal] isamb: read fail for pos=1907 block=476 12:32:57-12/03 zebrasrv(25) [

Re: [Koha] Cannot find items after update

2013-03-13 Thread Mark Tompsett
Greetings, Each time I try to build the index it abruptly ends, I don't know why or what is causing it to end abruptly. In the past, I encountered similar bizarre stops when there was a memory shortage. How much memory (RAM) does your machine have? I personally would aim for 2GB at least,

Re: [Koha] Cannot find items after update

2013-03-13 Thread sheldon_tappin
Hi All, I have tried all recommendations to fix the issue but it's still affecting us tremendously. We installed koha version 3.02.x using a koha live CD and updated it to version 3.10.03 recently. We have about 7 items online. Each time I try to build the index it abruptly ends, I don't know

Re: [Koha] Cannot find items after update

2013-03-12 Thread sheldon_tappin
Hi, I don't know what the results below means. Can someone kindly explain. I'm still trying to fix the searching issue. ps -ef|grep zebrasrv root 1050 1 0 2012 ?00:00:00 daemon --name=koha-zebra-ctl.koha --errlog=/var/log/koha/koha-zebradaemon.err --stdout=/var/log/koha/koha-

Re: [Koha] Cannot find items after update

2013-03-12 Thread Chris Cormack
Also check zebrasrv is actually running. Chris On Mar 13, 2013 3:42 AM, "sheldon_tappin" wrote: > Hi, > > I didn't find the NoZebra option under Local Use in the System perefences. > > > Sheldon > > > > -- > View this message in context: > http://koha.1045719.n5.nabble.com/Cannot-find-items-afte

Re: [Koha] Cannot find items after update

2013-03-12 Thread sheldon_tappin
Hi, I didn't find the NoZebra option under Local Use in the System perefences. Sheldon -- View this message in context: http://koha.1045719.n5.nabble.com/Cannot-find-items-after-update-tp5745126p5745206.html Sent from the Koha-general mailing list archive at Nabble.com. _

Re: [Koha] Cannot find items after update

2013-03-12 Thread Jared Camins-Esakov
Sheldon, I was using no_zebra before I updated koha. I don't know if that is causing > the problem with the searches. > NoZebra is deprecated, and if you still have it turned on, that could cause problems. If you go into the "Local use" tab on the system preferences page, change NoZebra to OFF,

Re: [Koha] Cannot find items after update

2013-03-12 Thread sheldon_tappin
Hi Guys, I ran */usr/share/koha/bin/migration_tools/rebuild_zebra.pl -v -r -a -b -x* but to no avail. I was using no_zebra before I updated koha. I don't know if that is causing the problem with the searches. Additionally, at a documentation centre (which was yesterday), I updated koha from vers

Re: [Koha] Cannot find items after update

2013-03-11 Thread sheldon_tappin
I tried using /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -v -r -a -b -x It executed successfully, I got the following results: Zebra configuration information Zebra biblio directory = /var/lib/koha/zebradb/biblios Zebra authorities directory = /var/li

Re: [Koha] Cannot find items after update

2013-03-11 Thread Jared Camins-Esakov
Sheldon, I am current trying /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -a > -b > > Would leaving out -v -r -x cause any issues? > Only in the sense that the command would not do what you need. Nothing should be *broken* as a result of that command line, but the commands do different th

Re: [Koha] Cannot find items after update

2013-03-11 Thread Bernardo Gonzalez Kriegel
Sheldon On Mon, Mar 11, 2013 at 4:34 PM, sheldon_tappin wrote: > I am current trying /usr/share/koha/bin/migration_tools/rebuild_zebra.pl-a > -b > > Would leaving out -v -r -x cause any issues? > > -r would reset your index -v is for verbose mode, to find what is the error -a to index authorities

Re: [Koha] Cannot find items after update

2013-03-11 Thread sheldon_tappin
I am current trying /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -a -b Would leaving out -v -r -x cause any issues? Sheldon -- View this message in context: http://koha.1045719.n5.nabble.com/Cannot-find-items-after-update-tp5745126p5745142.html Sent from the Koha-general mailing list

Re: [Koha] Cannot find items after update

2013-03-11 Thread Bernardo Gonzalez Kriegel
On Mon, Mar 11, 2013 at 4:19 PM, sheldon_tappin wrote: > Hi Chris, > > I tried the command with -x and -v but I got the following: > > You must specify -b or -a or both. Try /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -v -r -a -b -x Regards, Bernardo

Re: [Koha] Cannot find items after update

2013-03-11 Thread Mark Tompsett
on how to use screen. GPML, Mark Tompsett -Original Message- From: Chris Cormack Sent: Monday, March 11, 2013 3:08 PM To: Sheldon Tappin Cc: koha-user Subject: Re: [Koha] Cannot find items after update Hi Sheldon Try running with -x and -v. Putty timing out sounds weird, but then

Re: [Koha] Cannot find items after update

2013-03-11 Thread sheldon_tappin
Hi Chris, I tried the command with -x and -v but I got the following: *command:* root@ldc2277:~# /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -x -v *result:* Must specify -b or -a to reindex bibs or authorities Before we updated to koha 3.10.x we were using no_zebra. I'm unable to find

Re: [Koha] Cannot find items after update

2013-03-11 Thread Chris Cormack
ioitems.pl --run ..This command >ran successfully >misc/migration_tools/rebuild_zebra.pl -b -r ..I was unable to run this >command, each time I ran it, putty times out because of inactivity. > >Regards,Sheldon > >Subject: Re: [Koha] Cannot find items after update >From: c

Re: [Koha] Cannot find items after update

2013-03-11 Thread sheldon_tappin
I followed all the instructions. misc/maintenance/remove_items_from_biblioitems.pl --run ..This command ran successfully misc/migration_tools/rebuild_zebra.pl -b -r ..I was unable to run this command, each time I ran it, putty times out because of inactivity. Regards, Sheldon -- View this m

Re: [Koha] Cannot find items after update

2013-03-11 Thread Chris Cormack
Did you make sure you followed all the instructions, including running the remove items from marc script. Check the upgrade instructions in the INSTALL file. If you can't circulate it sounds like you missed this step. Chris sheldon_tappin wrote: >Hi All, > >I updated from koha 3.02.x to k

[Koha] Cannot find items after update

2013-03-11 Thread sheldon_tappin
Hi All, I updated from koha 3.02.x to koha 3.10.x. The update was successful however, the systems is showing no items next to the records. Moreover, I try running */migration_tools/rebuild_zebra.pl -b -r* but it keep timing out. Staff members are unable to check books in and out of the library. A