Vagrant box missing console and serial ports
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fuel-ccp |
New
|
Undecided
|
Unassigned |
Bug Description
This blocks SSH from connecting successfully
scollins@
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/
==> node3: Setting the name of the VM: fuel-ccp-
==> 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...
scollins@ Sean-Collins- MBPr15 ~ » ssh -v 127.0.0.1 -p 2222 255 ↵ scollins/ .ssh/config scollins/ .ssh/config line 11: Applying options for * scollins/ .ssh/id_ rsa type 1 scollins/ .ssh/id_ rsa-cert type -1 scollins/ .ssh/id_ dsa type -1 scollins/ .ssh/id_ dsa-cert type -1 identification: Connection closed by remote host
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/
debug1: /Users/
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/
debug1: identity file /Users/
debug1: identity file /Users/
debug1: identity file /Users/
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_
Maybe something is wrong with the image?