Advertisement
zamotivator

Untitled

May 20th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1.  
  2. oleg@t510 0 ~/work/svn/scidb % post-review ../../2027.patch
  3. Traceback (most recent call last):
  4. File "/usr/bin/post-review", line 9, in <module>
  5. load_entry_point('RBTools==0.5', 'console_scripts', 'post-review')()
  6. File "/usr/lib/python2.7/site-packages/RBTools-0.5-py2.7.egg/rbtools/postreview.py", line 1280, in main
  7. server.load_capabilities()
  8. File "/usr/lib/python2.7/site-packages/RBTools-0.5-py2.7.egg/rbtools/postreview.py", line 266, in load_capabilities
  9. info = self.api_get('api/info/')
  10. File "/usr/lib/python2.7/site-packages/RBTools-0.5-py2.7.egg/rbtools/postreview.py", line 698, in api_get
  11. return self.process_json(self.http_get(path))
  12. File "/usr/lib/python2.7/site-packages/RBTools-0.5-py2.7.egg/rbtools/postreview.py", line 668, in http_get
  13. rsp = urllib2.urlopen(url).read()
  14. File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
  15. return _opener.open(url, data, timeout)
  16. File "/usr/lib/python2.7/urllib2.py", line 404, in open
  17. response = self._open(req, data)
  18. File "/usr/lib/python2.7/urllib2.py", line 422, in _open
  19. '_open', req)
  20. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  21. result = func(*args)
  22. File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
  23. return self.do_open(httplib.HTTPConnection, req)
  24. File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
  25. raise URLError(err)
  26. urllib2.URLError: <urlopen error [Errno -2] Name or service not known>
  27.  
  28. oleg@t510 0 ~/work/svn/scidb % ping -c 5 rbcommons.com
  29. PING rbcommons.com (107.20.251.98) 56(84) bytes of data.
  30.  
  31. --- rbcommons.com ping statistics ---
  32. 5 packets transmitted, 0 received, 100% packet loss, time 3999ms
  33.  
  34. oleg@t510 0 ~/work/svn/scidb % traceroute rbcommons.com
  35. traceroute to rbcommons.com (107.20.251.98), 30 hops max, 60 byte packets
  36. 1 192.168.0.1 (192.168.0.1) 0.547 ms 1.111 ms 1.340 ms
  37. 2 109.194.16.64 (109.194.16.64) 7.770 ms 8.944 ms *
  38. 3 irk01.irk20.transtelecom.net (188.43.4.106) 4.124 ms 4.178 ms 4.671 ms
  39. 4 equinix01-iad2.amazon.com (206.126.236.68) 206.401 ms 207.655 ms 208.073 ms
  40. 5 72.21.220.49 (72.21.220.49) 209.716 ms 209.770 ms 210.176 ms
  41. 6 72.21.222.141 (72.21.222.141) 219.045 ms 212.611 ms 212.559 ms
  42. 7 * * *
  43. 8 * * *
  44. 9 * * *
  45. 10 216.182.224.15 (216.182.224.15) 217.303 ms 217.359 ms 218.805 ms
  46. 11 * * *
  47. 12 * * *
  48. 13 * * *
  49. 14 * * *
  50. 15 * * *
  51. 16 * * *
  52. 17 * * *
  53. 18 * * *
  54. 19 * * *
  55. 20 * * *
  56. 21 * * *
  57. 22 * * *
  58. 23 * * *
  59. 24 * * *
  60. 25 * * *
  61. 26 * * *
  62. 27 * * *
  63. 28 * * *
  64. 29 * * *
  65. 30 * * *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement