2014-01-26 3 views
0

저는 Disco를 처음 사용하고 방금 놀고 싶었습니다. 그래서 documentation에 설명 된 가장 간단한 인스턴스를 설정하려고했습니다. Erlang과 Python이 설치되었고, 나는 Git 체크 아웃을했고 make을 실행했고 bin/disco nodaemon을 통해 Disco를 시작했다. 아래에서 슬레이브 시작시 오류 메시지를 볼 수 있습니다. 이 글을 처음 접했을 때 나는 틀렸거나 디버깅 할 방법이 없다. 어떤 힌트도 매우 감사 할 것입니다.가장 간단한 디스코 설정 (자습서 기반)을 시작하지 못합니다.

Eshell V5.10.2 (abort with ^G) 
([email protected])1> 15:20:19.300 [info] Application lager started on node [email protected] 
15:20:19.324 [info] Application inets started on node [email protected] 
15:20:19.325 [info] DISCO BOOTS 
15:20:19.327 [info] Disco proxy disabled 
15:20:19.328 [info] DDFS master starts 
15:20:19.331 [info] Event server starts 
15:20:19.332 [info] Disco config starts 
15:20:19.334 [info] DISCO SERVER STARTS 
15:20:19.335 [info] Fair scheduler starts 
15:20:19.335 [info] Scheduler uses fair policy 
15:20:19.336 [info] Fair scheduler: Fair policy 
15:20:19.338 [info] Config table updated 
15:20:19.343 [info] Starting node "disco_8989_slave" on "localhost" ("localhost") 
15:20:19.357 [info] web server (mochiweb) starts 
15:20:19.357 [info] Application disco started on node [email protected] 
Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts. 
15:20:19.640 [info] ddfs_node initialized on [email protected] with volumes: ["vol0"] 
15:20:19.640 [info] Node failed at [email protected] on "localhost": {undef,[{#Fun<node_mon.11.72841891>,[],[]}]} 
15:20:19.640 [error] Error in process <0.39.0> on node '[email protected]' with exit value: {undef,[{#Fun<node_mon.11.72841891>,[],[]}]} 


15:20:19.642 [error] Error in process <0.40.0> on node '[email protected]' with exit value: {undef,[{#Fun<node_mon.10.72841891>,[],[]}]} 


15:20:19.643 [error] Error in process <0.41.0> on node '[email protected]' with exit value: {undef,[{lock_server,start_link,[],[]}]} 
+0

사용자 입력이 필요없이 localhost로 ssh 할 수 있는지 확인 했습니까? – jleahy

답변

2

사용자는 이미 다른 곳에서 자신의 질문에 답변했지만, 여기에 관련 정보를 게시하여 검색 시간을 절약 할 수 있습니다.

해결책은 here이고, 근본적인 문제는 이미 디스코 관리자가 been fixed입니다.