Page MenuHomePhabricator

MediaWiki-Vagrant not working due to failed mount command
Closed, ResolvedPublic

Description

Author: swalling

Description:
I just installed on OS X 10.9 with a fresh version of Vagrant and VirtualBox. During vagrant up I get the following error:

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 www-data | cut -d: -f3 /vagrant /vagrant
mount -t vboxsf -o uid=id -u vagrant,gid=id -g www-data /vagrant /vagrant

After which browsing to http://127.0.0.1:8080/ serves me nothing.

https://www.virtualbox.org/ticket/12879 and https://github.com/mitchellh/vagrant/issues/3341 indicate this might be a VirtualBox error. I'm not sure. Completing the proposed solution there (ssh to guest and then sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions) does not work.

(Reporting even if upstream, since others may have seen this.)


Version: unspecified
Severity: normal

Details

Reference
bz63643

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:22 AM
bzimport set Reference to bz63643.

swalling wrote:

*** This bug has been marked as a duplicate of bug 59243 ***