[Bug 1895862] Re: vboxsf unable to mount old binary data in Groovy Vagrant box
Launchpad Bug Tracker
1895862 at bugs.launchpad.net
Mon Oct 5 11:37:28 UTC 2020
This bug was fixed in the package livecd-rootfs - 2.689
---------------
livecd-rootfs (2.689) groovy; urgency=medium
* ubuntu-cpc: remove explicit install of virtualbox-guest-utils.
LP: #1895862
-- John Chittum <john.chittum at canonical.com> Tue, 29 Sep 2020 12:59:23
-0500
** Changed in: livecd-rootfs (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1895862
Title:
vboxsf unable to mount old binary data in Groovy Vagrant box
Status in cloud-images:
Confirmed
Status in cloud-images groovy series:
Confirmed
Status in livecd-rootfs package in Ubuntu:
Fix Released
Status in virtualbox package in Ubuntu:
Confirmed
Bug description:
When booting the Groovy vagrant box, Guest Additions is unable to
mount the shared folder
```
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:
/sbin/mount.vboxsf: mounting failed with the error: Invalid argument
```
If one `vagrant ssh` into the box and try the command, it fails with
the same error. systemctl and dmesg didn't show any errors. However,
capturing the serial log showed the following on boot:
```
ubuntu-groovy login: [ 17.100243] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
[ 17.219577] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
[ 22.353951] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
[ 27.412062] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
[ 829.055100] vboxsf: Old binary mount data not supported, remove obsolete mount.vboxsf and/or update your VBoxService.
```
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1895862/+subscriptions
More information about the foundations-bugs
mailing list