Skip to content

Instantly share code, notes, and snippets.

@gjlondon
Created March 22, 2013 03:28
Show Gist options
  • Save gjlondon/5218731 to your computer and use it in GitHub Desktop.
Save gjlondon/5218731 to your computer and use it in GitHub Desktop.
DEBUG output following crash of my vagrant VM
VAGRANT_LOG=DEBUG vagrant ssh ~/programming/tools/vagrant_boxes/linernotes_dev 6 ↵
INFO global: Vagrant version: 1.0.4
INFO vagrant: `vagrant` invoked: ["ssh"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#<Vagrant::Environment:0x000001028b7150>)
INFO environment: - cwd: /Users/rogueleaderr/programming/tools/vagrant_boxes/linernotes_dev
INFO environment: Home path: /Users/rogueleaderr/.vagrant.d
INFO plugin: Searching and loading any available plugins...
INFO plugin: Loaded 0 plugins.
DEBUG vagrant: Loading environment
INFO environment: Loading configuration...
DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/config/default.rb"
DEBUG loader: Populating proc cache for "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/config/default.rb"
DEBUG loader: Load procs for pathname: #<Pathname:/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/config/default.rb>
DEBUG loader: Set :root = #<Pathname:/Users/rogueleaderr/programming/tools/vagrant_boxes/linernotes_dev/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/rogueleaderr/programming/tools/vagrant_boxes/linernotes_dev/Vagrantfile>
DEBUG loader: Load procs for pathname: #<Pathname:/Users/rogueleaderr/programming/tools/vagrant_boxes/linernotes_dev/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: chef_client
INFO provisioner: Provisioner class: Vagrant::Provisioners::ChefClient
DEBUG provisioner: Configuring provisioner with: Vagrant::Provisioners::ChefClient::Config
DEBUG loader: Configuration loaded successfully
DEBUG environment: Loading configuration for VM: default
DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/config/default.rb"
DEBUG loader: Set :root = #<Pathname:/Users/rogueleaderr/programming/tools/vagrant_boxes/linernotes_dev/Vagrantfile>
DEBUG loader: Set :vm = []
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (cache)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully
DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/config/default.rb"
DEBUG loader: Set :box = #<Pathname:/Users/rogueleaderr/.vagrant.d/boxes/precise64/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/rogueleaderr/.vagrant.d/boxes/precise64/Vagrantfile>
DEBUG loader: Load procs for pathname: #<Pathname:/Users/rogueleaderr/.vagrant.d/boxes/precise64/Vagrantfile>
DEBUG loader: Set :root = #<Pathname:/Users/rogueleaderr/programming/tools/vagrant_boxes/linernotes_dev/Vagrantfile>
DEBUG loader: Set :vm = []
DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm]
DEBUG loader: Loading from: default (cache)
DEBUG loader: Loading from: box (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully
INFO cli: CLI: [] "ssh" []
DEBUG cli: Invoking command class: Vagrant::Command::SSH []
INFO datastore: Created: /Users/rogueleaderr/programming/tools/vagrant_boxes/linernotes_dev/.vagrant
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["VBoxManage", "--version"]
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.2.6r82870
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG virtualbox: Finding driver for VirtualBox version: 4.2.6
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_2
INFO virtualbox_base: VBoxManage path: VBoxManage
INFO vm: Loading guest: linux
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::VMNotCreatedError: VM must be created before running this command. Run `vagrant up` first.>
ERROR vagrant: VM must be created before running this command. Run `vagrant up` first.
ERROR vagrant: /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/lib/vagrant/command/ssh.rb:41:in `block in execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/lib/vagrant/command/base.rb:116:in `block in with_target_vms'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/lib/vagrant/command/base.rb:111:in `each'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/lib/vagrant/command/base.rb:111:in `with_target_vms'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/lib/vagrant/command/ssh.rb:39:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/lib/vagrant/cli.rb:42:in `execute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/lib/vagrant/environment.rb:167:in `cli'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.4/bin/vagrant:43:in `<top (required)>'
/Applications/Vagrant/bin/../embedded/gems/bin/vagrant:19:in `load'
/Applications/Vagrant/bin/../embedded/gems/bin/vagrant:19:in `<main>'
INFO interface: error: VM must be created before running this command. Run `vagrant up` first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment