Hi all, On Mon, Jul 2, 2012 at 3:57 PM, Andi Sugandi <andisugandi@gmail.com> wrote:
On Mon, Jul 2, 2012 at 3:50 PM, Andi Sugandi <andisugandi@gmail.com> wrote:
OPAC page now gives a result[4] based on my searching, but it happens ONLY after runing: zebrasrv-2.0 -f etc/koha-conf.xml [5] in terminal (SSH):
[4] http://goo.gl/njUVz [5] http://paste.opensuse.org/view/simple/35185017
If I quit the process, then OPAC can not give any result on searching page (means that idzebra indexing stops working, right?)
What do you think about it? I have no clue solving this issue as no log/error found/appeared there.
I read this[6] thread forum, seems like similar with my issue, but unfortunately no luck after re-evaluating the steps described on that forum.
[6] http://koha.1045719.n5.nabble.com/Solved-Zebrasrv-2-0-td5714825.html
I created manually the koha-zebradaemon log files in ./var/log directory :
koha-zebradaemon.err koha-zebradaemon.log koha-zebradaemon-output.log
But I can see nothing on those files after running: "/etc/init.d/koha-zebra-daemon start"
I did command below instead of running "/etc/init.d/koha-zebra-daemon start" to see the exact/complete result/output: # daemon --name=koha-zebra-ctl.kohadb --errlog=/home/library/public_html/cgi-bin/var/log/koha-zebradaemon.err --stdout=/home/library/public_html/cgi-bin/var/log/koha-zebradaemon.log --output=/home/library/public_html/cgi-bin/var/log/koha-zebradaemon-output.log --verbose=1 --respawn --delay=30 --user=koha.koha -X /usr/local/bin/zebrasrv -v none,fatal,warn -f /home/library/public_html/cgi-bin/etc/koha-conf.xml http://paste.opensuse.org/view/simple/7590835 And the output is: koha-zebra-ctl.kohadb: fatal: failed to start error delivery to /home/library/public_html/cgi-bin/var/log/koha-zebradaemon.err: Permission denied But I think my permission on the files are correct: # ll /home/library/public_html/cgi-bin/var/log/ total 252 drwxr-xr-x 2 koha koha 4096 Jul 2 15:15 ./ drwxr-xr-x 6 koha koha 4096 Jun 28 10:53 ../ -rw-r--r-- 1 koha koha 198568 Jul 9 09:35 koha-error_log -rw-r--r-- 1 koha koha 35439 Jul 9 00:28 koha-opac-error_log -rw-r--r-- 1 koha koha 0 Jul 2 15:15 koha-zebradaemon.err -rw-r--r-- 1 koha koha 0 Jul 2 15:15 koha-zebradaemon.log -rw-r--r-- 1 koha koha 0 Jul 2 15:15 koha-zebradaemon-output.log -rw-r--r-- 1 koha koha 17 Jun 22 04:06 README Suggestion? Any help will be very much appreciated. Thanks in advance. Best regards, -- Andi Sugandi.