Vagrant AWS Ubuntu 16上的异常连接故障 我的问题

Vagrant AWS Ubuntu 16上的异常连接故障 我的问题,vagrant,nomad,Vagrant,Nomad,我对流浪汉还不太熟悉,所以如果这个问题还不成熟,我深表歉意 我正试图检查游牧民,而他们又反过来。我在EC2上开发了一台新的Ubuntu 16机器,安装了virtualbox和Vagrant,并按照指示输入了Vagrant up: $ vagrant up VirtualBox is complaining that the installation is incomplete. Please run `VBoxManage --version` to see the error message

我对流浪汉还不太熟悉,所以如果这个问题还不成熟,我深表歉意

我正试图检查游牧民,而他们又反过来。我在EC2上开发了一台新的Ubuntu 16机器,安装了virtualbox和Vagrant,并按照指示输入了
Vagrant up

$ vagrant up
VirtualBox is complaining that the installation is incomplete. Please
run `VBoxManage --version` to see the error message which should contain
instructions on how to fix this error.
ubuntu@ip-172-31-26-135:~/vagrant_config$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'bento/ubuntu-16.04' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Loading metadata for box 'bento/ubuntu-16.04'
    default: URL: https://vagrantcloud.com/bento/ubuntu-16.04
==> default: Adding box 'bento/ubuntu-16.04' (v2.3.8) for provider: virtualbox
    default: Downloading: https://vagrantcloud.com/bento/boxes/ubuntu-16.04/versions/2.3.8/providers/virtualbox.box
==> default: Successfully added box 'bento/ubuntu-16.04' (v2.3.8) for 'virtualbox'!
==> default: Importing base box 'bento/ubuntu-16.04'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'bento/ubuntu-16.04' is up to date...
==> default: Setting the name of the VM: vagrant_config_default_1502307080428_76965
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    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

Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.
我试过什么
  • 重新启动AWS虚拟机
  • 检查磁盘已满/高内存/高CPU使用率(未找到任何内容)
  • 卸下漂流箱并重新安装
  • 重新调配
我的问题
如何在Ubuntu 16 EC2机器上使用Vagrant处理ssh超时?

有点不相关,但Nomad不需要Vagrant。您可以在任何机器上运行nomad,只需下载binary()并运行它。

有点不相关,但nomad不需要Vagrant。您可以在任何机器上运行nomad,只需下载binary()并运行它。

您检查过VirtualBox错误吗?嗨,adam matan,您的问题似乎与
SSH auth method:private key
有关。我尝试使用nomad提供的vagrant文件,并在本地ubuntu机器中执行了
vagrant up
(我没有ec2 acc)。我能让我的流浪汉跑起来。我也可以。我发现类似的问题。要想
移除流浪者盒子
你应该尝试从你的流浪者完成的文件夹中,执行
vagrant destroy
vagrant box Remove bento/ubuntu-16.04
,它可以正确地清理。尝试跟随链接。您检查过VirtualBox错误吗?嗨,adam matan,您的问题似乎与
SSH验证方法:私钥
有关。我尝试使用nomad提供的vagrant文件,并在本地ubuntu机器中执行了
vagrant up
(我没有ec2 acc)。我能让我的流浪汉跑起来。我也可以。我发现类似的问题。要想
移除流浪者盒子
你应该尝试从你的流浪者完成的文件夹中,执行
vagrant destroy
vagrant box Remove bento/ubuntu-16.04
,它可以正确地清理。尝试跟随链接。