Ken,

Vagrant can only install rsync into SOME guest OSes. Windows is not
currently supported.


On Wed, Mar 12, 2014 at 2:18 PM, Ken Sykora <[email protected]> wrote:

> Hi all:
>
> I've been playing with the new file sharing types for Vagrant 1.5 and have
> a few questions
>
> 1) For rsync, the blog 
> post<https://www.vagrantup.com/blog/feature-preview-vagrant-1-5-rsync.html>that
>  introduces the 1.5 features last month notes that rsync will be
> installed on the Guest OS. I am trying to get a Windows Guest OS running
> with this, but it errored out with this:
>
> There was an error when attempting to rsync a synced folder.
> Please inspect the error message below for more info.
>
> Host path: /Users/ksykora/Workspace/Web/
> Guest path: /vagrant
> Command: rsync --verbose --archive --delete -z -e ssh -p 22 -o
> StrictHostKeyChecking=no -i
> '/Users/ksykora/.vagrant.d/insecure_private_key' --exclude .vagrant/
> --exclude .git/ /Users/ksykora/Workspace/Web/ [email protected]:
> /vagrant
> Error: Warning: Permanently added '192.168.125.141' (RSA) to the list of
> known hosts.
> /bin/sh: rsync: command not found
> rsync: connection unexpectedly closed (0 bytes received so far) [sender]
> rsync error: error in rsync protocol data stream (code 12) at
> /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]
>
>
> Is Windows not one of the supported Guest OS-es that it will install rsync
> to? Is there a way to provision rsync through command line/workaround
> before shared folders are initialized?
>
> 2) For SMB, Is there anything on the roadmap to have this work with an OSX
> host?
>
> One of the biggest hurdles I've encountered with Vagrant on the Windows
> space is in trying to get an environment to run IIS/ASP.Net. The synced
> folders don't seem to support this type of development on an OSX host,
> because changes to files don't cause a file system change in Windows, which
> typically triggers recompile for ASP.Net Razor Views (trying to setup an
> environment for front-end developers on OSX hosts to edit .cshtml files).
> Any insight on how I can accomplish this by using Vagrant would be really
> helpful.
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to