Command not in installer? ( ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "list", "bridgedifs"])

1,568 views
Skip to first unread message

Brian Gonzalez

unread,
Sep 19, 2016, 8:15:48 PM9/19/16
to Vagrant
vagrant up --provider="virtualbox"
19/09/2016 20:12:13 DEBUG network: Normalized configuration: {:auto_config=>true, :bridge=>["Intel(R) Ethernet Connection (3) I218-LM", "HostInterfaceNetworking-Intel(R) Ethernet Connection (3) I218-LM", "20:c6:eb:0c:83:01"], :mac=>nil, :nic_type=>nil, :use_dhcp_assigned_default_route=>true, :protocol=>"tcp", :id=>"e7d22039-34ac-45c6-8ed1-b8dd60471ea2", :adapter=>3}
19/09/2016 20:12:13  INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "list", "bridgedifs"]
19/09/2016 20:12:13  INFO subprocess: Command not in installer, restoring original environment...

manual output from command:
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools>"C:/Program Files/Oracle/VirtualBox/VBoxManage.exe" "list" "bridgedifs"
Name:            Intel(R) Dual Band Wireless-AC 7265
GUID:            66a3971e-6edb-4860-801e-e9946dbf56bc
DHCP:            Enabled
IPAddress:       192.168.193.36
NetworkMask:     255.255.31.0
IPV6Address:     fe80:0000:0000:0000:1c5a:7054:11f2:a558
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 60:57:18:4e:b0:74
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-Intel(R) Dual Band Wireless-AC 7265

Name:            Intel(R) Ethernet Connection (3) I218-LM
GUID:            8220d4da-2cf5-43c6-880d-44bc2cfd67fe
DHCP:            Enabled
IPAddress:       169.254.77.218
NetworkMask:     255.255.0.0
IPV6Address:     fe80:0000:0000:0000:6894:45e3:1414:4dda
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 20:c6:eb:0c:83:01
MediumType:      Ethernet
Status:          Down
VBoxNetworkName: HostInterfaceNetworking-Intel(R) Ethernet Connection (3) I218-LM

/BG
debug.log

Alvaro Miranda Aguilera

unread,
Sep 20, 2016, 4:00:16 AM9/20/16
to vagra...@googlegroups.com
hello

did you reboot after Vagrant installation?

Alvaro

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/11f645a9-68bd-478e-a10c-ebcf294af3fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Brian Gonzalez

unread,
Sep 20, 2016, 12:11:04 PM9/20/16
to Vagrant
Al,  I'm not sure to be honest.  Let me try that and get back to you.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.



--

Alvaro Miranda Aguilera

unread,
Sep 20, 2016, 5:58:16 PM9/20/16
to vagra...@googlegroups.com
Hi

in any case, the message you did paste is not an error

so if you can share a gist of a normal vagrant up and a debug one, I am happy to have a look

Thanks
Alvaro

To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/f8002508-b3fa-4b7d-9d5f-6788fdc4022f%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--

Brian Gonzalez

unread,
Sep 20, 2016, 10:07:11 PM9/20/16
to Vagrant
Al,  Thanks again! Your a huge help.

