메일 퍼 용 스핑크스 검색을 설치해야합니다. 내가 그것을 실행하려고하면 :스핑크스 검색 서비스를 실행하는 중에 오류가 발생했습니다.
[email protected]:/var/log# /etc/init.d/sphinxsearch start
Starting sphinxsearch: Sphinx 2.0.4-id64-release (r3135)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/etc/sphinxsearch/sphinx.conf'...
listening on 127.0.0.1:9312
listening on 127.0.0.1:9306
precaching index 'main1'
precaching index 'main2'
precaching index 'main3'
precaching index 'main4'
precaching index 'dailydelta1'
precaching index 'delta1'
precaching index 'tag1'
precaching index 'note1'
precached 8 indexes in 0.003 sec
ERROR.
로그가 비어 있습니다.
[email protected]:/var/log# ls -al sphinxsearch/
total 8
drwxrwxrwx 2 sphinxsearch root 4096 Oct 21 2013 .
drwxrwxr-x 11 root syslog 4096 Dec 1 11:07 ..
마녀 tail -f /var/log/searchd.log &
: 실행중인 것처럼
[email protected]:/var/log# /etc/init.d/sphinxsearch start
Starting sphinxsearch: Sphinx 2.0.4-id64-release (r3135)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file '/etc/sphinxsearch/sphinx.conf'...
listening on 127.0.0.1:9312
listening on 127.0.0.1:9306
precaching index 'main1'
precaching index 'main2'
precaching index 'main3'
precaching index 'main4'
precaching index 'dailydelta1'
precaching index 'delta1'
precaching index 'tag1'
precaching index 'note1'
precached 8 indexes in 0.003 sec
ERROR.
[email protected]:/var/log# [Mon Dec 1 14:47:38.219 2014] [ 920] Child process 921 has been forked
[Mon Dec 1 14:47:38.219 2014] [ 921] listening on 127.0.0.1:9312
[Mon Dec 1 14:47:38.219 2014] [ 921] listening on 127.0.0.1:9306
[Mon Dec 1 14:47:38.223 2014] [ 921] binlog: replaying log /var/data/binlog/binlog.001
[Mon Dec 1 14:47:38.223 2014] [ 921] binlog: replay stats: 0 rows in 0 commits; 0 updates; 0 indexes
[Mon Dec 1 14:47:38.223 2014] [ 921] binlog: finished replaying /var/data/binlog/binlog.001; 0.0 MB in 0.000 sec
[Mon Dec 1 14:47:38.223 2014] [ 921] binlog: finished replaying total 1 in 0.000 sec
[Mon Dec 1 14:47:38.223 2014] [ 921] accepting connections
보이지만 여전히 출력 오류.
binlog_path를 설정했습니다. 오류는 여전히 동일합니다. 777을 스핑크스가 쓰려고하는 곳으로 설정했습니다. –
그것은 단지 가능한 제안이었습니다. init 스크립트가 그 오류를 출력 할 것인지 (그리고 어떤 조건에서 그렇다면)를 계산할 수 있는지 확인 했습니까? – barryhunter
'실행중인 경우; then echo "$ NAME." else echo "ERROR." fi' –