【環境】
macOS:BigSur11.2.3
virtualbox version:6.1.18r142142(最新)
vagrant version:2.2.15(最新)
ドットインストールの手引きとおりvagrant upをしたのですがうまくいきません。
エラーは
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
VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface
VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg *)" at line 95 of file VBoxManageHostonly.cpp
と出ており、何度もVirtualboxとVagrantの再インストールをして最新化しました。pcの再起動もしましたがうまくいきません。pcのアップデートとの相性が悪いみたいなのですが解決策がわかりません。どなたかご教授ください。
【ドットインストールで書き込んだプログラム以下】
ホームディレクトリに移動
cd
今後複数の仮想マシンを作ることを想定して、それらをまとめるフォルダ(MyVagrant)を作る
mkdir MyVagrant
MyVagrantに移動する
cd MyVagrant
仮想マシンを作るフォルダを作る(MyCentOS)
mkdir MyCentOS
MyCentOSに移動する
cd MyCentOS
仮想マシン設定用のVagrantfileを作る
vagrant init bento/centos-6.8
Vagrantfileを編集して仮想マシンのIPアドレスを192.168.33.10にする
sed -i '' -e 's/# config.vm.network "private_network", ip: "192.168.33.10"/config.vm.network "private_network", ip: "192.168.33.10"/' Vagrantfile
仮想マシンを起動する(少し時間かかります)
vagrant up
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。