LoginSignup
13
0

More than 1 year has passed since last update.

vagrant upコマンドで急にエラーが出るようになった時のメモ書き

Last updated at Posted at 2020-11-26

#####環境

macOS
VirtualBox
Vagrant2.2

vagrant upコマンドでエラー

macOSをバージョンを11.0(Big Sur)にアップグレードして、vagrant upコマンドを実行したら、下のエラーが出るようになりました。

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set network interfaces...
There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["hostonlyif", "create"]

Stderr: 0%...
Progress state: NS_ERROR_FAILURE
VBoxManage: error: Failed to create the host-only adapter
〜

下記サイトに書いてあるように、VirtualBoxを最新版にして、セキュリティとプライバシーの設定画面でアプリケーションの実行許可をしたら解決できました。

vagrant upコマンドでエラーが発生して起動しない【macOS11.0.1アップグレード時】

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