You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` /vagrant /vagrant
This is because the kernel is rebuilt but not the guest additions. This is fixed with:
sudo /etc/init.d/vboxadd setup
Find a way to detect and do this automatically
The text was updated successfully, but these errors were encountered:
This is because the kernel is rebuilt but not the guest additions. This is fixed with:
sudo /etc/init.d/vboxadd setup
Find a way to detect and do this automatically
The text was updated successfully, but these errors were encountered: