Advertisement
jeremykendall

hostonlyif failure

Apr 3rd, 2012
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. INFO warden: Calling action: #<Vagrant::Action::VM::HostName:0x00000002707db0>
  2. INFO warden: Calling action: #<Vagrant::Action::VM::ClearNetworkInterfaces:0x00000002707d88>
  3. INFO interface: info: Clearing any previously set network interfaces...
  4. INFO subprocess: Starting process: ["VBoxManage", "modifyvm", "5ed376c5-10c5-41e0-93b2-08b794e01774", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"]
  5. DEBUG subprocess: Selecting on IO
  6. DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
  7. DEBUG subprocess: Exit status: 0
  8. INFO warden: Calling action: #<Vagrant::Action::VM::Network:0x00000002707d60>
  9. DEBUG network: Determining adapters and networks...
  10. INFO subprocess: Starting process: ["VBoxManage", "list", "bridgedifs"]
  11. DEBUG subprocess: Selecting on IO
  12. DEBUG subprocess: stdout: Name: wlan0
  13. GUID: 6e616c77-0030-4000-8000-60d819d07664
  14. Dhcp: Disabled
  15. IPAddress: 192.168.1.72
  16. NetworkMask: 255.255.255.0
  17. IPV6Address: fe80:0000:0000:0000:62d8:19ff:fed0:7664
  18. IPV6NetworkMaskPrefixLength: 64
  19. HardwareAddress: 60:d8:19:d0:76:64
  20. MediumType: Ethernet
  21. Status: Up
  22. VBoxNetworkName: HostInterfaceNetworking-wlan0
  23.  
  24. Name: eth0
  25. GUID: 30687465-0000-4000-8000-f0def1e08b90
  26. Dhcp: Disabled
  27. IPAddress: 0.0.0.0
  28. NetworkMask: 0.0.0.0
  29. IPV6Address: fe80:0000:0000:0000:f2de:f1ff:fee0:8b90
  30. IPV6NetworkMaskPrefixLength: 64
  31. HardwareAddress: f0:de:f1:e0:8b:90
  32. MediumType: Ethernet
  33. Status: Up
  34. VBoxNetworkName: HostInterfaceNetworking-eth0
  35.  
  36.  
  37. DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
  38. DEBUG subprocess: Exit status: 0
  39. DEBUG network: Searching for matching network: 192.168.33.10
  40. INFO subprocess: Starting process: ["VBoxManage", "list", "dhcpservers"]
  41. DEBUG subprocess: Selecting on IO
  42. DEBUG subprocess: stdout: NetworkName: HostInterfaceNetworking-vboxnet0
  43. IP: 192.168.56.100
  44. NetworkMask: 255.255.255.0
  45. lowerIPAddress: 192.168.56.101
  46. upperIPAddress: 192.168.56.254
  47. Enabled: Yes
  48.  
  49.  
  50. DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
  51. DEBUG subprocess: Exit status: 0
  52. INFO subprocess: Starting process: ["VBoxManage", "list", "hostonlyifs"]
  53. DEBUG subprocess: Selecting on IO
  54. DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
  55. DEBUG subprocess: Exit status: 0
  56. DEBUG network: Network not found. Creating if we can.
  57. INFO subprocess: Starting process: ["VBoxManage", "hostonlyif", "create"]
  58. DEBUG subprocess: Selecting on IO
  59. DEBUG subprocess: stderr: VBoxManage: error: Argument *aHostNetworkInterface is NULL
  60. VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component Host, interface IHost, callee nsISupports
  61. Context: "CreateHostOnlyNetworkInterface (hif.asOutParam(), progress.asOutParam())" at line 64 of file VBoxManageHostonly.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement