-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Curl broken in macOS vagrant 1.8.7 #7997
Comments
I followed the steps you outlined and tried running
|
I'm running El Capitan (10.11.6 (15G1108)) and am seeing the same exact problem. The workaround also worked. |
@zg: I should have mentioned the error is also silently eaten by the You're seeing the same error I'm reporting. Try the work-around and see if that fixes it. |
That didn't fix the issue I'm having, unfortunately. |
@zg: linking system curl didn't fix the issue for you? |
It did not. One thing to note is that I have System Integrity Protection disabled, though I don't know if that is relevant. |
The workaround helped me with the following error:
|
Huh... Your error message didn't format right and is missing the bit where it says something like |
Okay, I managed to fix the issue on my end. I realized after some time that it seems like the
|
Please see #7969 |
I did managed to build vagrant from source on Mac OSX "El capitán", but I´m still unable to "vagrant box add laravel/homestead" |
Got it working for me |
broken in Yosemite too |
Confirmed |
I got this as well on Vagrant version |
Confirming that removing the embedded curl binary works for me as well. Thanks for the fix @DelightedD0D! For reference, this fix worked for me on: macOS 10.12.1 |
Me too! :) I was running fine on vagrant 1.8.1. Then while troubleshooting vagrant problems for someone else I updated to 1.8.7 and got the same networking issues. The workaround fixed the problem for me. macOS Sierra 10.12.1 |
ditto. i ran |
@chuckreynolds' solution worked for me. Running Vagrant 1.8.7 on Sierra 10.12.2 Beta (16C48b) with Xcode 8.2 Beta 2. |
Same here. The workaround provided are working, but we'll stick on the 1.8.6 version time for a fix :) |
More debug information:
Running on OS X El Capitan 10.11.6 |
See #7969 - looks like this will be fixed in Vagrant 1.8.8. |
FWIW, |
Yay thanks!! Fixed my MacOS 10.12.1... Oddly enough this was the same problem, the Windows version af Vagrant struggled with some months ago... |
Confirmed http://pastie.org/10968105 |
Just to add to the debug (vagrant 1.8.7, macOS sierra 10.12.1)
|
Happened to me as well on macOS sierra 10.12.1 and the suggested work-around works for me:
|
duplicate of #7997 |
Vagrant 1.8.7 is not supported due to broken curl, see hashicorp/vagrant#7997 for reference.
Vagrant 1.8.7 is not supported due to broken curl, see hashicorp/vagrant#7997 for reference.
FYI: This issue still remains as of today. Fortunately, the posted workaround of deleting vagrant's embedded curl binary works. Vagrant 1.8.7 |
Vagrant 1.8.7 is not supported due to broken curl, see hashicorp/vagrant#7997 for reference.
The issue stills happening up today. I'm using an El Captain with the latest Vagrant version (1.8.7). I inform that the aforementioned workaround (deleting curl) has been worked too. |
Vagrant version
Installed via
brew cask install vagrant
.Host operating system
Vagrantfile
For testing I'm using this image, but it fails with anything that uses
curl
Debug output
From running
vagrant box update
Steps to reproduce
vagrant init bento/centos-7.2
vagrant box update
Workaround
Impact
This breaks all network features (metadata, getting boxes, updating boxes, etc.) in Vagrant.
The text was updated successfully, but these errors were encountered: