2014-09-05 39 views
1

我運行Windows使用rsync與流浪漢CoreOS VM 8.1 Pro和使用cygwin的已安裝的rsync和具有流浪漢VM配置如下(基本圖像是coreOS)上窗戶

config.vm.synced_folder "../sharedFolder", "/vagrant_data", type: "rsync" 

當我執行vagrant reloadvagrant up但是我得到以下錯誤。你有什麼想法我可以解決這個問題嗎?

C:\dev\vagrantBoxes\coreOS>vagrant reload 
==> default: Attempting graceful shutdown of VM... 
==> default: Checking if box 'yungsang/coreos' is up to date... 
==> default: Clearing any previously set forwarded ports... 
==> default: Clearing any previously set network interfaces... 
==> default: Preparing network interfaces based on configuration... 
    default: Adapter 1: nat 
==> default: Forwarding ports... 
    default: 22 => 2222 (adapter 1) 
==> default: Running 'pre-boot' VM customizations... 
==> default: Booting VM... 
==> default: Waiting for machine to boot. This may take a few minutes... 
    default: SSH address: 127.0.0.1:2222 
    default: SSH username: core 
    default: SSH auth method: private key 
    default: Warning: Connection timeout. Retrying... 
==> default: Machine booted and ready! 
==> default: Rsyncing folder: /c/dev/vagrantBoxes/sharedFolder/ => /vagrant_data 
There was an error when attempting to rsync a synced folder. 
Please inspect the error message below for more info. 

Host path: /c/dev/vagrantBoxes/sharedFolder/ 
Guest path: /vagrant_data 
Command: rsync --verbose --archive --delete -z --copy-links --chmod=ugo=rwX --no-perms --no-owner --no-group --rsync-path sudo rsync -e ssh -p 2222 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/d 
ev/null -i 'C:/Users/aaron.axisa/.vagrant.d/insecure_private_key' --exclude .vagrant/ /c/dev/vagrantBoxes/sharedFolder/ [email protected]:/vagrant_data 
Error: Warning: Permanently added '[127.0.0.1]:2222' (RSA) to the list of known hosts. 
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] 
rsync error: error in rsync protocol data stream (code 12) at io.c(601) [Receiver=3.0.8] 
rsync: read error: Connection reset by peer (104) 
rsync error: error in rsync protocol data stream (code 12) at io.c(759) [sender=3.0.6] 

回答

1

此特定錯誤已解決。

我以前安裝過rsync的sourceforge版本,我的PATH仍然設置爲rsync。當我配置它使用cygwin版本時,錯誤改變了。我將在另一個問題中發佈新錯誤,因爲它不是同一個問題。

新問題:25687808