Skip to content

Instantly share code, notes, and snippets.

View hanskellner's full-sized avatar

Hans hanskellner

View GitHub Profile
@hanskellner
hanskellner / gist:5192870
Created March 19, 2013 01:33
From the discussion: "vagrant box add fails with cygwin on windows" https://groups.google.com/forum/#!searchin/vagrant-up/cygwin/vagrant-up/vah9aGxCKbc/5ZE3_dx5Kg4J Output from running vagrant and attempting to add box under Cygwin.
$ vagrant box add precise32 http://files.vagrantup.com/precise32.box
Downloading with Vagrant::Downloaders::HTTP...
Downloading box: http://files.vagrantup.com/precise32.box
Extracting box...5113792 / 295255040)
Cleaning up downloaded box...
C:/vagrant/vagrant/embedded/gems/gems/vagrant-1.1.2/lib/vagrant/util/subprocess.rb:81:in `rescue in execute': The system cannot find the file specified. (2) (Vagrant::Util::Subprocess::LaunchError)
from C:/vagrant/vagrant/embedded/gems/gems/vagrant-1.1.2/lib/vagrant/util/subprocess.rb:74:in `execute'
from C:/vagrant/vagrant/embedded/gems/gems/vagrant-1.1.2/lib/vagrant/util/subprocess.rb:20:in `execute'
from C:/vagrant/vagrant/embedded/gems/gems/vagrant-1.1.2/lib/vagrant/box_collection.rb:104:in `block in add'
from C:/vagrant/vagrant/embedded/lib/ruby/1.9.1/tmpdir.rb:83:in `mktmpdir'