I have a Vagrantfile on my macbook (Mavericks), which can create a vmware 
fusion machine without any problems.
I'm now using the same setup on my iMac (same Vagrantfile, same versions of 
vagrant, vmware fusion and plugin), the only difference is my iMac is on 
10.7 (Lion)

During creation, it seems the vagrant machine cannot acquire a DHCP 
address, and so is never able to ssh in and bring the box up fully

DEBUG vmware_driver: Trying to get MAC address for ethernet0
DEBUG vmware_driver: No explicitly set MAC, looking or auto-generated one...
DEBUG vmware_driver:  -- MAC: 00:0c:29:92:8c:a4
 INFO vmware_driver: Reading DHCP lease for '00:0c:29:92:8c:a4' on 'vmnet8'
 INFO vmware_driver: DHCP leases file: 
/var/db/vmware/vmnet-dhcpd-vmnet8.leases
 INFO dhcp_lease_file: Initialized DHCP helper: 
/var/db/vmware/vmnet-dhcpd-vmnet8.leases
 INFO dhcp_lease_file: Looking for IP for MAC: 00:0c:29:92:8c:a4
 INFO dhcp_lease_file:   - IP:
 INFO ssh: SSH not up: #<Vagrant::Errors::SSHNotReady: The provider for 
this Vagrant-managed machine is reporting that it
is not yet ready for SSH.

This loops indefinitely until I interrupt it and destroy the machine.

Now the odd thing is, I opened vmware fusion manually, to check the network 
devices
Straight away a console appeared for the vagrant box
I logged in and ran ifconfig, and it does seem to have acquired an IP 
(172.16.167.134), yet still 'vagrant ssh' fails

I can repeatedly destroy the box and retry, but he same problem happens.
I've also checked the machine is not running on my macbook (incase of a mac 
address conflict), ut the box is not even instantiated there at the moment.

Im a bit stumped. Any ideas please?

-- 
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/groups/opt_out.

Reply via email to