【发布时间】:2017-05-15 14:20:43
【问题描述】:
我做了vagrant up --provision libvirt,它挂了:
default: Waiting for SSH to become available...
我可以vagrant ssh。有用!但我不明白为什么 vagrant up 在 ssh 模式下挂起。
我从本地删除了所有机器。再次构建。不能解决问题。
此外,重新安装插件也无济于事。
另外,从我的仓库中删除 .vagrant 文件!
我从 .vagrant.d 中删除了 insure-keypair
我做了vagrant reload
问题实际上是这个错误:
An action 'up' was attempted on the machine 'default',
but another process is already executing an action on the machine.
Vagrant locks each machine for access by only one process at a time.
Please wait until the other Vagrant process finishes modifying this
machine, then try again.
If you believe this message is in error, please check the process
listing for any "ruby" or "vagrant" processes and kill them. Then
try again.
我杀死了所有 ruby 和 vagrant 进程,但没有帮助 流浪者版本:1.9.4 vagrant-libvirt 版本:0.0.37 Ubuntu 16.04
【问题讨论】: