Re: [libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Jim Meyering
"Daniel P. Berrange" wrote: >> From 0131996b3cd819624259d6adcc5d968d6a0210b1 Mon Sep 17 00:00:00 2001 >> From: Jim Meyering >> Date: Fri, 30 Jan 2009 15:41:39 +0100 >> Subject: [PATCH] fix qemud version reporting when qemu is not installed >> >> * src/qemu_conf.c (uname_normalize): New function,

Re: [libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Daniel P. Berrange
On Fri, Jan 30, 2009 at 11:23:29AM -0500, Dave Allan wrote: > Daniel P. Berrange wrote: > >On Fri, Jan 30, 2009 at 02:10:58PM +0100, Jim Meyering wrote: > >>Hi David, > >> > >>I've just applied your 3 patches and built the example. > >>That went fine. Then I tried to run it like this: > >> > >>

Re: [libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Dave Allan
Daniel P. Berrange wrote: On Fri, Jan 30, 2009 at 02:10:58PM +0100, Jim Meyering wrote: Hi David, I've just applied your 3 patches and built the example. That went fine. Then I tried to run it like this: $ LIBVIRT_DEBUG=1 libvirtd 2> log & pid=$! $ ./hellolibvirt Attempting to

Re: [libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Daniel P. Berrange
On Fri, Jan 30, 2009 at 03:54:17PM +0100, Jim Meyering wrote: > "Daniel P. Berrange" wrote: > > > > Hmm, it should use the native arch - virExtractVersionInfo needs > > fixing to call uname, and extract the native arch. Hardcoding > > i386 was sufficient, when we mandated that 'qemu' was always >

Re: [libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Jim Meyering
"Daniel P. Berrange" wrote: > On Fri, Jan 30, 2009 at 02:32:00PM +0100, Jim Meyering wrote: >> Jim Meyering wrote: >> > I've just applied your 3 patches and built the example. >> > That went fine. Then I tried to run it like this: >> ... >> > $ kill $pid >> > $ LIBVIRT_DEBUG=1 ../../q

Re: [libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Daniel P. Berrange
On Fri, Jan 30, 2009 at 02:10:58PM +0100, Jim Meyering wrote: > Hi David, > > I've just applied your 3 patches and built the example. > That went fine. Then I tried to run it like this: > > $ LIBVIRT_DEBUG=1 libvirtd 2> log & pid=$! > $ ./hellolibvirt > Attempting to connect to hy

Re: [libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Daniel P. Berrange
On Fri, Jan 30, 2009 at 02:32:00PM +0100, Jim Meyering wrote: > Jim Meyering wrote: > > I've just applied your 3 patches and built the example. > > That went fine. Then I tried to run it like this: > ... > > $ kill $pid > > $ LIBVIRT_DEBUG=1 ../../qemud/libvirtd 2> log & > > $ ./he

Re: [libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Jim Meyering
Jim Meyering wrote: > I've just applied your 3 patches and built the example. > That went fine. Then I tried to run it like this: ... > $ kill $pid > $ LIBVIRT_DEBUG=1 ../../qemud/libvirtd 2> log & > $ ./hellolibvirt > Attempting to connect to hypervisor > Connected to hy

[libvirt] Re: [PATCH 0/3] A small example program

2009-01-30 Thread Jim Meyering
Hi David, I've just applied your 3 patches and built the example. That went fine. Then I tried to run it like this: $ LIBVIRT_DEBUG=1 libvirtd 2> log & pid=$! $ ./hellolibvirt Attempting to connect to hypervisor Connected to hypervisor at "qemu:///session" ? -> Failed to get