Erlang“主机密钥验证”错误
我是 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我的虚拟ubuntu上遇到了同样的错误,最后我发现:虚拟ubuntu可以是master但不能是slave(另一个centos可以是slave或master)。我不知道为什么。我将加入邮件列表以寻求更多帮助。
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.