View Single Post
Posts: 127 | Thanked: 203 times | Joined on Sep 2010 @ Switzerland
#186
And now the patcher complains about Virtual Box Guest addtions

Code:
/usr/share/rubygems-integration/all/gems/vagrant-2.0.2/plugins/communicators/ssh/communicator.rb:257:in `execute': Vagrant was unable to mount VirtualBox shared folders. This is usually (Vagrant::Errors::VirtualBoxMountFailed)
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box. For context, the command attempted was:

mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

The error output from the command was:


Vagrant was unable to mount VirtualBox shared folders. This is usually
because the filesystem "vboxsf" is not available. This filesystem is
made available via the VirtualBox Guest Additions and kernel module.
Please verify that these guest additions are properly installed in the
guest. This is not a bug in Vagrant and is usually caused by a faulty
Vagrant box. For context, the command attempted was:

mount -t vboxsf -o uid=1000,gid=1000 vagrant /vagrant

The error output from the command was:
Did this happen to all of you? If not it might well and here is the solution to it.

https://github.com/dotless-de/vagran...est/issues/292

Thank you DuckDuckGo ;-p

Last edited by maximilian1st; 2019-11-15 at 10:46.
 

The Following User Says Thank You to maximilian1st For This Useful Post: