[opensuse-buildservice] osc times out
Most osc actions ("results", "commit") time out for me since at least last night. Logging in through the web pages works sometimes, but is incredibly slow. - --- snip --- foo# strace -fenetwork osc results socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3 socket(PF_FILE, SOCK_STREAM, 0) = 4 connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0 send(4, "\2\0\0\0\r\0\0\0\6\0\0\0hosts\0\4\10", 20, MSG_NOSIGNAL) = 20 recvmsg(4, {msg_name(0)=NULL, msg_iov(1)=[{"hosts\0", 6}], msg_controllen=16, {cmsg_len=16, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, {5}}, msg_flags=0}, 0) = 6 connect(3, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("195.218.123.20")}, 16) = 0 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 4 connect(4, {sa_family=AF_INET, sin_port=htons(443), sin_addr=inet_addr("195.218.123.20")}, 16) = -1 ETIMEDOUT (Connection timed out) Traceback (most recent call last): File "/usr/bin/osc", line 7, in <module> commandline.main() File "/usr/lib/python2.5/site-packages/osc/commandline.py", line 1072, in main cmd(args) File "/usr/lib/python2.5/site-packages/osc/commandline.py", line 713, in results for platform in get_platforms_of_project(project): File "/usr/lib/python2.5/site-packages/osc/core.py", line 1115, in get_platforms_of_project f = show_project_meta(prj) File "/usr/lib/python2.5/site-packages/osc/core.py", line 736, in show_project_meta f = urlopen(url) File "/usr/lib/python2.5/site-packages/osc/core.py", line 650, in urlopen fd = urllib2.urlopen(url, data=data) File "/usr/lib/python2.5/urllib2.py", line 121, in urlopen return _opener.open(url, data) File "/usr/lib/python2.5/urllib2.py", line 380, in open response = meth(req, response) File "/usr/lib/python2.5/urllib2.py", line 491, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.5/urllib2.py", line 412, in error result = self._call_chain(*args) File "/usr/lib/python2.5/urllib2.py", line 353, in _call_chain result = func(*args) File "/usr/lib/python2.5/urllib2.py", line 817, in http_error_401 url, req, headers) File "/usr/lib/python2.5/urllib2.py", line 795, in http_error_auth_reqed return self.retry_http_basic_auth(host, req, realm) File "/usr/lib/python2.5/urllib2.py", line 805, in retry_http_basic_auth return self.parent.open(req) File "/usr/lib/python2.5/urllib2.py", line 374, in open response = self._open(req, data) File "/usr/lib/python2.5/urllib2.py", line 392, in _open '_open', req) File "/usr/lib/python2.5/urllib2.py", line 353, in _call_chain result = func(*args) File "/usr/lib/python2.5/urllib2.py", line 1109, in https_open return self.do_open(httplib.HTTPSConnection, req) File "/usr/lib/python2.5/urllib2.py", line 1076, in do_open raise URLError(err) urllib2.URLError: <urlopen error (110, 'Connection timed out')> Process 28371 detached - --- snap --- A simple "netcat -vvv api.opensuse.org https" gets a connect, though. Anyone else seeing this, too? Suggestions? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Am Freitag 16 Februar 2007 12:24:12 schrieb Thomas Anders:
Most osc actions ("results", "commit") time out for me since at least last night. Logging in through the web pages works sometimes, but is incredibly slow.
I can not see this problem here, neither from internal nor via a remote network. Does someone else do have these problems ? -- Adrian Schroeter SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) email: adrian@suse.de --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Adrian Schröter
-
Thomas Anders