-
-
Notifications
You must be signed in to change notification settings - Fork 645
GuestAdditions seems to be installed (6.1.16) correctly, but not running. #2125
Comments
Not a big deal ... but I have a similar error message for VBGUEST 6.1.18 Log:[drupalvm] GuestAdditions seems to be installed (6.1.18) correctly, but not running.
|
On my previous comment I think that the problem is related to this message from installing the plugin: vagrant plugin install vagrant-vbguest I will try with the newer version of Vagrant |
Installing Vagrant 2.2.14 made no difference !!! except that the warning message disappeared of course !!! The VM seems to working OK ... so not big deal !!! |
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
I just built a new Vagrant instance and I am still getting : Vagrant ver: 2.2.16 |
This issue is no longer marked for closure. |
BootLog: VirtualBox Guest Additions: Look at /var/log/vboxadd-setup.log to find out what mount -t vboxsf -o uid=1000,gid=33,_netdev vagrant /vagrant The error output from the command was: : No such device Commenting out the VirtualBox drive type in the Vagrant config file will let it start the machine correctly. |
any updates to this? |
Note that there are new box versions released as of last week for my other boxes. I haven't done an update to |
I'm building a new version of the drupal-vm base box currently; will be posted here: https://app.vagrantup.com/geerlingguy/boxes/drupal-vm |
Issue Type
Your Environment
Your OS
Full console output
https://gist.github.com/caschbre/750cf29520ab1ad4276d6e67848b9664
Summary
I recently rebuilt my local Drupal 7 installation which already had drupalvm configured in the repo. I was previously using an older version of drupalvm so I updated to the most recent and then ran vagrant up. Everything seems to have provisioned and I'm able to access my local site. However every time I do a vagrant up I noticed that I'm seeing "GuestAdditions seems to be installed (6.1.16) correctly, but not running."
One change I did make to my local config.yml was to add the following to eliminate using vagrant-hostsupdater.
The text was updated successfully, but these errors were encountered: