2012-10-31 4 views
0

Gearmand가 다시 시작하기 전에 약 1 일 동 안 실행되었으므로 다시 나타나지 않습니다. 다음과 syslog를 얻는 것은 gearman을 언급하는 그 어떤 것도 가지고 있지 않습니다.Gearmand가 제대로 시작되지 않음 "multiple occurences"가 반환되었습니다.

~$ /etc/init.d/gearman-job-server stop && /etc/init.d/gearman-job-server start 
* Stopping Gearman Server gearmand                                           No /usr/sbin/gearmand found running; none killed. 
                                                    [ OK ] 
* Starting Gearman Server gearmand                                           multiple occurrences 
                                                    [fail] 
* Please take a look at the syslog 

답변

1

이 문제도 있습니다. 나는 '여러 번'이 --listen = 0.0.0.0 제거 127.0.0.1이 문제를 해결 나는이 --listen = 127.0.0.1 aswell 통과 된 내 경우에는 충돌하는 명령 줄 스위치

를 참조 생각

+0

127.0.0.1 대 0.0.0.0 ... 모든 이중 매개 변수는이 원인이됩니다. 예 : -d -d. –