crc-org / osp4

Proof of Concept repository of CodeReady Containers [Archived]
Apache License 2.0
26 stars 16 forks source link

IP question message reported when we start #25

Closed cmoulliard closed 5 years ago

cmoulliard commented 5 years ago

When I start the vm on my macbook using the script, then I see such messgaes logged within the terminal

./minishift_virtualbox.sh start
Waiting for VM "master" to power on...
VM "master" has been successfully started.
Waiting for VM "worker" to power on...
VM "worker" has been successfully started.
? (192.168.99.255) at ff:ff:ff:ff:ff:ff on vboxnet0 ifscope [ethernet]
? (192.168.99.255) at ff:ff:ff:ff:ff:ff on vboxnet0 ifscope [ethernet]
? (192.168.99.255) at ff:ff:ff:ff:ff:ff on vboxnet0 ifscope [ethernet]
? (192.168.99.255) at ff:ff:ff:ff:ff:ff on vboxnet0 ifscope [ethernet]
? (192.168.99.255) at ff:ff:ff:ff:ff:ff on vboxnet0 ifscope [ethernet]
? (192.168.99.255) at ff:ff:ff:ff:ff:ff on vboxnet0 ifscope [ethernet]
? (192.168.99.255) at ff:ff:ff:ff:ff:ff on vboxnet0 ifscope [ethernet]
? (192.168.99.255) at ff:ff:ff:ff:ff:ff on vboxnet0 ifscope [ethernet]
...

Question : Do we have to remove the existing vboxnet0 and/or to create a new one ?

gbraad commented 5 years ago

NO... this is debug information around the arp request to see if the VM got an IP address (and if so, which)

Invalid