We start the zebraqueue daemon from the /etc/init.d/koha-zebraqueue-daemon script at startup. This is a link to /usr/share/koha/bin/koha-zebraqueue-ctl.sh. My hack to keep things up to date is to run '/usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b' every 2 minutes from cron. /etc/cron.d/koha-hack: */30 * * * * koha KOHA_CONF=/etc/koha/koha-conf.xml PERL5LIB=/usr/share/koha/lib /usr/share/koha/bin/migration_tools/ rebuild_zebra.pl -b -Doug- On 14 May 2012 10:43, Elaine Bradtke <eb@efdss.org> wrote:
I can't answer that question, can you? (down at the bottom). EB
---------- Forwarded message ---------- From: Mason James <mtj@kohaaloha.com> Date: Tue, May 8, 2012 at 9:38 PM Subject: Re: [Koha] http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6435 To: Elaine Bradtke <eb@efdss.org> Cc: Hugo Agud <hagud@orex.es>, Koha list <koha@lists.katipo.co.nz>
On 2012-05-9, at 5:05 AM, Elaine Bradtke wrote:
On Tue, May 8, 2012 at 11:34 AM, Hugo Agud <hagud@orex.es> wrote:
Dear all
We are facing this bug again but this time with Koha 3.6.4, in our case..
We have [intranet] false "no items" using zebra and nozebra, but when you click on title of the record.. the item appears without problem....
the main problem is that those items with false no items are not indexed (the items) and you can't find them on advance search
We have clean zebra index and reindex again and now appears all right... but I think I will export the records and import another koha and check what it happens and also upgrade to Koha 3.8 and check also what it happens.
I've just tested this in our installation of 3.08 and the problem persists. It happens with new records and recently edited records. Our workaround is to schedule the system to re-index periodically, but even with that, there is a delay between editing something and getting the barcode / item to show up again. Whereas any other changes I make (subject headings for instance) appear instantly.
We're running mysql Ver 14.14 Distrib 5.1.61, for debian-linux-gnu (i486) using readline 6.1 Apache version: Server version: Apache/2.2.16 (Debian) Zebra version: Zebra 2.0.50 (C)
how are you starting your zebraqueue daemon, please?