Re: [libvirt] [PATCH] Fix virt-pki-validate's determination of CN

2010-04-29 Thread Dustin Kirkland
On Thu, 2010-04-29 at 15:56 -0600, Eric Blake wrote: > From: Dustin Kirkland > > Ubuntu's gntls package generates an Issuer line that looks like this: > Issuer: C=US,ST=NY,L=Rochester,O=example.com,CN=example.com > CA,email=hostmas...@example.com > > While

[libvirt] [PATCH] Fix virt-pki-validate's determination of CN

2010-04-29 Thread Dustin Kirkland
apologies. I spent more time than I care to admit trying to get sed to select that one line, and then run two regexes against it. Feel free to correct this patch and educate me, if you have a better way. Thanks! Signed-off-by: Dustin Kirkland diff --git a/tools/virt-pki-validate.in b/tool

Re: [libvirt] [PATCH] portability fixes to tools/virt-pki-validate.in

2010-04-21 Thread Dustin Kirkland
On Wed, 2010-04-21 at 15:22 -0600, Eric Blake wrote: > On 04/21/2010 03:00 PM, Dustin Kirkland wrote: > > portability fixes to tools/virt-pki-validate.in > > > > A few fixes will help make tools/virt-pki-validate.in useful on Debian > > and Ubuntu. And one fix should

[libvirt] [PATCH] portability fixes to tools/virt-pki-validate.in

2010-04-21 Thread Dustin Kirkland
: Dustin Kirkland diff --git a/tools/virt-pki-validate.in b/tools/virt-pki-validate.in index ee7b79d..d335997 100755 --- a/tools/virt-pki-validate.in +++ b/tools/virt-pki-validate.in @@ -16,8 +16,8 @@ PORT=16514 CERTOOL=`which certtool 2>/dev/null` if [ ! -x $CERTOOL ] then -echo Could

Re: [libvirt] dynamic scsi disk attach seems to be broken in qemu(-kvm)-0.11, libvirt-0.7.1

2009-10-09 Thread Dustin Kirkland
On Fri, Oct 9, 2009 at 3:18 AM, Daniel P. Berrange wrote: > On Thu, Oct 08, 2009 at 10:57:55PM -0500, Dustin Kirkland wrote: >> Now, all of that said, it is actually possible to hot-add a second >> scsi device. However, as far as I can tell, this method is not yet >> supp

Re: [Qemu-devel] Re: [libvirt] dynamic scsi disk attach seems to be broken in qemu(-kvm)-0.11, libvirt-0.7.1

2009-10-09 Thread Dustin Kirkland
On Fri, Oct 9, 2009 at 9:38 AM, Anthony Liguori wrote: >>> I would like some advice on how to proceed with this bug, and where >>> the solution lies...in qemu or in libvirt.  Ultimately, I would like >>> the behavior we had in our previous release with kvm-84 and >>> libvirt-0.6.1, where we could

[libvirt] dynamic scsi disk attach seems to be broken in qemu(-kvm)-0.11, libvirt-0.7.1

2009-10-08 Thread Dustin Kirkland
We're experiencing what we believe to be a regression in qemu-kvm-0.11 and libvirt-0.7.0, from previous versions of kvm-84 and libvirt-0.6.1: Dynamically attaching sdb (a second scsi disk) fails. (Note that I have tested this against libvirt-0.7.1 built from source as well--same results.) Here ar

[libvirt] daily builds of pristine upstream sources for qemu, qemu-kvm, and libvirt

2009-07-08 Thread Dustin Kirkland
Howdy, developers of qemu, qemu-kvm, and libvirt. I periodically see bug reports on these lists from users of Ubuntu packages of these projects. Since these users are often running some version of the project older than the current development branch, it's more interesting to know if the user can