Skip to content

Instantly share code, notes, and snippets.

@jewilmeer
Created August 1, 2012 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jewilmeer/3230064 to your computer and use it in GitHub Desktop.
Save jewilmeer/3230064 to your computer and use it in GitHub Desktop.
$ VAGRANT_LOG=debug vagrant up gitlab
INFO global: Vagrant version: 1.0.3
INFO vagrant: `vagrant` invoked: ["up", "gitlab"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x007faef2abf178>)
INFO environment: - cwd: /Users/jw/code/jewilmeer/vps
INFO environment: Home path: /Users/jw/.vagrant.d
INFO plugin: Searching and loading any available plugins...
INFO plugin: Loaded 0 plugins.
DEBUG vagrant: Loading environment
...
...
...
INFO interface: info: Progress: 90%
DEBUG subprocess: stderr:
Progress state: VBOX_E_FILE_ERROR
DEBUG subprocess: stderr: VBoxManage: error: Machine settings file '/Users/jw/VirtualBox VMs/precise64/precise64.vbox' already exists
VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Machine, interface IMachine, callee
Context: "ImportAppliance" at line 793 of file VBoxManageAppliance.cpp
DEBUG subprocess: stdout: Disks: vmdisk1 85899345920 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized box-disk1.vmdk -1 -1
Virtual system 0:
0: Suggested OS type: "Ubuntu_64"
(change with "--vsys 0 --ostype <type>"; use "list ostypes" to list all possible values)
1: Suggested VM name "precise64"
(change with "--vsys 0 --vmname <name>")
2: Number of CPUs: 2
(change with "--vsys 0 --cpus <n>")
3: Guest memory: 384 MB
(change with "--vsys 0 --memory <MB>")
4: Network adapter: orig NAT, config 3, extra slot=0;type=NAT
5: CD-ROM
(disable with "--vsys 0 --unit 5 --ignore")
6: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 6 --ignore")
7: IDE controller, type PIIX4
(disable with "--vsys 0 --unit 7 --ignore")
8: SATA controller, type AHCI
(disable with "--vsys 0 --unit 8 --ignore")
9: Hard disk image: source image=box-disk1.vmdk, target path=/Users/jw/VirtualBox VMs/precise64/box-disk1_12.vmdk, controller=8;channel=0
(change target path with "--vsys 0 --unit 9 --disk path";
disable with "--vsys 0 --unit 9 --ignore")
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31824
DEBUG subprocess: Exit status: 1
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
INFO warden: Calling recover: #<Vagrant::Action::VM::Import:0x007fd16593bf50>
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
ERROR warden: Error occurred: There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::VBoxManageError: There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.>
ERROR vagrant: There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
ERROR vagrant: /Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/driver/virtualbox_base.rb:278:in `block in execute'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/util/retryable.rb:14:in `retryable'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/driver/virtualbox_base.rb:268:in `execute'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/driver/virtualbox_4_1.rb:160:in `import'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/vm/import.rb:14:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/vm/check_box.rb:28:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/vm/check_accessible.rb:18:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/general/validate.rb:13:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/general/check_virtualbox.rb:23:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/warden.rb:33:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/builder.rb:92:in `call'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/runner.rb:49:in `block in run'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/util/busy.rb:19:in `busy'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/action/runner.rb:49:in `run'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/vm.rb:192:in `run_action'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/vm.rb:145:in `up'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/command/up.rb:31:in `block in execute'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/command/base.rb:116:in `block in with_target_vms'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/command/base.rb:111:in `each'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/command/base.rb:111:in `with_target_vms'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/command/up.rb:24:in `execute'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/cli.rb:42:in `execute'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/lib/vagrant/environment.rb:167:in `cli'
/Users/jw/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/vagrant-1.0.3/bin/vagrant:43:in `<top (required)>'
/Users/jw/.rbenv/versions/1.9.3-p194/bin/vagrant:23:in `load'
/Users/jw/.rbenv/versions/1.9.3-p194/bin/vagrant:23:in `<main>'
INFO interface: error: There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
There was an error executing the following command with VBoxManage:
["import", "/Users/jw/.vagrant.d/boxes/precise64/box.ovf"]
For more information on the failure, enable detailed logging with
VAGRANT_LOG.
Vagrant::Config.run do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
config.vm.define :gitlab do |gitlab|
gitlab.vm.network :hostonly, "10.10.10.100"
gitlab.vm.provision :chef_solo do |chef|
chef.cookbooks_path = ["cookbooks", "site-cookbooks"]
chef.roles_path = "roles"
chef.data_bags_path = "data_bags"
chef.add_role :base, :gitlab
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment