Advertisement
milosh-96

Untitled

Apr 29th, 2017
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. ==> web: Configuring and enabling network interfaces...
  2. ==> web: Installing rsync to the VM...
  3. ==> web: Rsyncing folder: /w/RiteKit/challenge-web/ => /vagrant
  4. ==> web: - Exclude: [".vagrant/", ".git/", "node_modules", "bower_component", ".tmp", ".sass-cache"]
  5. There was an error when attempting to rsync a synced folder.
  6. Please inspect the error message below for more info.
  7.  
  8. Host path: /w/RiteKit/challenge-web/
  9. Guest path: /vagrant
  10. Command: "rsync" "--verbose" "--rsync-path='rsync'" "--archive" "--delete" "-z" "--chmod=ugo=rwX" "--no-perms" "--no-owner" "--no-group" "--rsync-path" "sudo rsync" "-e" "ssh -p 2222 -o LogLevel=FATAL -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i 'C:/Users/milos_000/.vagrant.d/boxes/boonen-VAGRANTSLASH-ansible_debian-jessie64/20161209/virtualbox/vagrant_private_key'" "--exclude" ".vagrant/" "--exclude" ".git/" "--exclude" "node_modules" "--exclude" "bower_component" "--exclude" ".tmp" "--exclude" ".sass-cache" "/w/RiteKit/challenge-web/" "vagrant@127.0.0.1:/vagrant"
  11. Error: dup() in/out/err failed
  12. rsync: connection unexpectedly closed (0 bytes received so far) [sender]
  13. rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.2]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement