<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7655.8">
<TITLE>RE: [AG-TECH] Vanishing Bridges</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Andrew,<BR>
<BR>
The change was applied to the Ubuntus in package version 3.2-3.<BR>
<BR>
<BR>
chris<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: adhesionmusic@gmail.com on behalf of Andrew Ford<BR>
Sent: Thu 11/4/2010 2:18 AM<BR>
To: Chris Willing<BR>
Cc: Thomas Uram; &lt;Marcolino.Pires@ac-paris.fr&gt;; ag-tech@mcs.anl.gov<BR>
Subject: Re: [AG-TECH] Vanishing Bridges<BR>
<BR>
Hi Chris,<BR>
<BR>
Has this fix been pushed to all the different distribution repos? I'm still<BR>
getting the issue (bridge registers, accessible to clients, then apparently<BR>
disappears from registry after a few minutes) with bridges run on Ubuntu<BR>
9.04 and Fedora 13, and trying to run Bridge3.py on an Ubuntu 10.10 box just<BR>
hangs.<BR>
<BR>
--Andrew<BR>
<BR>
2010/10/14 Christoph Willing &lt;c.willing@uq.edu.au&gt;<BR>
<BR>
&gt;<BR>
&gt; On 15/10/2010, at 1:23 PM, Thomas Uram wrote:<BR>
&gt;<BR>
&gt;&nbsp; This fix also addresses the problem where bridges are not removed from the<BR>
&gt;&gt; registry. The RegistryPeer also uses the AGXMLRPCServer, and relies on the<BR>
&gt;&gt; timeout for cleaning up bridges that have timed out. I haven't confirmed the<BR>
&gt;&gt; fix in this case by testing, but it's clearly borne out in the code. I'll<BR>
&gt;&gt; test it tomorrow.<BR>
&gt;&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Tom,<BR>
&gt;<BR>
&gt; I just updated our registry machine and bridges are now being removed<BR>
&gt; correctly. Looks like a good fix all round.<BR>
&gt;<BR>
&gt; I can't help thinking there are other bits of AG code that would benefit<BR>
&gt; from a similar fix - the ftps server springs to mind (can't currently upload<BR>
&gt; data to a venue on a server running with python2.6).<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; chris<BR>
&gt;<BR>
&gt;<BR>
&gt;&nbsp; On Oct 14, 2010, at 8:47 PM, Christoph Willing wrote:<BR>
&gt;&gt;<BR>
&gt;&gt;<BR>
&gt;&gt;&gt; On 15/10/2010, at 6:10 AM, Thomas Uram wrote:<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&nbsp; This has been fixed. I replicated the problem with a Bridge running on<BR>
&gt;&gt;&gt;&gt; Ubuntu Lucid, registered against the ANL bridge registry.<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; This problem came down to a change in the request handling code in<BR>
&gt;&gt;&gt;&gt; Python 2.6. The change added a handle_timeout method to<BR>
&gt;&gt;&gt;&gt; SocketServer.BaseServer, which gets called instead of raising a<BR>
&gt;&gt;&gt;&gt; socket.timeout exception. The bridge code was relying on this timeout<BR>
&gt;&gt;&gt;&gt; exception to re-register with the registry. That functionality has now been<BR>
&gt;&gt;&gt;&gt; moved to the handle_timeout method.<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; The change has been committed to the AG code here:<BR>
&gt;&gt;&gt;&gt; <A HREF="https://trac.ci.uchicago.edu/accessgrid/changeset/6820">https://trac.ci.uchicago.edu/accessgrid/changeset/6820</A><BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Thanks Tom,<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Local testing confirms the fix works and I've just uploaded patched AG<BR>
&gt;&gt;&gt; packages for Ubuntu 10.10 &amp; Slackware 13.1 to their respective repos.<BR>
&gt;&gt;&gt; Patched packages for other Ubuntu &amp; Slackware versions should appear during<BR>
&gt;&gt;&gt; today.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&nbsp; The relevant Python report is here:<BR>
&gt;&gt;&gt;&gt; <A HREF="http://bugs.python.org/issue742598">http://bugs.python.org/issue742598</A><BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt; This does leave open the question of why the problem couldn't be<BR>
&gt;&gt;&gt;&gt; replicated in test setups using Python 2.6, as more than one of us has done.<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; I think there is additional aberrant behaviour under python2.6 in the<BR>
&gt;&gt;&gt; registry itself which masks the issue fixed by the patch. You'll recall that<BR>
&gt;&gt;&gt; with the APAG registry, the original fault wasn't seen i.e. bridges didn't<BR>
&gt;&gt;&gt; disappear. It turns out that bridges aren't being removed at all in this<BR>
&gt;&gt;&gt; case, even after they have been intentionally stopped, which means<BR>
&gt;&gt;&gt; non-existent bridges are still being advertised. They can only be removed<BR>
&gt;&gt;&gt; from the advertised list by restarting the registry. As an example, I had a<BR>
&gt;&gt;&gt; bridge named SLTest2 registered with the APAG registry. I stooped that<BR>
&gt;&gt;&gt; bridge over an hour ago and since then the machine has been rebooted twice<BR>
&gt;&gt;&gt; while making new AG packages for different distros. Yet that same bridge<BR>
&gt;&gt;&gt; still appears in the bridge list on another machine after a &quot;Purge Bridge<BR>
&gt;&gt;&gt; Cache&quot;. Its disabled and unreachable, so doesn't appear in a user's list<BR>
&gt;&gt;&gt; under the Tools menu, but its clearly still being advertised by the<BR>
&gt;&gt;&gt; registry.<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt; chris<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&nbsp; On Oct 14, 2010, at 8:48 AM, John I. Quebedeaux, Jr wrote:<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&nbsp; Chris,<BR>
&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt; I can confirm that LSU is having to run an older version in order for<BR>
&gt;&gt;&gt;&gt;&gt; our<BR>
&gt;&gt;&gt;&gt;&gt; bridge not to disappear from the ANL registry. I haven't had time to<BR>
&gt;&gt;&gt;&gt;&gt; figure<BR>
&gt;&gt;&gt;&gt;&gt; out why it wasn't staying with our FC13 installation - so I've had to<BR>
&gt;&gt;&gt;&gt;&gt; split<BR>
&gt;&gt;&gt;&gt;&gt; the bridge and venueserver for the moment until I have time pick it<BR>
&gt;&gt;&gt;&gt;&gt; apart...<BR>
&gt;&gt;&gt;&gt;&gt; I initially suspected it was a python version issue...<BR>
&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt; -John Q.<BR>
&gt;&gt;&gt;&gt;&gt; --<BR>
&gt;&gt;&gt;&gt;&gt; John I. Quebedeaux, Jr.; Louisiana State University<BR>
&gt;&gt;&gt;&gt;&gt; Computer Manager LBRN; 131 Life Sciences Bldg.<BR>
&gt;&gt;&gt;&gt;&gt; e-mail: johnq@lsu.edu; web: <A HREF="http://lbrn.lsu.edu">http://lbrn.lsu.edu</A><BR>
&gt;&gt;&gt;&gt;&gt; phone: 225-578-0062 / fax: 225-578-2597<BR>
&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&nbsp; From: Christoph Willing &lt;c.willing@uq.edu.au&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Date: Thu, 14 Oct 2010 21:09:12 +1000<BR>
&gt;&gt;&gt;&gt;&gt;&gt; To: Philippe d'Anfray &lt;Philippe.d-Anfray@cea.fr&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Cc: &quot;&lt;Marcolino.Pires@ac-paris.fr&gt;&quot; &lt;Marcolino.Pires@ac-paris.fr&gt;,<BR>
&gt;&gt;&gt;&gt;&gt;&gt; &quot;ag-tech@mcs.anl.gov&quot; &lt;ag-tech@mcs.anl.gov&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Subject: Re: [AG-TECH] Vanishing Bridges<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; On 14/10/2010, at 7:12 AM, Christoph Willing wrote:<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; On 14/10/2010, at 2:13 AM, Thomas Uram wrote:<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&nbsp; Last week I set up a test registry, registered a bridge with it,<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; and successively queried bridges from the registry all day with no<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; trouble. Granted, these were all local, but if the problem appears<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; as reliably as I've heard, I would have expected to see a problem<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; even in this case. We clearly need to narrow down the cause of the<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; problem some more. What details do we have about the failure cases?<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; We have very few details, unfortunately. I recall, nearly a year<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; ago, I was able to replicate the problem and at that time I thought<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; it may have something to do with newer python versions (since 2.6<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; was implicated in another problem I'd seen and the replicable cases<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; were on newer systems which included python2.6).<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; However when I was retesting a Debian lenny system (which uses<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; python2.5) just night before last, I also ran a test with the new<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Ubuntu maverick (with python2.6). Both ran fine overnight i.e.<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; maverick seems OK despite using python2.6 (however note that other<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; tests in France were not successful with maverick, so ....). Anyway,<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; since maverick had run OK for me, I then started a test with Ubuntu<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; lucid (also python2.6), one of the systems with which I'd previously<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; been able to replicate the problem. This time it has run overnight<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; without any bridge disappearances - I just tried a bridge cache<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; purge from home and it showed up fine (still showing up as<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &quot;LucidTest&quot; in the bridge list<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; if the www.ap-accessgrid.org registry is enabled).<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; On re-reading this last line, I wondered if the problem has something<BR>
&gt;&gt;&gt;&gt;&gt;&gt; to do with the registry itself. I guess all the failure instances so<BR>
&gt;&gt;&gt;&gt;&gt;&gt; far have been using the default ANL registryUrl at<BR>
&gt;&gt;&gt;&gt;&gt;&gt; www.accessgrid.org/registry/peers.txt<BR>
&gt;&gt;&gt;&gt;&gt;&gt; , whereas my tests the last few days, which produced no failures, all<BR>
&gt;&gt;&gt;&gt;&gt;&gt; used the APAG registryUrl at www.ap-accessgrid.org/registry/peers.txt<BR>
&gt;&gt;&gt;&gt;&gt;&gt; .<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Obviously each points to a different registry so could that be the<BR>
&gt;&gt;&gt;&gt;&gt;&gt; problem?<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; I spent all day today testing different _recent_ distros (Slackware<BR>
&gt;&gt;&gt;&gt;&gt;&gt; 13.1, Ubuntu lucid &amp; maverick) against the different registries. In<BR>
&gt;&gt;&gt;&gt;&gt;&gt; all cases, bridges running against the ANL registry disappeared within<BR>
&gt;&gt;&gt;&gt;&gt;&gt; 10-15 minutes. In all cases except one (not repeatable), bridges<BR>
&gt;&gt;&gt;&gt;&gt;&gt; running against the APAG registry did not disappear.<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; My theory therefore is that ANL registry is running with an older<BR>
&gt;&gt;&gt;&gt;&gt;&gt; version of the AG toolkit that is not compatible with VenueClients<BR>
&gt;&gt;&gt;&gt;&gt;&gt; running newer AG versions. Tom's recent testing with a separate test<BR>
&gt;&gt;&gt;&gt;&gt;&gt; registry supports this theory (assuming the test registry is running a<BR>
&gt;&gt;&gt;&gt;&gt;&gt; recent version of AG toolkit). Philippe's comment that tests with<BR>
&gt;&gt;&gt;&gt;&gt;&gt; maverick were unsuccessful also supports the theory (assuming those<BR>
&gt;&gt;&gt;&gt;&gt;&gt; tests used the default ANL registry).<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Philippe and Tom (and anyone else interested),<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Could you try running (using the current AG release) a bridge against<BR>
&gt;&gt;&gt;&gt;&gt;&gt; the APAG registry - some command like:<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Bridge3.py --name=Testing123 --location=wherever<BR>
&gt;&gt;&gt;&gt;&gt;&gt; --registryUrl=<A HREF="http://www.ap-accessgrid.org/registry/peers.txt">http://www.ap-accessgrid.org/registry/peers.txt</A><BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Leave it running for about an hour or two to confirm it does not<BR>
&gt;&gt;&gt;&gt;&gt;&gt; disappear. Then stop it and run it again, this time against the ANL<BR>
&gt;&gt;&gt;&gt;&gt;&gt; registry with something like:<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&nbsp; Bridge3.py --name=TestingXYZ --location=wherever<BR>
&gt;&gt;&gt;&gt;&gt;&gt; --registryUrl=<A HREF="http://www.accessgrid.org/registry/peers.txt">http://www.accessgrid.org/registry/peers.txt</A><BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Look for failure in the first 15 minutes.<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; If the fault is in the ANL registry, why do so many bridges _not_<BR>
&gt;&gt;&gt;&gt;&gt;&gt; disappear? Looking at the list of bridges, the names are becoming very<BR>
&gt;&gt;&gt;&gt;&gt;&gt; familiar i.e. they've been around a long time. I'm guessing that these<BR>
&gt;&gt;&gt;&gt;&gt;&gt; bridges are running on older versions of the AG toolkit - still<BR>
&gt;&gt;&gt;&gt;&gt;&gt; compatible with whatever version is running on the ANL registry<BR>
&gt;&gt;&gt;&gt;&gt;&gt; machine.<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Of course, if the test results are in line with the theory, it still<BR>
&gt;&gt;&gt;&gt;&gt;&gt; doesn't explain the underlying cause. A quick look through bridge &amp;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; registry related AG code doesn't reveal any recent changes so the real<BR>
&gt;&gt;&gt;&gt;&gt;&gt; cause may actually be down in some of the supporting software (python,<BR>
&gt;&gt;&gt;&gt;&gt;&gt; m2crypto anyone?) which are constantly updated in each new Linux<BR>
&gt;&gt;&gt;&gt;&gt;&gt; release (typically every 6 months). If so, this issue will eventually<BR>
&gt;&gt;&gt;&gt;&gt;&gt; also bite Windows &amp; Mac users as new OS versions introduce up to date<BR>
&gt;&gt;&gt;&gt;&gt;&gt; versions of python, m2crypto etc. for them too.<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; chris<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&nbsp; So we know very little about failure cases;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; - there are many in France<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; - I was previously able to replicate but not now<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; - I _think_ I recall that Todd Z reported that he had seen the<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; problem too<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; chris<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&nbsp; On Oct 13, 2010, at 2:27 AM, Philippe d'Anfray wrote:<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&nbsp; Bonjour,<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I was not there yesterday and it's probably too late to &quot;purge the<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; cache&quot; (there's just a Lucid test by now)<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; By the time we decided to switch to debian because we have a<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; seminar that will be transmitted<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; tomorrow and really need the bridge to work (in fact to be visible<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; to new users and there it is).<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; If it works also with &quot;maverick&quot; it is a good news for other users<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; in France (but in the first test we made the<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; bridge disappears too...)<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Merci pour tout!!<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Philippe d'Anfray<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Le 12/10/2010 12:56, Christoph Willing a écrit :<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; We're still stuck with this bridge problem, we tried with<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Ubuntu 10.10 this afternoon but it is still the same. If you<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; can confirm us that it works fine with Debian, I'll reconfigure<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; our server and install a Debian.<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I'm just about to leave for a short holiday so I can't reconfirm<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; that Debian still works correctly until late next week.<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I'm now running a test bridge with Debian &quot;lenny&quot;. It has been<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; running nearly 5 hours without any problem so far. I'm also<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; running another test bridge using the new Ubuntu &quot;maverick&quot;,<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; which and been running for over 4.5 hours - also no problem yet.<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I will let them both run overnight here (your day time) and you<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; can check whether they're still running OK if you purge your<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; bridge cache (assuming you have www.ap-accessgrid.org as one of<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; your bridge registries) and look for the bridges named DebTest<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; (Debian lenny 64bit) and MaverickTest (Ubuntu maverick 32bit).<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&nbsp; &lt;Philippe_d-Anfray.vcf&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Christoph Willing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +61 7 3365 8316<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; QCIF Access Grid Manager<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; University of Queensland<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt; Christoph Willing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +61 7 3365 8316<BR>
&gt;&gt;&gt;&gt;&gt;&gt; QCIF Access Grid Manager<BR>
&gt;&gt;&gt;&gt;&gt;&gt; University of Queensland<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt;&gt;<BR>
&gt;&gt;&gt; Christoph Willing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +61 7 3365 8316<BR>
&gt;&gt;&gt; QCIF Access Grid Manager<BR>
&gt;&gt;&gt; University of Queensland<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;&gt;<BR>
&gt;&gt;<BR>
&gt; Christoph Willing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +61 7 3365 8316<BR>
&gt; QCIF Access Grid Manager<BR>
&gt; University of Queensland<BR>
&gt;<BR>
&gt;<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>