補足情報
更新後「Failed to mount folders in Linux guest...」というエラーが出る場合
一度構築したローカル開発環境に対して ./run.sh を実行した後、 vagrant up をおこなうと以下のようなエラーメッセージが表示される場合があります。
Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant
The error output from the last command was:
/sbin/mount.vboxsf: mounting failed with the error: No such device
補足情報
更新後「Failed to mount folders in Linux guest...」というエラーが出る場合
一度構築したローカル開発環境に対して ./run.sh を実行した後、 vagrant up をおこなうと以下のようなエラーメッセージが表示される場合があります。
Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant
The error output from the last command was:
/sbin/mount.vboxsf: mounting failed with the error: No such device
#01 ローカル開発環境を構築しよう
補足情報 更新後「Failed to mount folders in Linux guest...」というエラーが出る場合
このエラーは vagrant-vbguest という Vagrant のプラグインをインストールすることで回避できます。
vagrant-vbguest をインストールするには、お使いの Mac 上で以下のコマンドを実行してください。
補足情報 Node.jsもインストールされるようになりました
#04 VagrantでCentOSを立ち上げよう
補足情報 ウィルス対策ソフトを導入しているとエラーになる場合があります
この場合、エラーメッセージに表示されている通信先のドメインを許可するか、ウィルス対策ソフト自体をオフにすることで解決します。
補足情報 「chef/centos-6.5」は利用できなくなりました
代わりに「vagrant init bento/centos-6.7」を利用するようにしてください。
#05 CentOSの設定をしていこう
補足情報 vagrant sshでパスワードを聞かれた場合
補足情報 TASK: [yum update] が数十分待っても完了しない場合
数十分待っても先へ進まない場合には、一度「Ctrl + c」で実行中の ./run.sh コマンドを終了してから、
を手動で打ち込んで実行してみてください。
そして yum update が終了してから、再度 ./run.sh を実行するようにしてください。
補足情報 ./run.sh実行時にかかる通信量について
補足情報 ./run.shで初回にfailedが出る
TASK: [check rbenv installed]
TASK: [check ruby-build installed]
TASK: [check ruby installed]
TASK: [check node js installed]
安心してインストール作業を進めていただければと思います。
補足情報 Rubyを有効化するには再ログインが必要です
#06 CentOSを再び立ち上げてみよう
補足情報 更新後「Failed to mount folders in Linux guest...」というエラーが出る場合
vagrant-vbguest をインストールするには、お使いの Mac 上で以下のコマンドを実行してください。
補足情報 vagrant reload も覚えておこう
で再起動ができます。
#09 Hosts.prefpaneを導入していこう
補足情報 Hosts.prefpaneの入手先
・specialunderwear/Hosts.prefpane
https://github.com/specialunderwear/Hosts.prefpane
・ダウンロードリンク
https://github.com/specialunderwear/Hosts.prefpane/downloads