Skip to content

Instantly share code, notes, and snippets.

@jjdevbiz
Created November 12, 2014 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjdevbiz/42acd8f506de1d53eb36 to your computer and use it in GitHub Desktop.
Save jjdevbiz/42acd8f506de1d53eb36 to your computer and use it in GitHub Desktop.
test-kitchen issue not being able to pull
-----> 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