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
probleem met vagrant installer is als volgt: ik heb VirtualBox 5.1.14 geïnstalleerd. In mijn VB directory staat dus ook een VBGuestAdditions.iso van 5.1.14. Ik denk dat in jou image op https://atlas.hashicorp.com/grtjn/boxes/centos-7.1/versions/2.2.0/providers/virtualbox.box VB versie 5.0.2 staat. Er is dus een mismatch tussen de versies. Ik heb nu GuestAdditions gedownload met versie 5.0.2 vanaf http://download.virtualbox.org/virtualbox/5.0.2/ en geplaatst in de install directory van Virtualbox /Applications/VirtualBox.app/Contents/MacOS. Nu werkt de vagrant installer, kan de mount gemaakt worden en kan er dus geprovisioned worden!
Oh ja wel ook even vagrant-vbguest UNinstalleren. Deze gaat anders alsnog proberen een nieuwe versie te installeren. En dat lukt niet omdat de sourcecode van het linux image blijkbaar niet gevonden kan worden!
The text was updated successfully, but these errors were encountered:
vagrant-vbguest throws things off, but it should be useful in attempting manually installing newer guest additions. Add the lines mentioned in this comment if they are not present in your Vagrantfile yet: #104 (comment)
Next to that, try to use grtjn/centos7.2 vm. Latest version has vbguest additions 5.1.6, that might work with 5.1.14.
Automating updating of guest tools is a bit tricky, and if not, I'll depend on base boxes generated by the chef project.
End conclusing, use baseboxes for centos 6.8 or 7.2, and see if that works with your VBox 5.1. If necessary, downgrade VBox to 5.1.6 or maybe a little beyond. Open a new ticket to ask for newer guestadditions if you still run in trouble..
Closing as fixed with the new baseboxes released as part of #98.
New/more feedback:
probleem met vagrant installer is als volgt: ik heb VirtualBox 5.1.14 geïnstalleerd. In mijn VB directory staat dus ook een VBGuestAdditions.iso van 5.1.14. Ik denk dat in jou image op https://atlas.hashicorp.com/grtjn/boxes/centos-7.1/versions/2.2.0/providers/virtualbox.box VB versie 5.0.2 staat. Er is dus een mismatch tussen de versies. Ik heb nu GuestAdditions gedownload met versie 5.0.2 vanaf http://download.virtualbox.org/virtualbox/5.0.2/ en geplaatst in de install directory van Virtualbox /Applications/VirtualBox.app/Contents/MacOS. Nu werkt de vagrant installer, kan de mount gemaakt worden en kan er dus geprovisioned worden!
Oh ja wel ook even vagrant-vbguest UNinstalleren. Deze gaat anders alsnog proberen een nieuwe versie te installeren. En dat lukt niet omdat de sourcecode van het linux image blijkbaar niet gevonden kan worden!
The text was updated successfully, but these errors were encountered: