반응형
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 를 수정
데몬들 재시작후
웹에서 접근하면 정상적으로 출력되는걸 확인할수있다.
'리눅스 > 기타' 카테고리의 다른 글
리눅스 df -h 용량체크시 알수없는 공간이 사용중일때 (0) | 2019.05.28 |
---|---|
centos nfs 설정 (0) | 2019.04.17 |
awstats 설치 (0) | 2018.11.22 |
tar 특정파일,특정디렉토리 압축,압축해제 (0) | 2017.09.01 |
CentOS 의 VSFTPD 접속시 500 OOPS: cannot change directory:/root 에러. (0) | 2014.11.24 |