Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created January 20, 2012 01:52
Show Gist options
  • Save jkutner/1644498 to your computer and use it in GitHub Desktop.
Save jkutner/1644498 to your computer and use it in GitHub Desktop.
Vagrant debug output #2
$ VAGRANT_LOG=debug vagrant up
INFO vagrant: `vagrant` invoked: ["up"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x5b4e2266>)
INFO environment: - cwd: ~/workspace/myapp
INFO environment: Home path: ~/.vagrant.d
DEBUG vagrant: Loading environment
INFO environment: Loading configuration...
DEBUG loader: Set :default = "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/config/default.rb"
DEBUG loader: Populating proc cache for "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/config/default.rb"
DEBUG loader: Load procs for pathname: #<Pathname:~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/config/default.rb>
DEBUG loader: Set :root = #<Pathname:~/workspace/myapp/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:~/workspace/myapp/Vagrantfile>
DEBUG loader: Load procs for pathname: #<Pathname:~/workspace/myapp/Vagrantfile>
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (evaluating)
DEBUG loader: Loading from: root (evaluating)
DEBUG provisioner: Provisioner config: puppet
INFO provisioner: Provisioner class: Vagrant::Provisioners::Puppet
DEBUG provisioner: Configuring provisioner with: Vagrant::Provisioners::Puppet::Config
DEBUG loader: Configuration loaded successfully
DEBUG environment: Loading configuration for VM: default
DEBUG loader: Set :default = "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/config/default.rb"
DEBUG loader: Set :root = #<Pathname:~/workspace/myapp/Vagrantfile>
DEBUG loader: Set :vm = []
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Configuration loaded successfully
DEBUG loader: Set :default = "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/config/default.rb"
DEBUG loader: Set :box = #<Pathname:~/.vagrant.d/boxes/torquebox/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:~/.vagrant.d/boxes/torquebox/Vagrantfile>
DEBUG loader: Load procs for pathname: #<Pathname:~/.vagrant.d/boxes/torquebox/Vagrantfile>
DEBUG loader: Set :root = #<Pathname:~/workspace/myapp/Vagrantfile>
DEBUG loader: Set :vm = []
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: box (evaluating)
DEBUG loader: Configuration loaded successfully
INFO cli: CLI: [] "up" []
DEBUG cli: Invoking command class: Vagrant::Command::Up []
DEBUG up: 'Up' each target VM...
INFO datastore: Created: ~/workspace/myapp/.vagrant
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.1.8r75467
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
DEBUG virtualbox: Finding driver for VirtualBox version: 4.1.8
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_1
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO vm: Loading guest: linux
INFO up: Creating: default
INFO runner: Running action: up
INFO warden: Calling action: #<Vagrant::Action::General::Validate:0x6fc334de>
INFO warden: Calling action: #<Vagrant::Action::VM::CheckAccessible:0x4321bfd6>
INFO warden: Calling action: #<Vagrant::Action::VM::CheckBox:0x5cb99d08>
INFO warden: Calling action: #<Vagrant::Action::VM::Import:0x1df4a7c7>
INFO interface: info: Importing base box 'torquebox'...
[default] Importing base box 'torquebox'...
INFO subprocess: Starting process: ["VBoxManage", "import", "~/.vagrant.d/boxes/torquebox/box.ovf", "--vsys", "0", "--vmname", "myapp_1327024278"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31987
DEBUG subprocess: Exit status: 0
INFO subprocess: Starting process: ["VBoxManage", "list", "vms"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO datastore: Deleting data store since we're empty: ~/workspace/myapp/.vagrant
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox: Finding driver for VirtualBox version:
ERROR warden: Error occurred: Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1
INFO warden: Calling recover: #<Vagrant::Action::VM::Import:0x1df4a7c7>
ERROR warden: Error occurred: Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1
ERROR warden: Error occurred: Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1
ERROR warden: Error occurred: Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::VirtualBoxInvalidVersion: Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1>
ERROR vagrant: Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1
ERROR vagrant: ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/driver/virtualbox.rb:60:in `initialize'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/vm.rb:129:in `reload!'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/vm.rb:124:in `uuid='
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/vm/import.rb:15:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/warden.rb:33:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/vm/check_box.rb:28:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/warden.rb:33:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/vm/check_accessible.rb:18:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/warden.rb:33:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/general/validate.rb:14:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/warden.rb:33:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/builder.rb:92:in `call'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/runner.rb:49:in `run'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/util/busy.rb:19:in `busy'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/action/runner.rb:49:in `run'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/vm.rb:192:in `run_action'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/vm.rb:143:in `up'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/command/up.rb:46:in `execute'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/command/base.rb:100:in `with_target_vms'
org/jruby/RubyArray.java:1612:in `each'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/command/base.rb:95:in `with_target_vms'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/command/up.rb:39:in `execute'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/cli.rb:38:in `execute'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/lib/vagrant/environment.rb:156:in `cli'
~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1.1/bin/vagrant:43:in `(root)'
org/jruby/RubyKernel.java:1063:in `load'
~/.rvm/gems/jruby-1.6.5/bin/vagrant:19:in `(root)'
INFO interface: error: Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1
Vagrant has detected that you have a version of VirtualBox installed
that is not supported. Please install one of the supported versions
listed below to use Vagrant:
4.0, 4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment