# /usr/local/xunsearch/bin/xs-searchd -l /usr/local/xunsearch/tmp/searchd.log -b 192.168.5.180:8384 -k start WARNING: server[xs-searchd] is running (BIND:192.168.5.180:8384, PID:3938) # /usr/local/xunsearch/bin/xs-searchd -l /usr/local/xunsearch/tmp/searchd.log -b 192.168.5.180:8384 -k stop INFO: st...
...------------------------------------------\n"; $i = 1; foreach ($ret as $tmp) { printf("%02d.\t%-16s\t%s\t%d\t%.2f\n", $i++, $tmp['word'], $tmp['attr'], $tmp['times'], $tmp['weight']); } $cws->close(); utf8编码好像使用不了,我把所有文件(ini,php,包括test.php)都改成utf8...
我刚才讲错了,这个错误意思是无法写入 $prefix/tmp 目录,你看看文件是事存在 其实你也可以看一下 tmp/indexd.log 末尾几行看看怎么说,里面会有相应的错误信息 tail -100 tmp/indexd.log
...或是什么情况 。 现现这个情况的时候建议查看一下 tmp/indexd.log 是否有相关的错误日志,以及 tmp/*.rcv, tmp/*.snd 文件的大小。
...t=list; else{ xdb_tree_plist plist = _xdb_tree_plist,tmp_plist = _xdb_tree_plist; while (tmp_plist != NULL) { plist = tmp_plist; tmp_plist = tmp_plist->next; } plist->next = list; } ...
是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/
是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/
...返回代码附近有: if ($query === '') { $this->_count = $tmp['count']; $this->logQuery(); } 的代码,在开启了分面功能时,$tmp对象在获取分面数据时被重置了,运行到上面的代码时,大家都没有出错?(php5.2.9)
关不掉是因为你的tmp/下根本 没有PID文件,应该是哪儿做了什么操作误删除或原来不存在tmp导致?
关不掉是因为你的tmp/下根本 没有PID文件,应该是哪儿做了什么操作误删除或原来不存在tmp导致?