Here is info from my debug log:
20/09/2016 22:01:06  INFO interface: info: Clearing any previously set network interfaces...
20/09/2016 22:01:06  INFO interface: info: ==> default: Clearing any previously set network interfaces...
20/09/2016 22:01:06 ==> default: Clearing any previously set network interfaces...
20/09/2016 22:01:06  INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "modifyvm", "a4d1250f-78a9-4c8f-a0d7-81aec96a69ca", "--nic2", "none", "--nic3", "none", "--nic4", "none", "--nic5", "none", "--nic6", "none", "--nic7", "none", "--nic8", "none"]
20/09/2016 22:01:06  INFO subprocess: Command not in installer, restoring original environment...
20/09/2016 22:01:06 DEBUG subprocess: Selecting on IO
20/09/2016 22:01:06 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
20/09/2016 22:01:06 DEBUG subprocess: Exit status: 0
20/09/2016 22:01:06  INFO warden: Calling IN action: #<VagrantPlugins::ProviderVirtualBox::Action::Network:0x5a674b8>
20/09/2016 22:01:06 DEBUG network: Available slots for high-level adapters: #<Set: {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36}>
20/09/2016 22:01:06  INFO network: Determining network adapters required for high-level configuration...
20/09/2016 22:01:06  INFO network:  -- Slot 2: bridged
20/09/2016 22:01:06  INFO network: Determining adapters and compiling network configuration...
20/09/2016 22:01:06  INFO network: Network slot 1. Type: nat.
20/09/2016 22:01:06 DEBUG network: Normalized configuration: {:auto_config=>false, :adapter=>1}
20/09/2016 22:01:06 DEBUG network: Adapter configuration: {:adapter=>1, :type=>:nat}
20/09/2016 22:01:06  INFO network: Network slot 2. Type: bridged.
20/09/2016 22:01:06 DEBUG network: Normalized configuration: {:auto_config=>true, :bridge=>"Intel(R) Ethernet Connection (3) I218-LM", :mac=>nil, :nic_type=>nil, :use_dhcp_assigned_default_route=>false, :ip=>"192.168.50.1", :protocol=>"tcp", :id=>"67857a81-bf8b-4ff7-8ecf-778a53db6b06", :adapter=>2}
20/09/2016 22:01:06  INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "list", "bridgedifs"]
20/09/2016 22:01:06  INFO subprocess: Command not in installer, restoring original environment...
20/09/2016 22:01:06 DEBUG subprocess: Selecting on IO
20/09/2016 22:01:06 DEBUG subprocess: stdout: Name:            Microsoft Wi-Fi Direct Virtual Adapter #2
GUID:            6c23e19a-c5b1-4e3c-8750-ac067f8a7063
DHCP:            Disabled
IPAddress:       192.168.137.1
NetworkMask:     255.255.255.0
IPV6Address:     2600:100e:b132:0bb5:9cf6:f1bc:8307:774f
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 62:57:18:4e:b0:74
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-Microsoft Wi-Fi Direct Virtual Adapter #2

Name:            Intel(R) Dual Band Wireless-AC 7265
GUID:            66a3971e-6edb-4860-801e-e9946dbf56bc
DHCP:            Enabled
IPAddress:       10.10.10.52
NetworkMask:     255.255.255.0
IPV6Address:     fe80:0000:0000:0000:1c5a:7054:11f2:a558
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 60:57:18:4e:b0:74
MediumType:      Ethernet
Status:          Up
VBoxNetworkName: HostInterfaceNetworking-Intel(R) Dual Band Wireless-AC 7265

Name:            Intel(R) Ethernet Connection (3) I218-LM
GUID:            8220d4da-2cf5-43c6-880d-44bc2cfd67fe
DHCP:            Enabled
IPAddress:       169.254.77.218
NetworkMask:     255.255.0.0
IPV6Address:     fe80:0000:0000:0000:6894:45e3:1414:4dda
IPV6NetworkMaskPrefixLength: 64
HardwareAddress: 20:c6:eb:0c:83:01
MediumType:      Ethernet
Status:          Down
VBoxNetworkName: HostInterfaceNetworking-Intel(R) Ethernet Connection (3) I218-LM

