-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blt vm fails with vagrant 1.8.7 #654
Comments
It turns out that the issue was not the system version of I will update the issue title. I do not know whether you want to close the issue or keep it open for better visibility. |
See: geerlingguy/drupal-vm#981 (upstream issue in drupal-vm). And yes, it's a major bug in Vagrant 1.8.7. Hopefully 1.8.8 comes out soon... and doesn't introduce any other regressions :P If you want to remain on Vagrant 1.8.7, see this workaround: hashicorp/vagrant#7969 (comment) |
Thanks for posting. I'm closing since this is an upstream issue in Vagrant. |
We are still investigating and will provide more details, including
blt doctor
blt vm
The command
blt vm
fails on two of my coworkers' systems. I believe the problem is that vagrant uses the systemlibcurl
. If this is too old, then vagrant fails to download the box.On my system, the command succeeds:
composer info acquia/blt
reportsversions : * 8.5.0
.vagrant --version
reports 1.8.5 (not the latest)and
Possible work-arounds (need testing) are to download the box with either
or downloading the box from
http://files.midwesternmac.com/boxes/ubuntu1404/virtualbox-114.box
and adding it withPossible resolutions of this issue include
The text was updated successfully, but these errors were encountered: