-
-
Notifications
You must be signed in to change notification settings - Fork 641
ssh hangs on centos7 version 1.1.4 #960
Comments
I have the same issue. Seems similar to this issue actually chef/bento#688 Downgrading to 1.1.3 worked for me as well |
Grr, I thought I had it working. I definitely ran tests on the base box before pushing it up, and they passed with no Ansible configuration, maybe some SSH setting is messed up. Could you post an issue here? https://github.com/geerlingguy/packer-centos-7/issues |
It's funny, I almost did post the issue there, just wasn't sure which queue was right, lol. Thanks. |
@cdmo / @paulsheldrake - Can you check what version of Vagrant and VirtualBox you're running? The networking issue was fixed in 5.1.6, but I built the latest box for 5.1.8 and 1.8.6 of Vagrant. |
vagrant 1.8.5 note, I can't upgrade to Vagrant 1.8.6 due to #912 |
vagrant 1.8.6 i did the upgrades to fix it but it still fails |
@paulsheldrake - After doing so, you'll also need to downgrade the box, then after that and a provision, upgrade the box again, due to Vagrant/VirtualBox caching and cloning behavior. |
Closing out this issue, as the main problem is an older version of VirtualBox, and that + getting its caches cleared (by uninstalling and reinstalling the box or downgrading and upgrading) should solve this particular issue. #912 is a separate issue, and will unblock the ability for some people to upgrade, but this particular issue can be closed independently, since it's fixed with the latest versions. |
I can say it isn't working for me still vagrant 1.8.7 Ran the following to remove the newest version:
Ran
Except there is no error message shown below... Did I do something wrong in my uninstall/reinstall process? |
@cdmo - Please use Vagrant 1.8.6 instead (or use the linked issue's workaround). 1.8.7 has a major bug: hashicorp/vagrant#7969 |
Did fix! Thanks @geerlingguy ✅ |
Tried to start a new DrupalVM box up using geerlingguy/centos7 1.1.4 and kept getting hung at the point where ssh logins occur. No error messages would show either, it would just sort of hang for a while and then exit out saying it couldn't get ssh access. I am assuming this is a problem with the 1.1.4 release because when I made a
Vagrantfile.local
and added the following line, destroyed and ran up again, it was able to execute ssh.config.vm.box_version = "1.1.3"
Maybe just me?
The text was updated successfully, but these errors were encountered: