Closed lsh-0 closed 10 years ago
Problem is not with project. This is a known Virtualbox bug that has apparently been fixed.
I fixed it by running sudo vboxreload
on my Arch system, which appears to simply unload and then reload kernel modules. I put these kernel modules into /etc/modprobe.d/vboxdrv.conf to be loaded up on boot.
Modified the
Vagrantfile
to use theubuntu/trusty64
box.Ran
vagrant up
and received:I'm investigating now, but I'm new to puppet - does this seem like a problem with my setup?