Created
June 6, 2012 15:54
-
-
Save patcon/2882860 to your computer and use it in GitHub Desktop.
vagrant64 test on vagrant-1.0.2 and ruby-1.9.3-p194
This file contains hidden or 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
➜ mkdir /tmp/basebox-test && cd /tmp/basebox-test | |
➜ vagrant box add precise64-new http://files.vagrantup.com/precise64.box | |
➜ vagrant init precise64-new | |
➜ vagrant up | |
[default] Importing base box 'precise64-new'... | |
[default] The guest additions on this VM do not match the install version of | |
VirtualBox! This may cause things such as forwarded ports, shared | |
folders, and more to not work properly. If any of those things fail on | |
this machine, please update the guest additions and repackage the | |
box. | |
Guest Additions Version: 4.1.14 | |
VirtualBox Version: 4.1.16 | |
[default] Matching MAC address for NAT networking... | |
[default] Clearing any previously set forwarded ports... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[vagrant] Pruning invalid NFS exports. Administrator privileges will be required... | |
Password: | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Mounting shared folders... | |
[default] -- v-root: /vagrant | |
➜ vagrant destroy | |
Are you sure you want to destroy the 'default' VM? [Y/N] Y | |
[default] Forcing shutdown of VM... | |
[default] Destroying VM and associated drives... | |
➜ vagrant box add lucid64-new http://files.vagrantup.com/lucid64.box | |
➜ rm Vagrantfile | |
➜ vagrant init lucid64-new | |
➜ VAGRANT_LOG=info vagrant up | |
INFO global: Vagrant version: 1.0.2 | |
INFO vagrant: `vagrant` invoked: ["up"] | |
INFO environment: Environment initialized (#<Vagrant::Environment:0x00000100865fa0>) | |
INFO environment: - cwd: /tmp/basebox-test | |
INFO environment: Home path: /Users/homebase/.vagrant.d | |
INFO plugin: Searching and loading any available plugins... | |
INFO plugin: Loading plugin: vagrant-snap (0.10) | |
INFO plugin: Loading plugin: sahara (0.0.11) | |
INFO plugin: Loaded 2 plugins. | |
INFO environment: Loading configuration... | |
INFO cli: CLI: [] "up" [] | |
INFO datastore: Created: /tmp/basebox-test/.vagrant | |
INFO virtualbox_base: VBoxManage path: VBoxManage | |
INFO subprocess: Starting process: ["VBoxManage", "--version"] | |
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 hosts: Host class: Vagrant::Hosts::BSD | |
INFO runner: Running action: up | |
INFO warden: Calling action: #<Vagrant::Action::General::CheckVirtualbox:0x00000100e19d20> | |
INFO subprocess: Starting process: ["VBoxManage", "list", "hostonlyifs"] | |
INFO warden: Calling action: #<Vagrant::Action::General::Validate:0x00000100e19cf8> | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckAccessible:0x00000100e19cd0> | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckBox:0x00000100e19ca8> | |
INFO warden: Calling action: #<Vagrant::Action::VM::Import:0x00000100e19c80> | |
INFO interface: info: Importing base box 'lucid64-new'... | |
[default] Importing base box 'lucid64-new'... | |
INFO subprocess: Starting process: ["VBoxManage", "import", "/Users/homebase/.vagrant.d/boxes/lucid64-new/box.ovf"] | |
INFO interface: info: Progress: 30% | |
INFO interface: info: Progress: 40% | |
INFO interface: info: Progress: 50% | |
INFO interface: info: Progress: 60% | |
INFO interface: info: Progress: 70% | |
INFO interface: info: Progress: 90% | |
[default] Progress: 90% INFO subprocess: Starting process: ["VBoxManage", "list", "vms"] | |
INFO datastore: Committing data to data store: /tmp/basebox-test/.vagrant | |
INFO virtualbox_base: VBoxManage path: VBoxManage | |
INFO subprocess: Starting process: ["VBoxManage", "--version"] | |
INFO virtualbox: Using VirtualBox driver: Vagrant::Driver::VirtualBox_4_1 | |
INFO virtualbox_base: VBoxManage path: VBoxManage | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckGuestAdditions:0x00000100e19c58> | |
INFO subprocess: Starting process: ["VBoxManage", "guestproperty", "get", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "/VirtualBox/GuestAdd/Version"] | |
INFO interface: warn: The guest additions on this VM do not match the install version of | |
VirtualBox! This may cause things such as forwarded ports, shared | |
folders, and more to not work properly. If any of those things fail on | |
this machine, please update the guest additions and repackage the | |
box. | |
Guest Additions Version: 4.1.14 | |
VirtualBox Version: 4.1.16 | |
[default] The guest additions on this VM do not match the install version of | |
VirtualBox! This may cause things such as forwarded ports, shared | |
folders, and more to not work properly. If any of those things fail on | |
this machine, please update the guest additions and repackage the | |
box. | |
Guest Additions Version: 4.1.14 | |
VirtualBox Version: 4.1.16 | |
INFO warden: Calling action: #<Vagrant::Action::VM::DefaultName:0x00000100e19c30> | |
INFO defaultname: Setting the default name of the VM | |
INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--name", "basebox-test_1338997930"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::MatchMACAddress:0x00000100e50780> | |
INFO interface: info: Matching MAC address for NAT networking... | |
[default] Matching MAC address for NAT networking... | |
INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--macaddress1", "0800276ECC35"] | |
INFO warden: Calling action: #<Vagrant::Action::General::CheckVirtualbox:0x00000100e50758> | |
INFO subprocess: Starting process: ["VBoxManage", "list", "hostonlyifs"] | |
INFO warden: Calling action: #<Vagrant::Action::General::Validate:0x00000100e50730> | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckAccessible:0x00000100e50708> | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::CleanMachineFolder:0x00000100e506e0> | |
INFO subprocess: Starting process: ["VBoxManage", "list", "systemproperties"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::ClearForwardedPorts:0x00000100e506b8> | |
INFO interface: info: Clearing any previously set forwarded ports... | |
[default] Clearing any previously set forwarded ports... | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO warden: Calling action: #<Vagrant::Action::Env::Set:0x00000100e50690> | |
INFO warden: Calling action: #<Vagrant::Action::VM::CheckPortCollisions:0x00000100e50668> | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "list", "vms"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "0db0638f-0604-4d7b-8fda-675295fb724c", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f066791f-13f3-43f5-ba08-6914f5791b06", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "e438fbcd-6829-4e4a-8c55-b6e7064df352", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "28758a62-617b-4c8f-ada3-bafa8e124f1b", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "27487ea4-db1b-4d1c-be56-add19c0237f3", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f8ab42a3-1c2a-4a98-aa52-b21105dd1c33", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f6452d1b-0fa5-49a8-9e3d-1a2fdff23bfc", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "71293e99-ff7f-4f6c-8b2b-cb4e8f511e26", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "112da35e-1470-4fc5-aec7-c230e48ffe13", "--machinereadable"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::ForwardPorts:0x00000100e50640> | |
INFO interface: info: Forwarding ports... | |
[default] Forwarding ports... | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO interface: info: -- 22 => 2222 (adapter 1) | |
[default] -- 22 => 2222 (adapter 1) | |
INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--natpf1", "ssh,tcp,,2222,,22"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::Provision:0x00000100e50618> | |
INFO warden: Calling action: #<Vagrant::Action::VM::PruneNFSExports:0x00000100e64f78> | |
INFO subprocess: Starting process: ["VBoxManage", "list", "vms"] | |
INFO bsd: Pruning invalid NFS entries... | |
INFO warden: Calling action: #<Vagrant::Action::VM::NFS:0x00000100e64f50> | |
INFO warden: Calling action: #<Vagrant::Action::VM::ClearSharedFolders:0x00000100e796a8> | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::ShareFolders:0x00000100e79680> | |
INFO interface: info: Creating shared folders metadata... | |
[default] Creating shared folders metadata... | |
INFO subprocess: Starting process: ["VBoxManage", "sharedfolder", "add", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--name", "v-root", "--hostpath", "/tmp/basebox-test"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::HostName:0x00000100e8dc98> | |
INFO warden: Calling action: #<Vagrant::Action::VM::ClearNetworkInterfaces:0x00000100e8dc70> | |
INFO interface: info: Clearing any previously set network interfaces... | |
[default] Clearing any previously set network interfaces... | |
INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"] | |
INFO warden: Calling action: #<Vagrant::Action::VM::Network:0x00000100e8dc48> | |
INFO warden: Calling action: #<Vagrant::Action::VM::SaneDefaults:0x00000100ea20a8> | |
INFO subprocess: Starting process: ["VBoxManage", "storagectl", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--name", "SATA Controller", "--hostiocache", "on"] | |
INFO sanedefaults: Enabling the Host I/O cache on the SATA controller... (exit status = 0) | |
INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--natdnsproxy1", "on"] | |
INFO sanedefaults: Enable the NAT DNS proxy on adapter 1... (exit status = 0) | |
INFO warden: Calling action: #<Vagrant::Action::VM::Customize:0x00000100eb6350> | |
INFO warden: Calling action: #<Vagrant::Action::VM::Boot:0x00000100eb6328> | |
INFO interface: info: Booting VM... | |
[default] Booting VM... | |
INFO subprocess: Starting process: ["VBoxManage", "startvm", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--type", "headless"] | |
INFO interface: info: Waiting for VM to boot. This can take a few minutes. | |
[default] Waiting for VM to boot. This can take a few minutes. | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO ssh: Connecting to SSH: 127.0.0.1:2222 | |
INFO ssh: SSH not up: #<Timeout::Error: execution expired> | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO ssh: Connecting to SSH: 127.0.0.1:2222 | |
INFO ssh: SSH not up: #<Timeout::Error: execution expired> | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7b8d4efb-9897-4602-8954-b08c1c8f858e", "--machinereadable"] | |
INFO ssh: Connecting to SSH: 127.0.0.1:2222 | |
INFO ssh: SSH not up: #<Timeout::Error: execution expired> | |
[... etc FOREVER] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment