Closed jrbeeman closed 7 years ago
Older versions of VirtualBox have this problem, and it will re-occur every time you run vagrant destroy
/vagrant up
.
When I've upgraded folks to a version past 5.1.4 this issue goes away.
Yeah; the quick fix is to use the solution above. The better long-term fix is to make sure you're running the latest version of VirtualBox (5.1.10 or 5.1.12 as of this writing).
Note that VirtualBox doesn't automatically update past minor version bumps (e.g. if you're on 5.0.x, it will never tell you 5.1.x is available).
@geerlingguy Can we add a small fix in VagrantFile for backward compatibility?
we just need v.customize ['modifyvm', :id, '--cableconnected1', 'on']
for the virtualbox provider
I'll update VirtualBox but for a recent project I had to stick to older version (not able to recall why)
@nikunjkotecha - You should be able to add that if needed through a Vagrantfile.local: see http://docs.drupalvm.com/en/latest/extending/vagrantfile/
Issue Type
Your Environment
Your OS
Full console output
Summary
While updating my BLT-based project from Drupal VM 3.4 to 4.0, I ran into an issue where the
vagrant up
process would stall at the last line indicated above in "Full console output."Solution: