Erlang“主机密钥验证”错误

发布于 2024-12-28 14:39:36 字数 451 浏览 7 评论 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 中做了所有关于错误、超时的事情。
你有什么想法吗?

I'm new in tsung and erlang and I want to distribution on tsung.
When I use this command:

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}

I took this error.

And I did everything in tsung FAQ about error, timeout.
Do you have any idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

于我来说 2025-01-04 14:39:36

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

=信息报告==== 2012 年 3 月 28 日::01:00:09 ===
ts_os_mon_erlang:(3:<0.2713.0>) 无法在主机“centos-181”上启动 Beam ({error,
超时})

=错误报告==== 2012 年 3 月 28 日::01:00:09 ===
** 通用服务器 <0.2713.0>终止
** 最后一条消息是 {timeout,#Ref<0.0.0.26000>,start_beam}
** 当服务器状态== {state,{global,ts_mon}时,
10000,未定义,“centos-181”,未定义}
** 终止原因==
** {错误,超时}

I met the same error on my virtual ubuntu, and at last I found: virtual ubuntu can be master but not be slave (another centos can be slave or master ). I do not know why . I'll join the mail list to ask for more help.

=INFO REPORT==== 28-Mar-2012::01:00:09 ===
ts_os_mon_erlang:(3:<0.2713.0>) Fail to start beam on host "centos-181" ({error,
timeout})

=ERROR REPORT==== 28-Mar-2012::01:00:09 ===
** Generic server <0.2713.0> terminating
** Last message in was {timeout,#Ref<0.0.0.26000>,start_beam}
** When Server state == {state,{global,ts_mon},
10000,undefined,"centos-181",undefined}
** Reason for termination ==
** {error,timeout}

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文