Just upgrade to Vagrant 1.7.4 and VirtualBox 5 on Windows 7.
When I execute rsync-auto, I got the following while it was starting up:
C:/HashiCorp/Vagrant/embedded/gems/gems/listen-3.0.2/lib/listen/event/queue.rb:15: warning: toplevel constant Queue referenced by Thread::Queue
C:/HashiCorp/Vagrant/embedded/gems/gems/listen-3.0.2/lib/listen/event/loop.rb:16: warning: toplevel constant Queue referenced by Thread::Queue
C:/HashiCorp/Vagrant/embedded/gems/gems/listen-3.0.2/lib/listen/event/loop.rb:38: warning: toplevel constant Queue referenced by Thread::Queue
I didn't used to see these warning before upgrade. My files do still seem to be synching correctly, but I'm wondering what are the implications of these warnings? Does it mean something is broken?
Thanks