搜索

大约有 20 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1945秒)

1.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/

2.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/

3.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

关不掉是因为你的tmp/下根本 没有PID文件,应该是哪儿做了什么操作误删除或原来不存在tmp导致?

4.RE: failed to open file

发布时间:2012-03-02 14:03 t By hightman

关不掉是因为你的tmp/下根本 没有PID文件,应该是哪儿做了什么操作误删除或原来不存在tmp导致?

5.failed to open file

发布时间:2012-03-02 14:03 t By 张十三

$mongo = $this->getMondongo(); $wiki_repo = $mongo->getRepository("Wiki"); $wiki_date = new MongoDate(0); $xs = new XS('demo'); $index = $xs->index; while (true) { $wikis = $wiki_repo->find(array("query" => array("created_at" => array('$gt' => $wiki_date)), "sor...

6.RE: failed to open file

发布时间:2012-03-02 14:03 t By 张十三

chmod 777 data tmp 后,依然出现问题 ps aux|grep xs root 12649 0.0 0.0 14808 656 ? S 14:42 0:00 xs-indexd: server root 12652 0.1 0.1 67620 2456 ? S 14:42 0:00 xs-searchd: master root 12653 0.0 0.1 116796 2516 ? Sl 14:42 0:00 xs...

7.winxp下包含XS.PHP出错

发布时间:2013-10-25 15:10 t By alert007

Warning: require_once(../../xunsearch-sdk/sdk/php/lib/XS.php): failed to open stream: No such file or directory in D:\xun_pro\util\indexer.php on line 7 Fatal error: require_once(): Failed opening required '../../xunsearch-sdk/sdk/php/lib/XS.php' (include_path='.;D:\xunsearch-sdk\php\lib') in D:\...

8.RE: 填充测试数据的时候出现错误

发布时间:2011-09-19 17:09 t By tisswb

[quote='hightman' pid='17' dateline='1316280485'] ob_flush(): failed to flush buffer. No buffer to flush.(8) 多谢汇报,这是因为在UTF-8状态不会启用ob_Start做转码,下一版修正。 [/quote] 呃 b2的这个位置 我使用gbk编码连接centos的后解决了输入问题...

9.RE: 导入 mysql 数据源的问题

发布时间:2011-09-20 17:09 t By hightman

...e, O_RDWR | O_CREAT, 0600)) < 0) 754 { 755 log_conn("failed to open rcvfile (PATH:%s, ERROR:%s)", rcvfile, strerror( 756 rc = CONN_RES_ERR(OPEN_FILE); 757 goto save_end; 758 }

10.RE: 导入 mysql 数据源的问题

发布时间:2011-10-25 10:10 t By tisswb

... O_RDWR | O_CREAT, 0600)) < 0) 754 { 755 log_conn("failed to open rcvfile (PATH:%s, ERROR:%s)", rcvfile, strerror( 756 rc = CONN_RES_ERR(OPEN_FILE); 757 goto save_end; 758 } [/quote] 一段时间比较忙没有继续测试,现在...

12
  • 时间不限
  • 按相关性排序