【问题标题】:Vagrant freezes on SSH connection when HyperV is ON当 HyperV 开启时,Vagrant 冻结 SSH 连接
【发布时间】:2020-11-17 10:23:25
【问题描述】:

这是我的配置:

  • Windows 10 PRO(HyperV 开启)
  • 流浪者 (2.2.13)
  • VirtualBox (6.1.16)

我读到上面的配置应该可以在不切换“hypervisorlaunchtype”的情况下工作,但是有问题:

λ vagrant up                                                                       
Bringing machine 'default' up with 'virtualbox' provider...                        
==> default: Checking if box 'sternpunkt/jimmybox' version '3.0.2' is up to date...
==> default: Clearing any previously set forwarded ports...                        
==> 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: 80 (guest) => 8080 (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                                          
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.                       
                                                                                   
If you look above, you should be able to see the error(s) that                     
Vagrant had when attempting to connect to the machine. These errors                
are usually good hints as to what may be wrong.                                    
                                                                                   
If you're using a custom box, make sure that networking is properly                
working and you're able to connect to the machine. It is a common                  
problem that networking isn't setup properly in these boxes.                       
Verify that authentication configurations are also setup properly,                 
as well.                                                                           
                                                                                   
If the box appears to be booting properly, you may want to increase                
the timeout ("config.vm.boot_timeout") value. 

                              

Vagrant、VB 和 Windows 是最新版本。当 hypervisorlaunchtype 关闭时,Vagrant 可以正常运行。我必须暂时同时使用 Vagrant 和 Docker。

【问题讨论】:

    标签: docker vagrant virtualbox hyper-v


    【解决方案1】:

    我找到了解决问题的方法:

    v.customize ["modifyvm", :id, "--cableconnected1", "on"]
    

    刚刚将其添加到 vagrantfile 中。

    [编辑] 有时它运行很快,有时运行需要几分钟,但有时它不运行并返回超时警告。

    【讨论】:

      猜你喜欢
      • 2014-05-15
      • 2015-09-09
      • 2011-07-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-11-08
      相关资源
      最近更新 更多