Vagrant up timeout

前端 未结 10 1118
闹比i
闹比i 2020-11-27 21:54

Having some issues to get my vagrant up, Got the box, run vagrant init and after vagrant up command I get this message.

Bringing m         


        
10条回答
  •  余生分开走
    2020-11-27 22:37

    Upgrade VirtualBox to 5.1.12

    I had the same problem using:

    • VirtualBox 5.0.0
    • Vagrant 1.9.1 (vagrant -v)
    • Test Kitchen 1.14.2 (kitchen -v)
    • centos-7.2

    when I was trying to run the following commands:

    kitchen create
    

    and

    kitchen test
    

    Upgrading Oracle VirtualBox (download + install) to VirtualBox 5.1.12 fixed the problem.


    If the upgrade is not a solution for you, you can use the following workaround mentioned by @paulalexandru, but it has the following main disadvantage: you need to make that manual step for every command that you are running.


    But it seems that VirtualBox fixed the "Cable Connected" option problem. Now, if you go to Settings > Network > Adapter 1 > Advanced, you can see that the Cable Connected check box is checked by default:

提交回复
热议问题