LoginSignup
26
22

More than 5 years have passed since last update.

vagrantでinaccessibleが出た時

Posted at

今までは、あんまり出ることのなかったので、inaccessibleが出た際には、boxをremoveして作りなおしていたが、最近頻繁に出るようになったため、解決策を探した。発生条件は不明なまま。ちょっと気持ち悪い。

修正手順

Virtualboxのインストールディレクトリにある、VBoxManageを利用して、

> VBoxManage list vms
"precise64" {uuid-1}
"<inaccessible>" {uuid-2}

でinaccessibleになっているvirtual machineを探す。

次に、

VBoxManage unregistervm {uuid-2}

で登録解除する。その後、

vagrant up

で、復元完了。Windows8で確認しました。

参考

26
22
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
26
22