I had an issue where i used a base vagrant box - https://dl.dropboxusercontent.com/s/np39xdpw05wfmv4/centos-6.5-x86_64.box which is an excellent one with puppet installed etc... - thanks to Edwin Beimond - he's a genius for sure.
I wanted to add a decent desktop and chose gnome, via yum -y groupinstall fonts X11 basic-desktop After this was applied (the yum, that is), vagrant up, hung fatally, After debugging etc, I came to the conclusion that the gnome NetworkManager package was causing the problem, and after removing it, the vagrant ssh and the Vagrantfile commands that rely on the ssh (hostnames, networks etc...) started working no problems. Does vagrant make some assumptions about the network config that are broken by NetworkManager Anyway, if anyone has some clues as to why, it would be good to know, as I arrived at this conclusion with a degree of "trial and error" thanks -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
