From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 0/4] Add support for XML-RPC over SSH (take two) Date: Tue, 20 Jun 2006 16:07:54 -0500 Message-ID: <449863AA.4090708@us.ibm.com> References: <44906357.90107@us.ibm.com> <20060620092639.GA11908@leeni.uk.xensource.com> <20060620124943.GA11609@leeni.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060620124943.GA11609@leeni.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ewan Mellor Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Ewan Mellor wrote: > On Tue, Jun 20, 2006 at 10:26:39AM +0100, Ewan Mellor wrote: > > >> On Wed, Jun 14, 2006 at 02:28:23PM -0500, Anthony Liguori wrote: >> >> >>> This series is a repost of the previous series taking into account >>> Ewan's feedback wrt error reporting. Additionally, to make things a bit >>> saner, I changed the ssh invocation from being always done in the ctor >>> to being done on demand. This means that xm commands like help won't >>> actually require a password if the ssh transport is being used. >>> >>> I've also included the HTTP/1.1 Keep-Alive patch as it's required for >>> this patch set. >>> >> I've applied this whole set. Thanks Anthony. Could we have some >> documentation patches too? >> > > I've just noticed that these patches only work on Python 2.4, because they use > subprocess. I've split SSHTransport out to its own file (which is reasonable > in it's own right anyway), and if the import fails, it now disables the > XML-RPC over SSH altogether. > Ah, sorry, didn't realize that. > If there's anyone out there who wants XML-RPC over SSH on Python 2.3, then a > patch that used popen2.popen2 or xen.util.xpopen.xPopen3 instead of > subprocess.Popen would be welcome. > I'll put this on my TODO. For future reference, what are the official versions of Python that we support and do you happen to know which distros have the older versions? Regards, Anthony Liguori > Ewan. >