https://bugzilla.wikimedia.org/show_bug.cgi?id=63643

            Bug ID: 63643
           Summary: MediaWiki-Vagrant not working due to failed mount
                    command
           Product: MediaWiki-Vagrant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: o...@wikimedia.org
          Reporter: swall...@wikimedia.org
                CC: o...@wikimedia.org, yuvipa...@gmail.com
       Web browser: ---
   Mobile Platform: ---

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.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to