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

       Web browser: ---
            Bug ID: 59243
           Summary: Failed to mount folders in Linux guest.
           Product: MediaWiki-Vagrant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: critical
          Priority: Unprioritized
         Component: General
          Assignee: o...@wikimedia.org
          Reporter: phy...@ckurs.de
                CC: o...@wikimedia.org, yuvipa...@gmail.com
    Classification: Unclassified
   Mobile Platform: ---

Try the following to reproduce the error run
$ vagrant box remove precise-cloud
clone a fresh vagrant copy by
$ git clone https://gerrit.wikimedia.org/r/mediawiki/vagrant
$ cd vagrant
$ vagrant up
and you get the error 

Failed to mount folders in Linux guest. This is usually beacuse
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

This was reproduced with various versions
- Windows 8 Version: 4.3.6 and Vagrant 1.3.5,
- Ubuntu 12.04 LTS apt dependencis 
- MacOSX 10.9.1 with VirtualBox Version: 4.3.6 and Vagrant 1.3.5
- Win8 with VirtualBox Version: 4.3 and Vagrant 1.4.2
- Ubuntu Release 12.10 (quantal) 64-bit Kernel Linux 3.5.0-44-generic
vagrant_1.4.2_x86_64 Virtualbox 4.1.18

Maybe there was a major change in
https://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box

The origial error was found a modified version of the vm which I misued for
teaching purposes
https://github.com/TU-Berlin/dopa-vm/issues/10

However, I think I have a systematically error somewhere in my system setup. So
please try to reproduce the problem by yourself.

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