0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

vagrant up 出来ない エラー 

Last updated at Posted at 2020-08-27

windowsPCで
vagrant up をしたら

Bringing machine 'default' up with 'virtualbox' provider... 
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.

こんなエラーが出てきてvagrant up できない。。。

原因(推測)

こんなエラーがでて、いつものようにvagrant upできません。
この前にvagrantfileを変え、vagrant reloadしたときに、
見慣れないエラー?が出てきたのでCtrl + C で強制的終了させたのが原因かもしれません。

対処法

windowsPCのタスクマネージャーを開いて
image.png

↑私の場合Ruby Interpreter というもの

「ruby」とかかれている項目を探します。
それを右クリックてしてプロセスを終了させ、
またvagrant upしたら無事エラーなく実行できました!

こちらの記事を参考にさせていただきました
https://gyagya1111.blogspot.com/2015/07/vagrant-haltsuspend.html

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?