Created
November 12, 2014 23:31
-
-
Save jjdevbiz/42acd8f506de1d53eb36 to your computer and use it in GitHub Desktop.
test-kitchen issue not being able to pull
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----> Installing Chef Omnibus (true) | |
downloading https://www.getchef.com/chef/install.sh | |
to file /tmp/install.sh | |
trying curl... | |
curl: (6) Couldn't resolve host 'www.getchef.com' | |
trying python... | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen | |
return _opener.open(url, data, timeout) | |
File "/usr/lib64/python2.6/urllib2.py", line 391, in open | |
response = self._open(req, data) | |
File "/usr/lib64/python2.6/urllib2.py", line 409, in _open | |
'_open', req) | |
File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain | |
result = func(*args) | |
File "/usr/lib64/python2.6/urllib2.py", line 1198, in https_open | |
return self.do_open(httplib.HTTPSConnection, req) | |
File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open | |
raise URLError(err) | |
urllib2.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment