Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created January 19, 2012 22:09
Show Gist options
  • Save jkutner/1643194 to your computer and use it in GitHub Desktop.
Save jkutner/1643194 to your computer and use it in GitHub Desktop.
Vagrant debug output
$ VAGRANT_LOG=debug vagrant up
INFO vagrant: `vagrant` invoked: ["up"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x75392356>)
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/config/default.rb"
DEBUG loader: Populating proc cache for "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/config/default.rb"
DEBUG loader: Load procs for pathname: #<Pathname:~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.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: master
DEBUG loader: Set :default = "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/config/default.rb"
DEBUG loader: Set :root = #<Pathname:~/workspace/myapp/Vagrantfile>
DEBUG loader: Set :vm = [#<Proc:0x1097b7e5@~/workspace/myapp/Vagrantfile:2>]
DEBUG loader: Populating proc cache for #<Proc:0x1097b7e5@~/workspace/myapp/Vagrantfile:2>
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: vm (evaluating)
DEBUG loader: Configuration loaded successfully
DEBUG loader: Set :default = "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.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 = [#<Proc:0x1097b7e5@~/workspace/myapp/Vagrantfile:2>]
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: box (evaluating)
DEBUG loader: Configuration loaded successfully
DEBUG environment: Loading configuration for VM: slave
DEBUG loader: Set :default = "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/config/default.rb"
DEBUG loader: Set :root = #<Pathname:~/workspace/myapp/Vagrantfile>
DEBUG loader: Set :vm = [#<Proc:0x5e9588ba@~/workspace/myapp/Vagrantfile:12>]
DEBUG loader: Populating proc cache for #<Proc:0x5e9588ba@~/workspace/myapp/Vagrantfile:12>
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: vm (evaluating)
DEBUG loader: Configuration loaded successfully
DEBUG loader: Set :default = "~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/config/default.rb"
DEBUG loader: Set :root = #<Pathname:~/workspace/myapp/Vagrantfile>
DEBUG loader: Set :vm = [#<Proc:0x5e9588ba@~/workspace/myapp/Vagrantfile:12>]
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
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: 32000
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 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
NoMethodError: private method `split' called for nil:NilClass
read_version at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/driver/virtualbox.rb:117
initialize at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/driver/virtualbox.rb:36
reload! at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/vm.rb:129
initialize at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/vm.rb:35
load_vms! at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/environment.rb:426
each at org/jruby/RubyArray.java:1612
load_vms! at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/environment.rb:425
vms at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/environment.rb:114
multivm? at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/environment.rb:147
vms_ordered at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/environment.rb:122
with_target_vms at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/command/base.rb:88
execute at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/command/up.rb:39
execute at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/cli.rb:38
cli at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/lib/vagrant/environment.rb:156
(root) at ~/.rvm/gems/jruby-1.6.5/gems/vagrant-0.9.1/bin/vagrant:43
load at org/jruby/RubyKernel.java:1063
(root) at ~/.rvm/gems/jruby-1.6.5/bin/vagrant:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment