리눅스/기타

sphinx error

Rohin 2019. 4. 17. 16:02
반응형

Sphinx 0.9.9-rc2 (r1785)
Copyright (c) 2001-2009, Andrew Aksyonoff

using config file '/home/path/to/conf/file/sphinx.conf'...
indexing index 'core_index'...
collected 7509 docs, 2.2 MB
sorted 0.2 Mhits, 99.6% done
WARNING: duplicate document ids found
total 7509 docs, 2189079 bytes
total 164.523 sec, 13305 bytes/sec, 45.64 docs/sec total 5 reads, 0.001 sec, 256.9
kb/call avg, 0.3 msec/call avg total 8 writes, 0.888 sec, 359.3 kb/call avg, 111.0
msec/call avg
WARNING: access denied to PID 23854.
WARNING: indices NOT rotated.

 

필자는 apache에서 sphinx를 indexer 시키기위해 테스트도중 나타난 error이다.

 

해결)

sphinx데몬, /etc/init.d/searchd 파일을 열면 user부분을 수정.

apache, httpd.conf 파일에서 user,group 를 수정

 

데몬들 재시작후

 

웹에서 접근하면 정상적으로 출력되는걸 확인할수있다.