hello, after kernel upgrade, in the next reboot you need to recompile the virtualbox modules
/etc/init.d/vboxadd setup service vboxadd setup On Thu, Jul 24, 2014 at 2:00 PM, James Chao <[email protected]> wrote: > Hi, > > I am using a box-cutter/centos64 image. I updated the kernel from > 2.6.32-358 to 2.6.32-431.20.3 > Then I did a vagrant halt / up. I got this. I am pretty sure the shared > folder was working, but it is not working anymore. > Anyone knows how to fix it ? Thanks > > James > > > $ <cchao200@CACSVW8-14645:~/vagrant/1_centos64$> vagrant up > Bringing machine 'default' up with 'virtualbox' provider... > ==> default: Checking if box 'box-cutter/centos64' is up to date... > ==> default: Clearing any previously set forwarded ports... > ==> default: Fixed port collision for 22 => 2222. Now on port 2200. > ==> default: Clearing any previously set network interfaces... > ==> default: Preparing network interfaces based on configuration... > default: Adapter 1: nat > ==> default: Forwarding ports... > default: 22 => 2200 (adapter 1) > ==> default: Booting VM... > ==> default: Waiting for machine to boot. This may take a few minutes... > default: SSH address: 127.0.0.1:2200 > default: SSH username: vagrant > default: SSH auth method: private key > default: Warning: Connection timeout. Retrying... > default: Warning: Remote connection disconnect. Retrying... > ==> default: Machine booted and ready! > ==> default: Checking for guest additions in VM... > ==> default: Mounting shared folders... > default: /vagrant => C:/cygwin64/home/cchao200/vagrant/1_centos64 > 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 vagrant`,gid=`getent group vagrant | cut -d: > -f3` vagrant /vagrant > mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant > > $ vagrant ssh > Last login: Wed Jul 23 14:24:14 2014 from 10.0.2.2 > Welcome to your Packer-built virtual machine. > > [vagrant@localhost ~]$ uname -r > 2.6.32-431.20.3.el6.x86_64 > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
