[opensuse-buildservice] Build service not responding
Hi Buildservice users, we're experiencing some problems with the IChain Proxy used as authentication method in build.opensuse.org. We hope to have a fix (or at least a workaround) for this soon. Sorry for the inconvenience, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Wed, Apr 23, 2008 at 05:14:03PM +0200, Michael Schroeder wrote:
we're experiencing some problems with the IChain Proxy used as authentication method in build.opensuse.org. We hope to have a fix (or at least a workaround) for this soon.
It seems like iChain doesn't like it very much if the client closes the connection and not all data as written. This is currently happening quite often with the new interconnect code, as I coded a 20 seconds timeout for the repository data retrieval. As the data can be a couple of megabytes this was probably a bit too optimistic. Could all of you people trying out the interconnect please change line 1494 in /usr/lib/obs/server/bs_sched from 'timeout' => 20, to 'timeout' => 200, This will hopefully remove some strain from iChain and make the interconnect more reliable. We'll also prepare patched packages. Thanks, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Wed, Apr 23, 2008 at 05:52:33PM +0200, Michael Schroeder wrote:
It seems like iChain doesn't like it very much if the client closes the connection and not all data as written. This is currently happening quite often with the new interconnect code, as I coded a 20 seconds timeout for the repository data retrieval. As the data can be a couple of megabytes this was probably a bit too optimistic.
Could all of you people trying out the interconnect please change line 1494 in /usr/lib/obs/server/bs_sched from
'timeout' => 20, to 'timeout' => 200,
This will hopefully remove some strain from iChain and make the interconnect more reliable. We'll also prepare patched packages.
New packages (aka obs-server-0.9-9.1.noarch.rpm) are now available. Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (1)
-
Michael Schroeder