Created
January 30, 2012 08:31
-
-
Save wizonesolutions/1703350 to your computer and use it in GitHub Desktop.
Vagrant 0.9.4 Windows debug output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO vagrant: `vagrant` invoked: ["up"] | |
DEBUG vagrant: Creating Vagrant environment | |
INFO environment: Environment initialized (#<Vagrant::Environment:0x4724268>) | |
INFO environment: - cwd: C:/Users/Kevin/devops/vagrant/jenkinsserver | |
INFO environment: Home path: C:/Users/Kevin/.vagrant.d | |
DEBUG vagrant: Loading environment | |
INFO environment: Loading configuration... | |
DEBUG loader: Set :default = "C:/Ruby187/lib/ruby/gems/1.8/gems/vagrant-0.9.4/config/default.rb" | |
DEBUG loader: Populating proc cache for "C:/Ruby187/lib/ruby/gems/1.8/gems/vagrant-0.9.4/config/default.rb" | |
DEBUG loader: Load procs for pathname: #<Pathname:C:/Ruby187/lib/ruby/gems/1.8/gems/vagrant-0.9.4/config/default.rb> | |
DEBUG loader: Set :root = #<Pathname:C:/Users/Kevin/devops/vagrant/jenkinsserver/Vagrantfile> | |
DEBUG loader: Populating proc cache for #<Pathname:C:/Users/Kevin/devops/vagrant/jenkinsserver/Vagrantfile> | |
DEBUG loader: Load procs for pathname: #<Pathname:C:/Users/Kevin/devops/vagrant/jenkinsserver/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 loader: Configuration loaded successfully | |
DEBUG environment: Loading configuration for VM: default | |
DEBUG loader: Set :default = "C:/Ruby187/lib/ruby/gems/1.8/gems/vagrant-0.9.4/config/default.rb" | |
DEBUG loader: Set :root = #<Pathname:C:/Users/Kevin/devops/vagrant/jenkinsserver/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 = "C:/Ruby187/lib/ruby/gems/1.8/gems/vagrant-0.9.4/config/default.rb" | |
DEBUG loader: Set :box = #<Pathname:C:/Users/Kevin/.vagrant.d/boxes/ubuntu-lucid-64/Vagrantfile> | |
DEBUG loader: Populating proc cache for #<Pathname:C:/Users/Kevin/.vagrant.d/boxes/ubuntu-lucid-64/Vagrantfile> | |
DEBUG loader: Load procs for pathname: #<Pathname:C:/Users/Kevin/.vagrant.d/boxes/ubuntu-lucid-64/Vagrantfile> | |
DEBUG loader: Set :root = #<Pathname:C:/Users/Kevin/devops/vagrant/jenkinsserver/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: C:/Users/Kevin/devops/vagrant/jenkinsserver/.vagrant | |
DEBUG virtualbox_base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage | |
INFO virtualbox_base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "--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 | |
DEBUG virtualbox_base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage | |
INFO virtualbox_base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe | |
INFO vm: Loading guest: linux | |
INFO up: Creating: default | |
DEBUG hosts: Host path search classes: [Vagrant::Hosts::FreeBSD, Vagrant::Hosts::Fedora, Vagrant::Hosts::Arch, Vagrant:: | |
Hosts::Windows, Vagrant::Hosts::BSD, Vagrant::Hosts::Linux] | |
INFO hosts: Host class: Vagrant::Hosts::Windows | |
INFO runner: Running action: up | |
INFO warden: Calling action: #<Vagrant::Action::General::Validate:0x4706658> | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckAccessible:0x4706538> | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckBox:0x4706430> | |
INFO warden: Calling action: #<Vagrant::Action::VM::Import:0x4706400> | |
INFO interface: info: Importing base box 'ubuntu-lucid-64'... | |
[default] Importing base box 'ubuntu-lucid-64'... | |
INFO subprocess: Starting process: ["C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe", "import", "C:/Users/Kevin/ | |
.vagrant.d/boxes/ubuntu-lucid-64/box.ovf"] | |
DEBUG subprocess: Selecting on IO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment