$ vagrant up --provider=vmware_fusionBringing machine 'web' up with 'vmware_fusion' provider...[web] Cloning Fusion VM: 'centos65fusion'. This can take some time...[web] Verifying vmnet devices are healthy...[web] Preparing network adapters...[web] Starting the VMware VM...An error occurred while executing `vmrun`, a utility for controllingVMware machines. The command and output are below:Command: ["start", "/Users/curtis/working/vagrant/centos6fusion/.vagrant/machines/web/vmware_fusion/vm.vmwarevm/vagrant-centos-6.4-x86_64.vmx", "nogui", {:notify=>[:stdout, :stderr]}]Output: Error: The file is already in use
--
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 vagrant-up+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Curtis,I ran into this last night when creating a CentOS image. I was able to work around the problem by renaming the base image I used to create the box image.cd ~/Documents/Virtual\ Machines.localizedmv vagrant-centos6-64.vmwarevm vagrant-centos6-64-base.vmwarevmHowever, the problem would reoccur each time I tweaked my image. I suspect it has something to do with the image name defined within the plist or vmx file.
Chris
--
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 vagrant-up+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.