openshift / vagrant-openshift

Other
83 stars 117 forks source link

Stuck at Configuring and enabling network interfaces #493

Closed abbr closed 8 years ago

abbr commented 8 years ago

On windows, using latest installed vb, vagrant and vagrant-openshift, I got following output and stuck at last line. Cannot run vagrant ssh from another console to login.

x@laptop MINGW64 ~/vagrants/os
$ vagrant up --provider=virtualbox
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'openshift/origin-all-in-one'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'openshift/origin-all-in-one' is up to date...
==> default: Setting the name of the VM: openshift-origin
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
==> default: Forwarding ports...
    default: 8443 (guest) => 8443 (host) (adapter 1)
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Remote connection disconnect. Retrying...
    default:
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default:
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
    default: No guest additions were detected on the base box for this VM! Guest
    default: additions are required for forwarded ports, shared folders, host only
    default: networking, and more. If SSH fails on this machine, please install
    default: the guest additions and repackage the box to continue.
    default:
    default: This is not an error message; everything may continue to work properly,
    default: in which case you may ignore this message.
==> default: Configuring and enabling network interfaces...
stevekuznetsov commented 8 years ago

Looks like you might need Windows VirtualBox Guest Additions. If the linked install guide does not work, please paste the output of:

$ vagrant up --provider=virtualbox --debug

here to help debug the situation.

abbr commented 8 years ago

Actually, after I downgrade vagrant from latest 1.8.6 to 1.8.1, the problem is gone. I will submit the issue to vagrant. Thx