From: Anthony Liguori <aliguori@us.ibm.com>
To: Ewan Mellor <ewan@xensource.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH 0/4] Add support for XML-RPC over SSH (take two)
Date: Tue, 20 Jun 2006 16:07:54 -0500 [thread overview]
Message-ID: <449863AA.4090708@us.ibm.com> (raw)
In-Reply-To: <20060620124943.GA11609@leeni.uk.xensource.com>
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.
>
next prev parent reply other threads:[~2006-06-20 21:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-14 19:28 [PATCH 0/4] Add support for XML-RPC over SSH (take two) Anthony Liguori
2006-06-14 19:31 ` [PATCH 1/4] Fix Xend's HTTP/1.1 Keep-Alive support Anthony Liguori
2006-06-14 19:32 ` [PATCH 2/4] Add support for an xm serve command Anthony Liguori
2006-06-14 19:33 ` [PATCH 2/4] Client support for XML-RPC over SSH Anthony Liguori
2006-06-14 19:34 ` [PATCH 4/4] Add support for XM_SERVER variable to choose XML-RPC URI Anthony Liguori
2006-06-20 9:26 ` [PATCH 0/4] Add support for XML-RPC over SSH (take two) Ewan Mellor
2006-06-20 12:49 ` Ewan Mellor
2006-06-20 21:07 ` Anthony Liguori [this message]
2006-06-21 6:30 ` Ewan Mellor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=449863AA.4090708@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=ewan@xensource.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.