Both the koha-zebra-daemon and zebra-queue-daemon file in /etc/init.d were empty. Is that by design, e.i. should I do that or is that accidental? It is never mentioned anywhere that code should be entered at installation, and I am still more of a librarian than a programmer... or, entering code myself has proven unsuccessful so far. Maybe somebody could send the code that should be in there? Sorry if this isn't a too bright question, I am just at a loss right now. Marty __________________________________________________________________ Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca
Marty asked:
Both the koha-zebra-daemon and zebra-queue-daemon file in /etc/init.d were empty.
Is that by design, e.i. should I do that or is that accidental?
Something has gone wrong. Those files should be links to the koha-zebra-ctl.sh and koha-zebraqueue-ctl.sh in your koha bin directory. You might replace them by mv /etc/init.d/koha-zebra-daemon /tmp/koha-zebra-daemon.old ln -s PATH/TO/YOUR/Koha/bin/koha-zebra-ctl.sh /etc/init.d/koha-zebra-daemon and similar for the queue daemon. Then again, it might not. It depends a bit which koha version was being installed how and on what platform. Hope that helps, -- MJ Ray (slef) LMS developer and webmaster at | software www.software.coop http://mjr.towers.org.uk | .... co IMO only: see http://mjr.towers.org.uk/email.html | .... op
participants (2)
-
Marty -
MJ Ray