hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.27k stars 4.43k forks source link

Bridged mode does not present network address, but instead 10.0.2.15 #1351

Closed scervera closed 11 years ago

scervera commented 11 years ago

I have a multi-vm configuration in which both VMs are configured for bridged networking. When the VMs are brought up and ifconfig is run on each, they both show the same address 10.0.2.15 for en0 and do not show an address from the dhcp scope configured for the network. The host is running 10.8.2 and the VMs are Ubuntu 12.04. I am running Vagrant 1.0.6.

I have spent hours trying to troubleshoot this. Configuration seems painfully simple, but I am not getting the desired and expected results. I may have run across a bug, but I would expect that many others would have complained about this issue. I have not found many reports at this time.

Here is my Vagrantfile:

-- mode: ruby --

vi: set ft=ruby :

Vagrant::Config.run do |config|

All Vagrant configuration is done here. The most common configuration

options are documented and commented below. For a complete reference,

please see the online documentation at vagrantup.com.

config.vm.define :web do |web_config| web_config.vm.customize ["modifyvm", :id, "--name", "web", "--memory", "512"] web_config.vm.box = "ubuntu1204_ruby193" web_config.vm.host_name = "web" web_config.vm.forward_port 22, 2222, :auto => true web_config.vm.forward_port 80, 4567, :auto => true web_config.vm.network :bridged, :bridge => "en0: Ethernet" web_config.vm.share_folder "puppet", "/etc/puppet", "../mdn_ops" end

config.vm.define :stage do |stage_config| stage_config.vm.customize ["modifyvm", :id, "--name", "stage", "--memory", "512"] stage_config.vm.box = "ubuntu1204_ruby193" stage_config.vm.host_name = "stage" stage_config.vm.forward_port 22, 2222, :auto => true stage_config.vm.network :bridged, :bridge => "en0: Ethernet" stage_config.vm.share_folder "puppet", "/etc/puppet", "../mdn_ops" end end

Here is a screen shot of one of my vm network settings in VirtualBox after vagrant up: Screen Shot 2013-02-03 at 9 52 26 AM Screen Shot 2013-02-03 at 9 52 37 AM

Here is the vagrant debug log when bringing up the VMs:

