Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. error in run: Failed to get machine "boot2docker-vm": machine not exist
  2. bash-3.2$ boot2docker delete
  3. bash-3.2$ boot2docker -v init
  4. Boot2Docker-cli version: v1.4.1
  5. Git commit: 43241cb
  6. 2014/12/22 12:12:59 executing: VBoxManage showvminfo boot2docker-vm --machinereadable
  7. 2014/12/22 12:12:59 executing: VBoxManage showvminfo boot2docker-vm --machinereadable
  8. 2014/12/22 12:12:59 executing: VBoxManage list vms
  9. 2014/12/22 12:12:59 executing: VBoxManage createvm --name boot2docker-vm --register
  10. Virtual machine 'boot2docker-vm' is created and registered.
  11. UUID: 86f5a7ec-0f0c-4aea-97ee-3b9d3f6a21cf
  12. Settings file: '/Users/design/VirtualBox-VMs/boot2docker-vm/boot2docker-vm.vbox'
  13. 2014/12/22 12:13:00 executing: VBoxManage showvminfo boot2docker-vm --machinereadable
  14. 2014/12/22 12:13:00 executing: VBoxManage setextradata boot2docker-vm VBoxInternal/CPUM/EnableHVP 1
  15. 2014/12/22 12:13:00 executing: VBoxManage modifyvm boot2docker-vm --firmware bios --bioslogofadein off --bioslogofadeout off --bioslogodisplaytime 0 --biosbootmenu disabled --natdnshostresolver1 off --natdnsproxy1 off --ostype Linux26_64 --cpus 8 --memory 2048 --vram 8 --acpi on --ioapic on --rtcuseutc on --cpuhotplug off --pae on --longmode on --synthcpu off --hpet on --hwvirtex on --triplefaultreset off --nestedpaging on --largepages on --vtxvpid on --vtxux off --accelerate3d off --uart1 0x3F8 4 --uartmode1 server /Users/design/.boot2docker/boot2docker-vm.sock --boot1 dvd
  16. 2014/12/22 12:13:00 executing: VBoxManage showvminfo boot2docker-vm --machinereadable
  17. 2014/12/22 12:13:00 executing: VBoxManage modifyvm boot2docker-vm --nic1 nat --nictype1 virtio --cableconnected1 on
  18. 2014/12/22 12:13:00 executing: VBoxManage controlvm boot2docker-vm natpf1 ssh,tcp,127.0.0.1,2022,,22
  19. 2014/12/22 12:13:00 executing: VBoxManage list hostonlyifs
  20. 2014/12/22 12:13:00 executing: VBoxManage list dhcpservers
  21. 2014/12/22 12:13:00 executing: VBoxManage hostonlyif create
  22. 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
  23. 2014/12/22 12:13:00 executing: VBoxManage hostonlyif ipconfig dyld: DYLD_ environment variables being ignored because main executable (/Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdp --ip 192.168.59.3 --netmask 255.255.255.0
  24. VBoxManage: error: The host network interface with the given name could not be found
  25. VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component Host, interface IHost, callee nsISupports
  26. VBoxManage: error: Context: "FindHostNetworkInterfaceByName(name.raw(), hif.asOutParam())" at line 218 of file VBoxManageHostonly.cpp
  27. VBoxManage: error: Could not find interface 'dyld: DYLD_ environment variables being ignored because main executable (/Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdp'
  28. error in run: Failed to initialize machine "boot2docker-vm": exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement