0

我是 tsung 和 erlang 的新手,我想在 tsung 上分发。
当我使用这个命令时:

ardic@base-64-arcsp:~/tsungtest$ erl -rsh ssh -name ardic@tsung  -setcookie tsung"
Erlang R13B03 (erts-5.7.4) [source] [64-bit] [rq:1] [async-threads:0] [hipe] [kernel-poll:false]

Eshell V5.7.4  (abort with ^G)
(ardic@tsung)1> slave:start(tsungnode2,ardic,"-setcookie tsung").
"{error,timeout}

我接受了这个错误。

我在 tsung FAQ 中做了所有关于错误、超时的事情。
你有什么主意吗?

4

1 回答 1

0

我在我的虚拟ubuntu上遇到了同样的错误,最后我发现:虚拟ubuntu可以是master但不是slave(另一个centos可以是slave或master)。我不知道为什么 。我将加入邮件列表以寻求更多帮助。

=INFO REPORT==== 28-Mar-2012::01:00:09 === ts_os_mon_erlang:(3:<0.2713.0>) 无法在主机 "centos-181" 上启动 beam ({error, timeout} )

=错误报告==== 28-Mar-2012::01:00:09 === ** 通用服务器 <0.2713.0> 终止 ** 最后一条消息是 {timeout,#Ref<0.0.0.26000>,start_beam } ** 当服务器状态 == {state,{global,ts_mon}, 10000,undefined,"centos-181",undefined} ** 终止原因 == ** {error,timeout}

于 2012-03-28T07:46:18.897 回答