是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/
是 $prefix/tmp 目录,对于运行xs的用户来说没有创建文件的权限吧 试着 chmod a+rwx tmp/
关不掉是因为你的tmp/下根本 没有PID文件,应该是哪儿做了什么操作误删除或原来不存在tmp导致?
关不掉是因为你的tmp/下根本 没有PID文件,应该是哪儿做了什么操作误删除或原来不存在tmp导致?
$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...
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...
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:\...
[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的后解决了输入问题...
...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 }
... 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] 一段时间比较忙没有继续测试,现在...