Comment 3 for bug 1239417

Revision history for this message
Jakub Gocławski (jgoclawski) wrote :

This issue is VirtualBox (and kernel 3.11) related. Latest version of VirtualBox 4.3 fixes this error.

https://www.virtualbox.org/changeset/48529/vbox

Unfortunatelly, the newest version of VirtualBox isn't available in Ubuntu repos. You need to manually download and install it from here: https://www.virtualbox.org/wiki/Linux_Downloads .

So how to fix it for Vagrant?

Well, you need to do 2 things:

1. Update VirtualBox to newest version on your host machine (https://www.virtualbox.org/wiki/Linux_Downloads)
2. When using official Ubuntu 13.10 box for Vagrant, you need to update it's Guest Additions so it matches the host version of VirtualBox.

2a. Or you can wait till Ubuntu adds newest version of VirtualBox to it's repos, so the box will have VirtualBox 4.3 installed, so to say, "out of the box" ;)