20/09/2016 22:01:06 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
20/09/2016 22:01:06 DEBUG subprocess: Exit status: 0
20/09/2016 22:01:06 DEBUG network: Bridge was directly specified in config, searching for: Intel(R) Ethernet Connection (3) I218-LM
20/09/2016 22:01:06  INFO interface: info: Specific bridge 'Intel(R) Ethernet Connection (3) I218-LM' not found. You may be asked to specify
which network to bridge to.
20/09/2016 22:01:06  INFO interface: info: ==> default: Specific bridge 'Intel(R) Ethernet Connection (3) I218-LM' not found. You may be asked to specify
==> default: which network to bridge to.
20/09/2016 22:01:06 ==> default: Specific bridge 'Intel(R) Ethernet Connection (3) I218-LM' not found. You may be asked to specify
==> default: which network to bridge to.
20/09/2016 22:01:06  INFO interface: info: Available bridged network interfaces:
20/09/2016 22:01:06  INFO interface: info: ==> default: Available bridged network interfaces:
20/09/2016 22:01:06 ==> default: Available bridged network interfaces:
20/09/2016 22:01:06  INFO interface: info: 1) Microsoft Wi-Fi Direct Virtual Adapter #2
20/09/2016 22:01:06  INFO interface: info: 1) Microsoft Wi-Fi Direct Virtual Adapter #2
20/09/2016 22:01:06 1) Microsoft Wi-Fi Direct Virtual Adapter #2
20/09/2016 22:01:06  INFO interface: info: 2) Intel(R) Dual Band Wireless-AC 7265
20/09/2016 22:01:06  INFO interface: info: 2) Intel(R) Dual Band Wireless-AC 7265
20/09/2016 22:01:06 2) Intel(R) Dual Band Wireless-AC 7265
20/09/2016 22:01:06  INFO interface: info: When choosing an interface, it is usually the one that is
being used to connect to the internet.

20/09/2016 22:01:06  INFO interface: info: ==> default: When choosing an interface, it is usually the one that is
==> default: being used to connect to the internet.
20/09/2016 22:01:06 ==> default: When choosing an interface, it is usually the one that is
==> default: being used to connect to the internet.
20/09/2016 22:01:06  INFO interface: ask: Which interface should the network bridge to? 
20/09/2016 22:01:06  INFO interface: ask:     default: Which interface should the network bridge to? 
20/09/2016 22:01:06     default: Which interface should the network bridge to? 

And here is my full Vagrantfile gist: https://gist.github.com/brianfgonzalez/30aaeeaa93bb9b943128767f11e56530

config.vm.network "public_network", ip: "192.168.50.1", bridge: "Intel(R) Ethernet Connection (3) I218-LM"

/BG




--

Alvaro Miranda Aguilera

unread,
Sep 21, 2016, 3:41:36 AM9/21/16
to vagra...@googlegroups.com

On Wed, Sep 21, 2016 at 4:07 AM, Brian Gonzalez <brianfg...@gmail.com> wrote:
which network to bridge to.
20/09/2016 22:01:06  INFO interface: info: ==> default: Specific bridge 'Intel(R) Ethernet Connection (3) I218-LM' not found. You may be asked to specify
==> default: which network to bridge to.
20/09/2016 22:01:06 ==> default: Specific bridge 'Intel(R) Ethernet Connection (3) I218-LM' not found. You may be asked to specify
==> default: which network to bridge to.

Hello

I don't see any error at all in your log. And you haven't described whats the issue.. or I miss that totally

So I will assume you want to have a silent vagrant up and you are being asked to choose the network to bridge.

The message is here:
which network to bridge to.
20/09/2016 22:01:06  INFO interface: info: ==> default: Specific bridge 'Intel(R) Ethernet Connection (3) I218-LM' not found. You may be asked to specify
==> default: which network to bridge to.
20/09/2016 22:01:06 ==> default: Specific bridge 'Intel(R) Ethernet Connection (3) I218-LM' not found. You may be asked to specify
==> default: which network to bridge to.



so change your Vagrant config to this:

config.vm.network "public_network", ip: "192.168.50.2"

Hint, Virtualbox try to use 50.1 so you can use 50.2 upto 50.254 for VMs

When you get prompted by the interface, copy the name as is display in the prompt.

If you still have issues please.

1. Share a gist of the full vagant up log in debug, not an extract
2. try to contextualize whats the issue/error you are having. What is not happening that should happen, and what do you see, how do you configure it. etc.

happy to help more,

Thanks
Alvaro.



--
Reply all
Reply to author
Forward
0 new messages