Vagrant box missing console and serial ports

Bug #1653746 reported by Sean M. Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
fuel-ccp
New
Undecided
Unassigned

Bug Description

This blocks SSH from connecting successfully

scollins@Sean-Collins-MBPr15 ~/src/openstack/fuel-ccp-installer ±master » vagrant up
Bringing machine 'node3' up with 'virtualbox' provider...
Bringing machine 'node2' up with 'virtualbox' provider...
Bringing machine 'node1' up with 'virtualbox' provider...
==> node3: Cloning VM...
==> node3: Matching MAC address for NAT networking...
==> node3: Checking if box 'bogdando/ubuntu-16.04.1-server-amd64' is up to date...
==> node3: Setting the name of the VM: fuel-ccp-installer_node3_1483463091116_35670
==> node3: Fixed port collision for 9090 => 19090. Now on port 2200.
==> node3: Clearing any previously set network interfaces...
==> node3: Preparing network interfaces based on configuration...
    node3: Adapter 1: nat
    node3: Adapter 2: intnet
    node3: Adapter 3: hostonly
    node3: Adapter 4: intnet
==> node3: Forwarding ports...
    node3: 9090 (guest) => 2200 (host) (adapter 1)
    node3: 22 (guest) => 2222 (host) (adapter 1)
==> node3: Running 'pre-boot' VM customizations...
==> node3: Booting VM...
==> node3: Running 'post-boot' VM customizations...
==> node3: Waiting for machine to boot. This may take a few minutes...
    node3: SSH address: 127.0.0.1:2222
    node3: SSH username: vagrant
    node3: SSH auth method: password
    node3: Warning: Remote connection disconnect. Retrying...
    node3: Warning: Remote connection disconnect. Retrying...
    node3: Warning: Remote connection disconnect. Retrying...

Revision history for this message
Sean M. Collins (scollins) wrote :

scollins@Sean-Collins-MBPr15 ~ » ssh -v 127.0.0.1 -p 2222 255 ↵
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/scollins/.ssh/config
debug1: /Users/scollins/.ssh/config line 11: Applying options for *
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 102: Applying options for *
debug1: Connecting to 127.0.0.1 [127.0.0.1] port 2222.
debug1: Connection established.
debug1: identity file /Users/scollins/.ssh/id_rsa type 1
debug1: identity file /Users/scollins/.ssh/id_rsa-cert type -1
debug1: identity file /Users/scollins/.ssh/id_dsa type -1
debug1: identity file /Users/scollins/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: Connection closed by remote host

Maybe something is wrong with the image?

tags: added: fuel-ccp-installer
Revision history for this message
Sean M. Collins (scollins) wrote :

Setting config.vm.boot_timeout = 1200 allowed installation to continue. For some reason the guest boots extremely slow.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.