てきとうなメモ

本の感想とか技術メモとか

Vagrant

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…

bentoのminimize.sh

vagrantのbox作るためにpackerつかっていてbentoのテンプレート集を利用しているのだが、bentoではinstall後にminimize.shを実行している。このスクリプトはディスクを0ビットで埋めることでbox作成時の圧縮率を高めようとしている。でもこれが原因で結構時…

Vagrant1.3.3でprivate_networkを利用するときにdyldのエラーになる問題

Mac OS X上でvagrantfileにprivate_networkの設定をした状態で $ 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: ["hoston…