-
Notifications
You must be signed in to change notification settings - Fork 209
vagrant: vbguest command not available #19
Comments
Thanks for reaching out. Running I've opened an issue here: hashicorp/vagrant#1030 |
Hi Robert, thanks for your quick reply and for verifying und solving the issue! I just tested the workaround and it works fine. One quick additional question: I destroyed and re-up-ed my box and the plugin downloaded the guest additions iso and some other packages. Is this necessary, e.g. for "make"? And where to place the iso on Win 7? |
Another question: (sorry for misusing this issue ticket) If i do a fresh vagrant up vm creation, the plugin downloads needed iso and kernel, make, tolls and so on and then installs them. But without one reboot, will the new kernel and guest additions be active? |
Hi, at the moment, On the ISO issue: I've just pushed an update according to #20 - The build-in ISO-detection was looking into the wrong places for windows. If there are no other issues coming up within the next days, I'll push a new gem soon. In the meantime add this to your config.vbguest.iso_path = File.join(ENV["VBOX_INSTALL_PATH"], "VBoxGuestAdditions.iso") |
Hi, thanks for the detailed explanations. The ISO downloads aren't critical and bring me some exta coffee dinking time, so i can easily wait for the next gem release :) |
FYI On Win7 with babun, the standard install process works fine:
|
Yep, Babun works fine. Thanks for the recommendation! |
On Win7 without Babun I can also do |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I try to use vagrant-vbguest because it will hopefully solve some of my guest additions out of date issues :)
I use vagrant 1.0.3 on a windows host (installed from .msi) so plugin autoloading should still work. I installed vagrant-vbguest from my git-bash with "vagrant gem install", "vagrant gem list" shows that the plugin (0.3.3) is installed. And i have the plugin files in ~/.vagrant.d\gems\gems\vagrant-vbguest-0.3.3
When i try "vagrant help" on my git-bash, no vbguest is there. I'm not certain if this is a vagrant-vbguest issue or a general vagrant plugin issue. I'll post here first ;)
Regards from Grimma (Germany)
The text was updated successfully, but these errors were encountered: