我摧毁了我的CoreOS流浪盒,然后试图重新启动,但它挂在:
==> core-01: Matching MAC address for NAT networking...
==> core-01: Checking if box 'coreos-alpha' is up to date...
==> core-01: Setting the name of the VM: coreos-vagrant_core-01_1447605695441_10076
在我的VirtualBox图形用户界面中,coreos-vagrant_core-01_1447605695441_10076显示为已关闭电源。
然后,没有任何事情发生。
我的问题是:如何最好地调试这个?我怎样才能获得有关正在发生的事情以及它悬挂的更多信息?
答案 0 :(得分:1)
vagrant up --debug
将为您提供来自VM的日志信息
答案 1 :(得分:0)
我在Windows上遇到了同样的问题。
基于我的经验的建议(解决方案):
如果您最近更新/修改过您的puphpet config.yaml 文件:
最后但并非最不重要的是,尝试使用调试选项运行(up),如下所示:
vagrant up --debug
P.S。注意双 - 破折号