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

            Bug ID: 67976
           Summary: Archives directory /vagrant/apt-cache/partial is
                    missing.
           Product: MediaWiki-Vagrant
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Steps to reproduce:

1. start with an old vagrant installation (haven't had time yet to try and
reproduce on a new one)
2. update mediawiki-vagrant to current master
3. run setup.sh
4. run vagrant reload

vagrant reload will exit with this message:

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

Running the command manually just yields "mount: Protocol error". Googling
suggests that this is caused by virtualbox-guest-dkms not being present (it
isn't). Running apt-get install virtualbox-guest-dkms will give this error:

E: Archives directory /vagrant/apt-cache/partial is missing. - Acquire (2: No
such file or directory)

After creating the directory, the install and then the mount works, but running
vagrant reload again resets to the bad state (virtualbox-guest-dkms not
installed, /vagrant/apt-cache/partial missing).

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

Reply via email to