-
Notifications
You must be signed in to change notification settings - Fork 67
PCF Dev Fails to Provision #259
Comments
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
Duplicate of #255, about to cut a new release that fixes this. |
Can someone please tell me why I'm timing out here. I've tried 0.24.0, 0.29.0, and tried setting http_proxyies as shown (after if failed with 0.29.0) - still no luck: My system details: cf dev destroy cf dev start -s all |
Follow #324 |
Thanks! |
Machine Info:
Here are the proxy variables I have set:
declare -x http_proxy="http://"
declare -x https_proxy="http://"
declare -x no_proxy="localhost,127.0.0.1,192.168.11.1,192.168.11.11,local.pcfdev.io,.local.pcfdev.io"
I get the following error when I run: cf dev start
Error: failed to provision VM: Process exited with: 127. Reason was: ().
When I tail the provision.log file, I see:
Setting quota apps-manager-quota to org system as admin...
OK
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: raw.githubusercontent.com
/var/pcfdev/deploy-apps-manager.sh: line 84: nvm: command not found
It looks like curl is not honoring the proxy variables.
The text was updated successfully, but these errors were encountered: