Do you have a copy of the vagrantfile you were using that you can post?
--
You received this message because you are subscribed to a topic in the Google Groups "Vagrant" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vagrant-up/mdxxrWc2lGI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vagrant-up+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Enter codeF:\MY_VAGRANT>vagrant upBringing machine 'sparkvm' up with 'virtualbox' provider...[sparkvm] Box 'sparkmooc/base' was not found. Fetching box from specified URL for the provider 'virtualbox'. Note that if the URL does not havea box for this provider, you should interrupt Vagrant now and add the box yourself. Otherwise Vagrant will attempt to download thefull box prior to discovering this error.Downloading box from URL: https://atlas.hashicorp.com/sparkmooc/boxes/base/versions/0.0.7.1/providers/virtualbox.boxBox download is resuming from prior download progressExtracting box...ate: 36599/s, Estimated time remaining: --:--:--)Successfully added box 'sparkmooc/base' with provider 'virtualbox'!There are errors in the configuration of this machine. Please fixthe following errors and try again:
SSH:* The following settings shouldn't exist: insert_key here...==> sparkvm: Clearing any previously set forwarded ports...==> sparkvm: Clearing any previously set network interfaces...==> sparkvm: Preparing network interfaces based on configuration... sparkvm: Adapter 1: nat==> sparkvm: Forwarding ports... sparkvm: 8001 => 8001 (adapter 1) sparkvm: 4040 => 4040 (adapter 1) sparkvm: 22 => 2222 (adapter 1)==> sparkvm: Booting VM...==> sparkvm: Waiting for machine to boot. This may take a few minutes... sparkvm: SSH address: 127.0.0.1:2222 sparkvm: SSH username: vagrant sparkvm: SSH auth method: private key sparkvm: Warning: Connection timeout. Retrying...
sparkvm: Warning: Connection timeout. Retrying...
config.vm.provider :virtualbox do |vb|
vb.gui = true
end
Vista-32bit OS (Guest) | --- Installed Ubuntu14.0.4 -32bit(As a Guest) on Windows VB (4.3.28) | --- On Guest, installed Vagrant and VB (both in .deb format) | --- Ran, 'vagrant up --provider=virtualbox' --- Downloaded lots of stuff .... and then ...Connection timeout Error