vagrant rsync协议不匹配

时间:2015-05-06 19:57:44

标签: vagrant ubuntu-14.04 chef-solo joyent vagrant-gatling-rsync

我正面临Rsync问题,当我说流浪汉--provider = joyent ...节点创建后给出以下错误...当我观察两台机器上的rsync版本..,同样..我不知道如何排除故障..

==> default: Couldn't find Cheffile at ./Cheffile.
==> default: Rsyncing folder: /home/system/Documents/tobe/dsrv195/ => /vagrant
There was an error when attemping to rsync a share folder.
Please inspect the error message below for more info.

Host path: /home/system/Documents/tobe/dsrv195/
Guest path: /vagrant
Error: Warning: Identity file  not accessible: No such file or directory.
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
rsync error: protocol incompatibility (code 2) at compat.c(174) [sender=3.1.0]

root@system-desktop:/home/system/Documents/tobe/dsrv195# 

任何人请帮助

1 个答案:

答案 0 :(得分:1)

是的,在将/home/ubuntu/.ssh/authorized_keys复制到root

后修复了..