quark:mdn adm1n$ VAGRANT_LOG=DEBUG vagrant up >> vagrant_debug INFO global: Vagrant version: 1.0.6 INFO vagrant: vagrant invoked: ["up"] DEBUG vagrant: Creating Vagrant environment INFO environment: Environment initialized (#Vagrant::Environment:0x000001009a3480) INFO environment: - cwd: /Users/adm1n/Dropbox/puppet/mdn INFO environment: Home path: /Users/adm1n/.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.6/config/default.rb" DEBUG loader: Populating proc cache for "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/config/default.rb" DEBUG loader: Load procs for pathname: #Pathname:/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/config/default.rb DEBUG loader: Set :root = #Pathname:/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile DEBUG loader: Populating proc cache for #Pathname:/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile DEBUG loader: Load procs for pathname: #Pathname:/Users/adm1n/Dropbox/puppet/mdn/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: web DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/config/default.rb" DEBUG loader: Set :root = #Pathname:/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile DEBUG loader: Set :vm = [#Proc:0x000001008dc858@/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile:9] DEBUG loader: Populating proc cache for #Proc:0x000001008dc858@/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile:9 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: Loading from: vm (evaluating) DEBUG loader: Configuration loaded successfully DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/config/default.rb" DEBUG loader: Set :box = #Pathname:/Users/adm1n/.vagrant.d/boxes/ubuntu1204_ruby193/Vagrantfile DEBUG loader: Populating proc cache for #Pathname:/Users/adm1n/.vagrant.d/boxes/ubuntu1204_ruby193/Vagrantfile DEBUG loader: Load procs for pathname: #Pathname:/Users/adm1n/.vagrant.d/boxes/ubuntu1204_ruby193/Vagrantfile DEBUG loader: Set :root = #Pathname:/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile DEBUG loader: Set :vm = [#Proc:0x000001008dc858@/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile:9] 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: Loading from: vm (cache) DEBUG loader: Configuration loaded successfully DEBUG environment: Loading configuration for VM: stage DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/config/default.rb" DEBUG loader: Set :root = #Pathname:/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile DEBUG loader: Set :vm = [#Proc:0x000001008dc5d8@/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile:19] DEBUG loader: Populating proc cache for #Proc:0x000001008dc5d8@/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile:19 DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm] DEBUG loader: Loading from: default (cache) DEBUG loader: Loading from: box (cache) DEBUG loader: Loading from: root (cache) DEBUG loader: Loading from: vm (evaluating) DEBUG loader: Configuration loaded successfully DEBUG loader: Set :default = "/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.6/config/default.rb" DEBUG loader: Set :box = #Pathname:/Users/adm1n/.vagrant.d/boxes/ubuntu1204_ruby193/Vagrantfile DEBUG loader: Set :root = #Pathname:/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile DEBUG loader: Set :vm = [#Proc:0x000001008dc5d8@/Users/adm1n/Dropbox/puppet/mdn/Vagrantfile:19] DEBUG loader: Loading configuration in order: [:default, :box, :home, :root, :vm] DEBUG loader: Loading from: default (cache) DEBUG loader: Loading from: box (cache) DEBUG loader: Loading from: root (cache) DEBUG loader: Loading from: vm (cache) 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: /Users/adm1n/Dropbox/puppet/mdn/.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 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: 31999 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 INFO up: Creating: web DEBUG hosts: Host path search classes: [Vagrant::Hosts::Windows, Vagrant::Hosts::Arch, Vagrant::Hosts::Gentoo, Vagrant::Hosts::Fedora, Vagrant::Hosts::OpenSUSE, Vagrant::Hosts::FreeBSD, Vagrant::Hosts::Linux, Vagrant::Hosts::BSD] INFO hosts: Host class: Vagrant::Hosts::BSD INFO runner: Running action: up INFO warden: Calling action: #Vagrant::Action::General::CheckVirtualbox:0x00000102a6a088 INFO subprocess: Starting process: ["VBoxManage", "list", "hostonlyifs"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::General::Validate:0x00000102a6a060 INFO warden: Calling action: #Vagrant::Action::VM::CheckAccessible:0x00000102a6a038 INFO warden: Calling action: #Vagrant::Action::VM::CheckBox:0x00000102a6a010 INFO warden: Calling action: #Vagrant::Action::VM::Import:0x00000102a69fe8 INFO interface: info: Importing base box 'ubuntu1204_ruby193'... INFO subprocess: Starting process: ["VBoxManage", "import", "/Users/adm1n/.vagrant.d/boxes/ubuntu1204_ruby193/box.ovf"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stderr: 0%... DEBUG subprocess: stderr: 10%...20%...30%...40%...50%...60%...70%...80%...90%... DEBUG subprocess: stderr: 100%

DEBUG subprocess: stderr: Interpreting /Users/adm1n/.vagrant.d/boxes/ubuntu1204_ruby193/box.ovf...

DEBUG subprocess: stderr: OK.

DEBUG subprocess: stderr: 0%... DEBUG subprocess: stderr: 10%...

INFO interface: info: Progress: 10% DEBUG subprocess: stderr: 20%...

INFO interface: info: Progress: 20% DEBUG subprocess: stderr: 30%...

INFO interface: info: Progress: 30% DEBUG subprocess: stderr: 40%...

INFO interface: info: Progress: 40% DEBUG subprocess: stderr: 50%...

INFO interface: info: Progress: 50% DEBUG subprocess: stderr: 60%...

INFO interface: info: Progress: 60% DEBUG subprocess: stderr: 70%...

INFO interface: info: Progress: 70% DEBUG subprocess: stderr: 80%...

INFO interface: info: Progress: 80% DEBUG subprocess: stderr: 90%...

INFO interface: info: Progress: 90% DEBUG subprocess: stderr: 100%

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31985 DEBUG subprocess: Exit status: 0 DEBUG subprocess: Disks: vmdisk1 42949672960 -1 http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized box-disk1.vmdk -1 -1
Virtual system 0: 0: Suggested OS type: "Ubuntu" (change with "--vsys 0 --ostype "; use "list ostypes" to list all possible values) 1: Suggested VM name "template_1359261084" (change with "--vsys 0 --vmname ") 2: Number of CPUs: 1 (change with "--vsys 0 --cpus ") 3: Guest memory: 512 MB (change with "--vsys 0 --memory ") 4: Network adapter: orig NAT, config 3, extra slot=0;type=NAT 5: Network adapter: orig HostOnly, config 3, extra slot=1;type=HostOnly 6: CD-ROM (disable with "--vsys 0 --unit 6 --ignore") 7: IDE controller, type PIIX4 (disable with "--vsys 0 --unit 7 --ignore") 8: IDE controller, type PIIX4 (disable with "--vsys 0 --unit 8 --ignore") 9: SATA controller, type AHCI (disable with "--vsys 0 --unit 9 --ignore") 10: Hard disk image: source image=box-disk1.vmdk, target path=/Users/adm1n/VirtualBox VMs/template_1359261084/box-disk1.vmdk, controller=9;channel=0 (change target path with "--vsys 0 --unit 10 --disk path"; disable with "--vsys 0 --unit 10 --ignore") Successfully imported the appliance.

INFO subprocess: Starting process: ["VBoxManage", "list", "vms"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: "railroad.thecerveras.com" {7853b3d1-82e2-4266-b24b-960ddea889ce} "template_1359261084" {f746aadb-5045-4864-8e19-e8527371455d}

DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO datastore: Committing data to data store: /Users/adm1n/Dropbox/puppet/mdn/.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 subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: Name: template_1359261084 Groups: / Guest OS: Ubuntu UUID: f746aadb-5045-4864-8e19-e8527371455d Config file: /Users/adm1n/VirtualBox VMs/template_1359261084/template_1359261084.vbox Snapshot folder: /Users/adm1n/VirtualBox VMs/template_1359261084/Snapshots Log folder: /Users/adm1n/VirtualBox VMs/template_1359261084/Logs Hardware UUID: f746aadb-5045-4864-8e19-e8527371455d Memory size: 512MB Page Fusion: off VRAM size: 12MB CPU exec cap: 100% HPET: off Chipset: piix3 Firmware: BIOS Number of CPUs: 1 Synthetic Cpu: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): DVD Boot Device (2): HardDisk Boot Device (3): Not Assigned Boot Device (4): Not Assigned ACPI: on IOAPIC: off PAE: off Time offset: 0ms RTC: UTC Hardw. virt.ext: on Hardw. virt.ext exclusive: off Nested Paging: on Large Pages: on VT-x VPID: on State: powered off (since 2013-01-27T04:33:15.000000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Tracing Enabled: off Allow Tracing to Access VM: off Tracing Configuration: Autostart Enabled: off Autostart Delay: 0 Storage Controller Name (0): IDE Controller Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Bootable (0): on Storage Controller Name (1): SATA Controller Storage Controller Type (1): IntelAhci Storage Controller Instance Number (1): 0 Storage Controller Max Port Count (1): 30 Storage Controller Port Count (1): 1 Storage Controller Bootable (1): on IDE Controller (1, 0): Empty SATA Controller (0, 0): /Users/adm1n/VirtualBox VMs/template_1359261084/box-disk1.vmdk (UUID: f66e9df0-e697-4031-8f25-845a888685ee) NIC 1: MAC: 080027D7DA05, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64) NIC 2: MAC: 080027CD6BD8, Attachment: Host-only Interface 'vboxnet0', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: PS/2 Mouse Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled LPT 1: disabled LPT 2: disabled Audio: disabled Clipboard Mode: disabled Drag'n'drop Mode: disabled VRDE: disabled USB: disabled EHCI: disabled

USB Device Filters:

Available remote USB devices: Currently Attached USB Devices: Bandwidth groups: Shared folders: VRDE Connection: not active Clients so far: 0 Guest: Configured memory balloon size: 0 MB DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::CheckGuestAdditions:0x00000102a69fc0 INFO subprocess: Starting process: ["VBoxManage", "guestproperty", "get", "f746aadb-5045-4864-8e19-e8527371455d", "/VirtualBox/GuestAdd/Version"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: No value set! DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO interface: warn: No guest additions were detected on the base box for this VM! Guest additions are required for forwarded ports, shared folders, host only networking, and more. If SSH fails on this machine, please install the guest additions and repackage the box to continue. This is not an error message; everything may continue to work properly, in which case you may ignore this message. INFO warden: Calling action: #Vagrant::Action::VM::DefaultName:0x00000102a69f98 INFO defaultname: Setting the default name of the VM INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "f746aadb-5045-4864-8e19-e8527371455d", "--name", "mdn_1359902294"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::MatchMACAddress:0x00000100838168 INFO interface: info: Matching MAC address for NAT networking... INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "f746aadb-5045-4864-8e19-e8527371455d", "--macaddress1", "08002749BEF3"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::General::CheckVirtualbox:0x00000100838118 INFO subprocess: Starting process: ["VBoxManage", "list", "hostonlyifs"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::General::Validate:0x000001008380a0 INFO warden: Calling action: #Vagrant::Action::VM::CheckAccessible:0x00000100838078 INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="mdn_1359902294" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/mdn_1359902294/mdn_1359902294.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="poweroff" VMStateChangeTime="2013-01-27T04:33:15.000000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/mdn_1359902294/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" hostonlyadapter2="vboxnet0" macaddress2="080027CD6BD8" cableconnected2="on" nic2="hostonly" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" vrde="off" usb="off" ehci="off" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::CleanMachineFolder:0x00000100838050 INFO subprocess: Starting process: ["VBoxManage", "list", "systemproperties"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: API version: 4_2 Minimum guest RAM size: 4 Megabytes Maximum guest RAM size: 2097152 Megabytes Minimum video RAM size: 1 Megabytes Maximum video RAM size: 256 Megabytes Minimum guest CPU count: 1 Maximum guest CPU count: 32 Virtual disk limit (info): 2199022206976 Bytes Maximum Serial Port count: 2 Maximum Parallel Port count: 2 Maximum Boot Position: 4 Maximum PIIX3 Network Adapter count: 8 Maximum ICH9 Network Adapter count: 36 Maximum PIIX3 IDE Controllers: 1 Maximum ICH9 IDE Controllers: 1 Maximum IDE Port count: 2 Maximum Devices per IDE Port: 2 Maximum PIIX3 SATA Controllers: 1 Maximum ICH9 SATA Controllers: 8 Maximum SATA Port count: 30 Maximum Devices per SATA Port: 1 Maximum PIIX3 SCSI Controllers: 1 Maximum ICH9 SCSI Controllers: 8 Maximum SCSI Port count: 16 Maximum Devices per SCSI Port: 1 Maximum SAS PIIX3 Controllers: 1 Maximum SAS ICH9 Controllers: 8 Maximum SAS Port count: 8 Maximum Devices per SAS Port: 1 Maximum PIIX3 Floppy Controllers:1 Maximum ICH9 Floppy Controllers: 1 Maximum Floppy Port count: 1 Maximum Devices per Floppy Port: 2 Default machine folder: /Users/adm1n/VirtualBox VMs VRDE auth library: VBoxAuth Webservice auth. library: VBoxAuth Remote desktop ExtPack: Log history count: 3 Autostart database path: Default Guest Additions ISO: /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::ClearForwardedPorts:0x00000100838028 INFO interface: info: Clearing any previously set forwarded ports... DEBUG virtualbox_4_2: read_forward_ports: uuid=f746aadb-5045-4864-8e19-e8527371455d active_only=false INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="mdn_1359902294" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/mdn_1359902294/mdn_1359902294.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="poweroff" VMStateChangeTime="2013-01-27T04:33:15.000000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/mdn_1359902294/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" hostonlyadapter2="vboxnet0" macaddress2="080027CD6BD8" cableconnected2="on" nic2="hostonly" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" vrde="off" usb="off" ehci="off" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::Env::Set:0x00000100837fd8 INFO warden: Calling action: #Vagrant::Action::VM::CheckPortCollisions:0x00000100837fb0 DEBUG virtualbox_4_2: read_forward_ports: uuid=f746aadb-5045-4864-8e19-e8527371455d active_only=false INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="mdn_1359902294" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/mdn_1359902294/mdn_1359902294.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="poweroff" VMStateChangeTime="2013-01-27T04:33:15.000000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/mdn_1359902294/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" hostonlyadapter2="vboxnet0" macaddress2="080027CD6BD8" cableconnected2="on" nic2="hostonly" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" vrde="off" usb="off" ehci="off" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO subprocess: Starting process: ["VBoxManage", "list", "vms"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: "railroad.thecerveras.com" {7853b3d1-82e2-4266-b24b-960ddea889ce} "mdn_1359902294" {f746aadb-5045-4864-8e19-e8527371455d} DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG virtualbox_4_2: read_forward_ports: uuid=7853b3d1-82e2-4266-b24b-960ddea889ce active_only=true INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "7853b3d1-82e2-4266-b24b-960ddea889ce", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="railroad.thecerveras.com" groups="/" ostype="Ubuntu" UUID="7853b3d1-82e2-4266-b24b-960ddea889ce" CfgFile="/Users/adm1n/VirtualBox VMs/railroad.thecerveras.com/railroad.thecerveras.com.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/railroad.thecerveras.com/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/railroad.thecerveras.com/Logs" hardwareuuid="7853b3d1-82e2-4266-b24b-960ddea889ce" memory=1024 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="off" pae="on" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="poweroff" VMStateChangeTime="2013-01-14T03:36:46.000000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="/Users/adm1n/VirtualBox VMs/railroad.thecerveras.com/railroad.thecerveras.com.vmdk" "SATA-ImageUUID-0-0"="772f9c6c-7c3d-4eaf-82e0-0de2b9844402" natnet1="nat" macaddress1="08002716BFF2" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" nic2="none" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="coreaudio" clipboard="disabled" draganddrop="disabled" vrde="off" usb="on" ehci="off" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::ForwardPorts:0x00000100837f88 INFO interface: info: Forwarding ports... INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="mdn_1359902294" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/mdn_1359902294/mdn_1359902294.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="poweroff" VMStateChangeTime="2013-01-27T04:33:15.000000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/mdn_1359902294/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" hostonlyadapter2="vboxnet0" macaddress2="080027CD6BD8" cableconnected2="on" nic2="hostonly" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" vrde="off" usb="off" ehci="off" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO interface: info: -- 22 => 2222 (adapter 1) INFO interface: info: -- 80 => 4567 (adapter 1) INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "f746aadb-5045-4864-8e19-e8527371455d", "--natpf1", "m-25e,tcp,,2222,,22", "--natpf1", "2g-4en,tcp,,4567,,80"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::Provision:0x00000100837f60 INFO warden: Calling action: #Vagrant::Action::VM::PruneNFSExports:0x0000010091a8d8 INFO subprocess: Starting process: ["VBoxManage", "list", "vms"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: "railroad.thecerveras.com" {7853b3d1-82e2-4266-b24b-960ddea889ce} "mdn_1359902294" {f746aadb-5045-4864-8e19-e8527371455d} DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::NFS:0x0000010091a450 INFO warden: Calling action: #Vagrant::Action::VM::ClearSharedFolders:0x000001009fb360 INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="mdn_1359902294" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/mdn_1359902294/mdn_1359902294.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="poweroff" VMStateChangeTime="2013-01-27T04:33:15.000000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/mdn_1359902294/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="2g-4en,tcp,,4567,,80" Forwarding(1)="m-25e,tcp,,2222,,22" hostonlyadapter2="vboxnet0" macaddress2="080027CD6BD8" cableconnected2="on" nic2="hostonly" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" vrde="off" usb="off" ehci="off" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::ShareFolders:0x000001009fb338 INFO interface: info: Creating shared folders metadata... INFO subprocess: Starting process: ["VBoxManage", "sharedfolder", "add", "f746aadb-5045-4864-8e19-e8527371455d", "--name", "v-root", "--hostpath", "/Users/adm1n/Dropbox/puppet/mdn"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 DEBUG subprocess: Exit status: 0 INFO subprocess: Starting process: ["VBoxManage", "sharedfolder", "add", "f746aadb-5045-4864-8e19-e8527371455d", "--name", "puppet", "--hostpath", "/Users/adm1n/Dropbox/puppet/mdn_ops"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::HostName:0x00000102a25370 INFO warden: Calling action: #Vagrant::Action::VM::ClearNetworkInterfaces:0x00000102a25348 INFO interface: info: Clearing any previously set network interfaces... INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "f746aadb-5045-4864-8e19-e8527371455d", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::Network:0x00000102a25320 DEBUG network: Determining adapters and networks... INFO subprocess: Starting process: ["VBoxManage", "list", "bridgedifs"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG subprocess: Name: en0: Ethernet GUID: 00306e65-0000-4000-8000-3c07540316b0 DHCP: Disabled IPAddress: 192.168.0.25 NetworkMask: 255.255.255.0 IPV6Address: IPV6NetworkMaskPrefixLength: 0 HardwareAddress: 3c:07:54:03:16:b0 MediumType: Ethernet Status: Up VBoxNetworkName: HostInterfaceNetworking-en0 Name: en1: Wi-Fi (AirPort) GUID: 00316e65-0000-4000-8000-28cfda05c6e7 DHCP: Disabled IPAddress: 0.0.0.0 NetworkMask: 0.0.0.0 IPV6Address: IPV6NetworkMaskPrefixLength: 0 HardwareAddress: 28:cf:da:05:c6:e7 MediumType: Ethernet Status: Up VBoxNetworkName: HostInterfaceNetworking-en1 Name: p2p0 GUID: 30703270-0000-4000-8000-0acfda05c6e7 DHCP: Disabled IPAddress: 0.0.0.0 NetworkMask: 0.0.0.0 IPV6Address: IPV6NetworkMaskPrefixLength: 0 HardwareAddress: 0a:cf:da:05:c6:e7 MediumType: Ethernet Status: Down VBoxNetworkName: HostInterfaceNetworking-p2p0 Name: vmnet1 GUID: 656e6d76-3174-4000-8000-005056c00001 DHCP: Disabled IPAddress: 172.16.207.1 NetworkMask: 255.255.255.0 IPV6Address: IPV6NetworkMaskPrefixLength: 0 HardwareAddress: 00:50:56:c0:00:01 MediumType: Ethernet Status: Up VBoxNetworkName: HostInterfaceNetworking-vmnet1 Name: vmnet8 GUID: 656e6d76-3874-4000-8000-005056c00008 DHCP: Disabled IPAddress: 192.168.214.1 NetworkMask: 255.255.255.0 IPV6Address: IPV6NetworkMaskPrefixLength: 0 HardwareAddress: 00:50:56:c0:00:08 MediumType: Ethernet Status: Up VBoxNetworkName: HostInterfaceNetworking-vmnet8 DEBUG network: Bridge was directly specified in config, searching for: en0: Ethernet DEBUG network: Specific bridge found as configured in the Vagrantfile. Using it. INFO network: Bridging adapter to en0: Ethernet DEBUG network: Assigning adapter locations... INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="mdn_1359902294" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/mdn_1359902294/mdn_1359902294.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/mdn_1359902294/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="poweroff" VMStateChangeTime="2013-01-27T04:33:15.000000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/mdn_1359902294/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="2g-4en,tcp,,4567,,80" Forwarding(1)="m-25e,tcp,,2222,,22" nic2="none" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" vrde="off" usb="off" ehci="off" SharedFolderNameMachineMapping1="v-root" SharedFolderPathMachineMapping1="/Users/adm1n/Dropbox/puppet/mdn" SharedFolderNameMachineMapping2="puppet" SharedFolderPathMachineMapping2="/Users/adm1n/Dropbox/puppet/mdn_ops" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG network: Available NICs: [2, 3, 4, 5, 6, 7, 8] INFO network: Enabling adapters... INFO interface: info: Preparing network interfaces based on configuration... INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "f746aadb-5045-4864-8e19-e8527371455d", "--nic2", "bridged", "--bridgeadapter2", "en0: Ethernet"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::SaneDefaults:0x000001029b06d8 INFO subprocess: Starting process: ["VBoxManage", "storagectl", "f746aadb-5045-4864-8e19-e8527371455d", "--name", "SATA Controller", "--hostiocache", "on"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO sanedefaults: Enabling the Host I/O cache on the SATA controller... (exit status = 0) INFO sanedefaults: Disabling DNS proxy since resolv.conf contains 127.0.0.1 INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "f746aadb-5045-4864-8e19-e8527371455d", "--natdnsproxy1", "off"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO sanedefaults: Disable the NAT DNS proxy on adapter 1... (exit status = 0) INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "f746aadb-5045-4864-8e19-e8527371455d", "--natdnshostresolver1", "off"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO sanedefaults: Disable the NAT DNS resolver on adapter 1... (exit status = 0) INFO warden: Calling action: #Vagrant::Action::VM::Customize:0x000001028b2128 INFO interface: info: Running any VM customizations... INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "f746aadb-5045-4864-8e19-e8527371455d", "--name", "web", "--memory", "512"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling action: #Vagrant::Action::VM::Boot:0x000001028b2100 INFO interface: info: Booting VM... INFO subprocess: Starting process: ["VBoxManage", "startvm", "f746aadb-5045-4864-8e19-e8527371455d", "--type", "headless"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: Waiting for VM "f746aadb-5045-4864-8e19-e8527371455d" to power on... VM "f746aadb-5045-4864-8e19-e8527371455d" has been successfully started. DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO interface: info: Waiting for VM to boot. This can take a few minutes. DEBUG ssh: Checking whether SSH is ready... DEBUG virtualbox_4_2: Searching for SSH port: 22 DEBUG virtualbox_4_2: read_forward_ports: uuid=f746aadb-5045-4864-8e19-e8527371455d active_only=false INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="web" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/web/web.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/web/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/web/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="running" VMStateChangeTime="2013-02-03T14:38:15.805000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/web/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="2g-4en,tcp,,4567,,80" Forwarding(1)="m-25e,tcp,,2222,,22" bridgeadapter2="en0: Ethernet" macaddress2="080027CD6BD8" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" VideoMode="640,480,32" vrde="off" usb="off" ehci="off" SharedFolderNameMachineMapping1="v-root" SharedFolderPathMachineMapping1="/Users/adm1n/Dropbox/puppet/mdn" SharedFolderNameMachineMapping2="puppet" SharedFolderPathMachineMapping2="/Users/adm1n/Dropbox/puppet/mdn_ops" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 GuestOSType="Ubuntu" GuestAdditionsRunLevel=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 DEBUG subprocess: Exit status: 0 DEBUG virtualbox_4_2: - [1, "2g-4en", 4567, 80] DEBUG virtualbox_4_2: - [1, "m-25e", 2222, 22] DEBUG ssh: Checking key permissions: /Users/adm1n/.vagrant.d/insecure_private_key DEBUG ssh: Checking key permissions: /Users/adm1n/.vagrant.d/insecure_private_key INFO ssh: Connecting to SSH: 127.0.0.1:2222 INFO ssh: SSH not up: # INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="web" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/web/web.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/web/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/web/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="running" VMStateChangeTime="2013-02-03T14:38:15.805000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/web/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="2g-4en,tcp,,4567,,80" Forwarding(1)="m-25e,tcp,,2222,,22" bridgeadapter2="en0: Ethernet" macaddress2="080027CD6BD8" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" VideoMode="640,480,32" vrde="off" usb="off" ehci="off" SharedFolderNameMachineMapping1="v-root" SharedFolderPathMachineMapping1="/Users/adm1n/Dropbox/puppet/mdn" SharedFolderNameMachineMapping2="puppet" SharedFolderPathMachineMapping2="/Users/adm1n/Dropbox/puppet/mdn_ops" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 GuestOSType="Linux26" GuestAdditionsRunLevel=1 GuestAdditionsVersion="4.2.6 r82870" GuestAdditionsFacility_VirtualBox Base Driver=50,1359902301995 GuestAdditionsFacility_Seamless Mode=0,1359902301995 GuestAdditionsFacility_Graphics Mode=0,1359902301995 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 DEBUG subprocess: Exit status: 0 DEBUG ssh: Checking whether SSH is ready... DEBUG ssh: Re-using SSH connection. INFO ssh: SSH is ready! INFO interface: info: VM booted and ready for use! INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG subprocess: name="web" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/web/web.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/web/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/web/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="running" VMStateChangeTime="2013-02-03T14:38:15.805000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/web/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="2g-4en,tcp,,4567,,80" Forwarding(1)="m-25e,tcp,,2222,,22" bridgeadapter2="en0: Ethernet" macaddress2="080027CD6BD8" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" VideoMode="640,480,32" vrde="off" usb="off" ehci="off" SharedFolderNameMachineMapping1="v-root" SharedFolderPathMachineMapping1="/Users/adm1n/Dropbox/puppet/mdn" SharedFolderNameMachineMapping2="puppet" SharedFolderPathMachineMapping2="/Users/adm1n/Dropbox/puppet/mdn_ops" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 GuestOSType="Linux26" GuestAdditionsRunLevel=1 GuestAdditionsVersion="4.2.6 r82870" GuestAdditionsFacility_VirtualBox Base Driver=50,1359902301995 GuestAdditionsFacility_Seamless Mode=0,1359902301995 GuestAdditionsFacility_Graphics Mode=0,1359902301995 INFO interface: info: Configuring and enabling network interfaces... INFO subprocess: Starting process: ["VBoxManage", "showvminfo", "f746aadb-5045-4864-8e19-e8527371455d", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="web" groups="/" ostype="Ubuntu" UUID="f746aadb-5045-4864-8e19-e8527371455d" CfgFile="/Users/adm1n/VirtualBox VMs/web/web.vbox" SnapFldr="/Users/adm1n/VirtualBox VMs/web/Snapshots" LogFldr="/Users/adm1n/VirtualBox VMs/web/Logs" hardwareuuid="f746aadb-5045-4864-8e19-e8527371455d" memory=512 pagefusion="off" vram=12 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 synthcpu="off" bootmenu="messageandmenu" boot1="dvd" boot2="disk" boot3="none" boot4="none" acpi="on" ioapic="off" pae="off" Time offset=0rtcuseutc="on" hwvirtex="on" hwvirtexexcl="off" nestedpaging="on" largepages="on" vtxvpid="on" VMState="running" VMStateChangeTime="2013-02-03T14:38:15.805000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 storagecontrollername0="IDE Controller" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA Controller" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE Controller-0-0"="none" "IDE Controller-0-1"="none" "IDE Controller-1-0"="emptydrive" "IDE Controller-IsEjected"="off" "IDE Controller-1-1"="none" "SATA Controller-0-0"="/Users/adm1n/VirtualBox VMs/web/box-disk1.vmdk" "SATA Controller-ImageUUID-0-0"="f66e9df0-e697-4031-8f25-845a888685ee" natnet1="nat" macaddress1="08002749BEF3" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="2g-4en,tcp,,4567,,80" Forwarding(1)="m-25e,tcp,,2222,,22" bridgeadapter2="en0: Ethernet" macaddress2="080027CD6BD8" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="none" clipboard="disabled" draganddrop="disabled" VideoMode="640,480,32" vrde="off" usb="off" ehci="off" SharedFolderNameMachineMapping1="v-root" SharedFolderPathMachineMapping1="/Users/adm1n/Dropbox/puppet/mdn" SharedFolderNameMachineMapping2="puppet" SharedFolderPathMachineMapping2="/Users/adm1n/Dropbox/puppet/mdn_ops" VRDEActiveConnection="off" VRDEClients=0 GuestMemoryBalloon=0 GuestOSType="Linux26" GuestAdditionsRunLevel=1 GuestAdditionsVersion="4.2.6 r82870" GuestAdditionsFacility_VirtualBox Base Driver=50,1359902301995 GuestAdditionsFacility_Seamless Mode=0,1359902301995 GuestAdditionsFacility_Graphics Mode=0,1359902301995 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: cat /etc/debian_version (sudo=false) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: cat /proc/version | grep 'Debian' (sudo=false) DEBUG ssh: Exit status: 1 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: cat /proc/version | grep 'Ubuntu' (sudo=false) DEBUG ssh: Exit status: 0 INFO vm: Loading guest: ubuntu DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: sed -e '/^#VAGRANT-BEGIN/,/^#VAGRANT-END/ d' /etc/network/interfaces > /tmp/vagrant-network-interfaces (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: su -c 'cat /tmp/vagrant-network-interfaces > /etc/network/interfaces' (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Uploading: /var/folders/2n/4pf7slbx7d36hxxzcbn5y5yc0000gn/T/vagrant20130203-50152-18dt1n1 to /tmp/vagrant-network-entry DEBUG ssh: Re-using SSH connection. DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: /sbin/ifdown eth1 2> /dev/null (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: cat /tmp/vagrant-network-entry >> /etc/network/interfaces (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: /sbin/ifup eth1 (sudo=true) DEBUG ssh: Exit status: 0 INFO interface: info: Setting host name... DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: sudo hostname | grep '^web$' (sudo=false) DEBUG ssh: Exit status: 1 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: sed -i 's/.*$/web/' /etc/hostname (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: sed -i 's@^(127[.]0[.]1[.]1[[:space:]]+)@\1web web @' /etc/hosts (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: service hostname start (sudo=true) DEBUG ssh: Exit status: 0 INFO interface: info: Mounting shared folders... INFO interface: info: -- v-root: /vagrant DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: printf /vagrant (sudo=false) DEBUG ssh: Exit status: 0 DEBUG ssh: stdout: /vagrant DEBUG linux: Shell expanded guest path: /vagrant DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: mkdir -p /vagrant (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` v-root /vagrant (sudo=true) DEBUG ssh: stderr: stdin: is not a tty DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: chown `id -u vagrant`:`id -g vagrant` /vagrant (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: [ -x /sbin/initctl ] && /sbin/initctl emit vagrant-mounted MOUNTPOINT=/vagrant (sudo=true) DEBUG ssh: Exit status: 0 INFO interface: info: -- puppet: /etc/puppet DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: printf /etc/puppet (sudo=false) DEBUG ssh: Exit status: 0 DEBUG ssh: stdout: /etc/puppet DEBUG linux: Shell expanded guest path: /etc/puppet DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: mkdir -p /etc/puppet (sudo=true) DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` puppet /etc/puppet (sudo=true) DEBUG ssh: stderr: stdin: is not a tty DEBUG ssh: Exit status: 0 DEBUG ssh: Re-using SSH connection. INFO ssh: Execute: chown `id -u vagr
mitchellh commented 11 years ago

Can you read me the "/etc/networking/interfaces" file of each of the guest VMs?

Also, can you screenshot the network config for the bridged interface for each of the VMs?

scervera commented 11 years ago

Here is /etc/network/interfaces for hostname "web":

vagrant@web:~$ cat /etc/network/interfaces

This file describes the network interfaces available on your system

and how to activate them. For more information, see interfaces(5).

The loopback network interface

auto lo iface lo inet loopback

The primary network interface

auto eth0 iface eth0 inet dhcp

VAGRANT-BEGIN

The contents below are automatically generated by Vagrant. Do not modify.

auto eth1 iface eth1 inet dhcp post-up route del default dev $IFACE

VAGRANT-END

Here is /etc/network/interfaces for hostname "stage":

vagrant@stage:~$ cat /etc/network/interfaces

This file describes the network interfaces available on your system

and how to activate them. For more information, see interfaces(5).

The loopback network interface

auto lo iface lo inet loopback

The primary network interface

auto eth0 iface eth0 inet dhcp

VAGRANT-BEGIN

The contents below are automatically generated by Vagrant. Do not modify.

auto eth1 iface eth1 inet dhcp post-up route del default dev $IFACE

VAGRANT-END

These are the screenshots for the VirtualBox network config for hostname "stage": Screen Shot 2013-02-03 at 9 52 26 AM Screen Shot 2013-02-03 at 9 52 37 AM

These are the screenshots for the VirtualBox network config for hostname "web": Screen Shot 2013-02-03 at 12 49 50 PM Screen Shot 2013-02-03 at 12 49 59 PM

Thank you for your help.

RobertKielty commented 11 years ago

Have you tried altering the mac addresses on the one of the VMs? So that they were not the same on both VMs.

scervera commented 11 years ago

Yes, that is odd that for adapter 1 in each VM they are identical. Let me see if changing that on one makes any difference. But it seems like a potential bug if these MAC addresses would be generated with the same exact MAC address.

scervera commented 11 years ago

I am unable to modify the MAC address in the VirtualBox GUI for either VM for Adapter 1.

RobertKielty commented 11 years ago

If you can shutdown and power off the VM then you will then be able to regenerate a new MAC address for the adapter.

scervera commented 11 years ago

OK. Thanks. I powered off, changed the MAC address for Adapter 1 of hostname "stage", powered on again, and tried to vagrant ssh stage and now I am unable to connect. I receive the following message:

ssh_exchange_identification: Connection closed by remote host

RobertKielty commented 11 years ago

Have a look at http://superuser.com/questions/342473/vagrant-ssh-fails-with-virtualbox#6477331

On 3 February 2013 18:16, scervera notifications@github.com wrote:

OK. Thanks. I powered off, changed the MAC address for Adapter 1 of hostname "stage", powered on again, and tried to vagrant ssh stage and now I am unable to connect. I receive the following message:

ssh_exchange_identification: Connection closed by remote host

— Reply to this email directly or view it on GitHubhttps://github.com/mitchellh/vagrant/issues/1351#issuecomment-13050985.

scervera commented 11 years ago

Can you confirm that the NAT address of Adapter 1 is or is not supposed to have the same MAC addresses across two different VMs? If this is NOT the expected behavior, then I have identified a bug. If it IS expected behavior, then I'm not sure why I should be changing the MAC address of Adapter 1. Do you understand my concern?

RobertKielty commented 11 years ago

The MAC address is supposed to be a unique identifier for network interfaces. See http://en.wikipedia.org/wiki/MAC_address for more info.

So I think it would be best to avoid MAC address clashes across Network Adapters on VMs that appear on the same network. I suspected that the reason that you were getting the same IP was because the MAC addresses were the same.

On 3 February 2013 18:54, scervera notifications@github.com wrote:

Can you confirm that the NAT address of Adapter 1 is or is not supposed to have the same MAC addresses across two different VMs? If this is NOT the expected behavior, then I have identified a bug. If it IS expected behavior, then I'm not sure why I should be changing the MAC address of Adapter 1. Do you understand my concern?

— Reply to this email directly or view it on GitHubhttps://github.com/mitchellh/vagrant/issues/1351#issuecomment-13051641.

scervera commented 11 years ago

Right, I get that MAC addresses should be unique. I just wasn't sure if that was the intended functionality of VirtualBox (for whatever reason). So then, it is confirmed that Vagrant or VirtualBox (at least in my environment) are assigning a duplicate MAC address to two different VMs. This is a bug. Please confirm.

In addition, to test out @RobertKielty's theory on duplicate MAC addresses causing the same IP address to be assigned, I removed the second VM from my multivm Vagrantfile, destroyed the original VMs, and brought up the single VM. When the single VM was brought up, it still had the same 10.0.2.15 IP address. In any case, my DHCP scope is serving a 192.168.0.0 network range. So I'm not sure where this 10.0.2.15 address is coming from. It must be some kind of Vagrant or VirtualBox default. Again, this seems to demonstrate that there is a bug. Please verify.

scervera commented 11 years ago

@mitchellh, I was wondering if you have any feedback or ideas on this case? Also, I'd like to know if the intent of Vagrant/Virtual box is primarily as a development tool and not something intended to be used for production server environments. Thanks for your help.

scervera commented 11 years ago

I think the issue lies with VirtualBox. If I create a vm without vagrant from scratch, create an appliance from it, and then import the appliance using the option to reinitialize the MAC address, I get a VM that only has an IP address with local loop back address. I don't even get the 10.0.2.15 address. Also if I take. Vagrant produced VM and try to change the MAC addresses on the NAT and Bridged interface in VirtualBox, the VM is no longer responsive. Anyone else experienced this? I have tried multiple Macs running 10.7 and 10.8.

scervera commented 11 years ago

Please see this VirtualBox forum discussion: https://forums.virtualbox.org/viewtopic.php?f=8&t=53021&p=243055&hilit=Mac+address#p243055

It appears that there is in fact an issue with Ubuntu VMs on Mac OS 10.8.2. I have confirmed that the recommendation in the forum link above works. It is recommended to edit the /etc/udev/rules.d/70-persistent-net.rules or delete the rules altogether because Linux will rebuild them on the next boot. I have confirmed that deleting the rules AFTER the Mac address is changed in VirtualBox works on both the NAT interface (adapter 1) and the Bridged interface (adapter 2).

I'm closing this issue as I believe it lies with VirtualBox.