Mohamed Imran K R <mohamedimran.kr@...> writes:
hi i too have the same problem. my ps output is this[root <at> centrallib
log]# ps -ef | grep z39root 5275 1 0 09:56 pts/1 00:00:00 su - c /usr/local/koha/intranet/scripts/z3950daemon/z3950-daemon-shell.sh
-apache 5276 5275 0 09:56 pts/1 00:00:00 /usr/bin/perl /usr/local/koha/intranet/scripts/z3950daemon/processz3950 queue /usr/local/koha/logroot 5403 5128 0 10:04 pts/1 00:00:00 grep z39[root <at> centrallib log]#it does create the log file on the format specified but there is only an empty file generated permissions for the log directory is 777. -- RegardsMohamed Imran K R
_______________________________________________ Koha mailing list Koha@... http://lists.katipo.co.nz/mailman/listinfo/koha
Good, looks like processz3950queue is running. Your log directory permissions will work but are maybe a little loose. The default permissions on my log directory are drwxrwx--- 2 root www 1024 Aug 6 21:31 log What about the file permissions? Mine look like -rw-r--r-- 1 z3950 www 13891 Aug 7 21:34 z3950-daemon-20060806-2131.log As long as you have one Z3950 server setup you should be seeing something in the log as soon as you hit the "z39.50 Search" button. Mike D.