Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On fresh git clone, virtualbox guest additions cannot mount in /vagrant/ #27

Open
jkokkeler opened this issue Jul 11, 2017 · 2 comments

Comments

@jkokkeler
Copy link

When pulling the repo and starting with 'vagrant up rundeck', the guest additions can't mount the local folder to the vm. When adding 'kernel-devel' and updating the vm, then restart the vagrant machine with 'vagrant reload rundeck' the installation succeeds and rundeck can be used.

A possible solution would be using a newer vm or setting these steps in current vagrant file.

Ran this on osx 10.12.5 with newest vagrant(1.9.7) and newest virtualbox(5.1.22)

@hcguersoy
Copy link

Same here, but even adding kernel-devel and restarting doesn't helped.

  • Vagrant 1.8.7
  • VirtualBox 5.1.26

@turnopil
Copy link

Same here. I think its vagrant issue.
Temporary I using 'nfs' for mounting shared folder. Just add next lines to Vagrant file

 Vagrant.configure("2") do |config|
   config.vm.synced_folder '.', '/vagrant', type: 'nfs'

and on host machine install nfs packages
apt-get install nfs-kernel-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants