codenameyau / vagrant-boxes

:gift: Collection of vagrant boxes
2 stars 0 forks source link

Fix vagrant Virtualbox Guest Additions #20

Closed codenameyau closed 9 years ago

codenameyau commented 9 years ago

Traceback after 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

Resolution Can be resolved by adding this line to VagrantFile: config.vbguest.auto_update = false

codenameyau commented 9 years ago

This issue is DEFINITIVELY resolved. Please see: https://github.com/codenameyau/django-vagrant-box/blob/master/vagrant/ISSUES.md#reconfigure-guest-additions-on-vm