Re: [libvirt] broken pipe?

2008-12-05 Thread Daniel P. Berrange
On Thu, Dec 04, 2008 at 06:23:30PM -0500, Itamar Heim wrote: -Original Message- From: Daniel P. Berrange [mailto:[EMAIL PROTECTED] ... Basically take a look at libvirt.spec.in and make sure you have all the 'BuildRequires lines installed [IH] done that. Added the following

Re: [libvirt] broken pipe -- compile errors

2008-12-05 Thread Daniel P. Berrange
On Thu, Dec 04, 2008 at 07:06:38PM -0500, Itamar Heim wrote: Regarding the compile errors below: --without-xen allows me to compile HEAD, but with-xen seems broken For the 0.5.0 tag - 'qemudCapsInitNUMA' qemu_conf.c:325: error: passing argument 2 of 'numa_node_to_cpus' from incompatible

RE: [libvirt] how to install updated python bindings

2008-12-05 Thread Ben Guthro
Visco - FYI - You should be able to build a custom rpm via 'make rpm' -Original Message- From: [EMAIL PROTECTED] on behalf of visco Sent: Fri 12/5/2008 1:05 AM To: Daniel P. Berrange; [EMAIL PROTECTED] Cc: libvir-list@redhat.com Subject: Re: [libvirt] how to install updated python

Re: [libvirt] Open monitor logs O_APPEND

2008-12-05 Thread Daniel Veillard
On Thu, Dec 04, 2008 at 05:44:30PM +0100, Guido Günther wrote: On Thu, Dec 04, 2008 at 01:26:40PM +, Daniel P. Berrange wrote: On Thu, Dec 04, 2008 at 02:11:07PM +0100, Guido G?nther wrote: Hi, attached patch is from Debian Bug #507553: The logfile is opened with O_APPEND (to

Re: [libvirt] [PATCH ] (type ioem) adding qemu nic configuration option in to libvirt (XEN)

2008-12-05 Thread gmunasin
What we need to send not to configure a qemu -net bock is something called ( type none) not ( model none ) or (model xen) xend. So what you are suggesting is that if we see a model type='xen' treat it a different way so that it will send (type none) to XEND. ? Not quite - we'd not set

[libvirt] Bridged network (shared physical device) and libvirt

2008-12-05 Thread Henrik Persson E
Hi, Are there any plans to include possibility to configure bridged networks in libvirt? I see the need to be able to actually be able create vlans on physical devices and the bridge the vlan, which I guess is a very normal case for isolating network traffic between different guests. I would

[libvirt] [PATCH] Makefile.am compile fix

2008-12-05 Thread Paolo Borelli
Hi, also filed as https://bugzilla.redhat.com/show_bug.cgi?id=474211 but I have been asked to send it to the list. The attached patches fixes Makefile.am and let's me compile libvirt. Ciao Paolo Index: qemud/Makefile.am ===

[libvirt] [PATCH] small compilation problem with old dbus versions

2008-12-05 Thread Daniel Veillard
dbus_watch_get_unix_fd() was added in dbus = 1.1.1, it deprecate dbus_watch_get_fd(), so we should use the later if compiling against the old stuff, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [EMAIL PROTECTED] | Rpmfind RPM search engine

Re: [libvirt] [PATCH] small compilation problem with old dbus versions

2008-12-05 Thread Gerd v. Egidy
dbus_watch_get_unix_fd() was added in dbus = 1.1.1, it deprecate dbus_watch_get_fd(), so we should use the later if compiling against the old stuff, hmm, somehow this problem and the solutions seems familiar to me: https://bugzilla.redhat.com/show_bug.cgi?id=473510 closed that bug now.

[libvirt] [PATCH 1/4] virsh.c: generate each virsh help COMMANDs synopsis

2008-12-05 Thread Jim Meyering
* src/virsh.c: Also, diagnose extra arguments after --help (-h). --- src/virsh.c | 102 +- 1 files changed, 58 insertions(+), 44 deletions(-) diff --git a/src/virsh.c b/src/virsh.c index df12b8b..96a7132 100644 --- a/src/virsh.c +++

[libvirt] [PATCH 2/4] virsh.c: add missing (yet empty) desc strings

2008-12-05 Thread Jim Meyering
* src/virsh.c: Now, every command must have a desc string, even if it has zero length. Mark these, so they'll be filled in. --- src/virsh.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/virsh.c b/src/virsh.c index 96a7132..d96a7d4 100644 ---

[libvirt] [PATCH 3/4] virsh.c: remove all syntax vshCmdInfo entries.

2008-12-05 Thread Jim Meyering
* src/virsh.c: ... now that it's generated. --- FYI, I made this change with the following one-liner: perl -ni -e '/syntax,/ or print' src/virsh.c src/virsh.c | 89 --- 1 files changed, 0 insertions(+), 89 deletions(-) diff --git

[libvirt] [PATCH 4/4] virsh.c: tweak options to produce more accurate help

2008-12-05 Thread Jim Meyering
* src/virsh.c: Adjust some vshCmdOptDef command option flags to improve auto-generated help command syntax. --- src/virsh.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/virsh.c b/src/virsh.c index 230a128..bb81f25 100644 --- a/src/virsh.c +++

[libvirt] F10 rpm problems

2008-12-05 Thread Ben Guthro
So...I decided to make the leap, and upgraded to F10 (from F9) After my upgrade, I decided to build the libvirt rpm from source, and install it. So far, so good...everything built, and installs nicely. However, when I run virsh, I get the following error: virsh: error while loading shared