CamFlow / vagrant

Vagrant Script for CamFlow.
http://camflow.org/
GNU General Public License v2.0
1 stars 4 forks source link

VirtualBox provider issue with shared folders #2

Closed dme26 closed 4 years ago

dme26 commented 7 years ago

The tail of building with the Vagrant using VirtualBox finished as below. This doesn't affect the "Testing Installation" for the CamFlow module, which work fine.

==> default: Running provisioner: unix_reboot...
==> default: Issuing command: shutdown -r now
==> default: Launching remount_synced_folders action...
==> default: Mounting shared folders...
    default: /vagrant => .
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
tfjmp commented 6 years ago

That should be fixed in the rpm based install with the vagrant-vbguest plugin installed.