Re: [libvirt] [PATCH] Fix a compilation problem with LXC drop capabilities

2009-06-01 Thread Daniel P. Berrange
On Fri, May 29, 2009 at 04:42:54PM -0500, Serge E. Hallyn wrote: Quoting Ryota Ozaki (ozaki.ry...@gmail.com): On Fri, May 29, 2009 at 9:20 PM, Daniel Veillard veill...@redhat.com wrote: Hmm, yeah but note that often userspace is out of date with respect to recent new kernel-related

Re: [libvirt] PATCH Fix BuildRequires in spec file

2009-06-01 Thread Daniel P. Berrange
On Fri, May 29, 2009 at 10:07:14AM -0500, Trent Johnson wrote: Fixes error from rpmbuild RPM build errors: File not found: /var/tmp/libvirt-0.6.3-1.el5-root/usr/libexec/libvirt_parthelper NACk this program does not use e2fsprogs. It only uses parted. If you have a build problem

Re: [libvirt] Release of libvirt-0.6.4

2009-06-01 Thread Daniel P. Berrange
On Sat, May 30, 2009 at 12:45:21PM +, Frederik Himpe wrote: On Fri, 29 May 2009 19:18:05 +0200, Daniel Veillard wrote: - test case for exercising the event loop (Daniel Berrange) I think this test is failing for me on Mandriva Cooker (both i586 and x86_64): 51) QEMU ARGV-2-XML

Re: [libvirt] Release of libvirt-0.6.4

2009-06-01 Thread Frederik Himpe
On Mon, 01 Jun 2009 10:36:36 +0100, Daniel P. Berrange wrote: On Sat, May 30, 2009 at 12:45:21PM +, Frederik Himpe wrote: On Fri, 29 May 2009 19:18:05 +0200, Daniel Veillard wrote: - test case for exercising the event loop (Daniel Berrange) I think this test is failing for me on

[libvirt] [PATCH 0/1] NPIV support revised patch

2009-06-01 Thread David Allan
Here is a new version of the NPIV support incorporating everybody's comments. I think it should be ready to go in at this point. Dave -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 1/1] Add backend support for nodedev-create and destroy

2009-06-01 Thread David Allan
--- src/Makefile.am |4 +- src/node_device.c | 411 +++ src/node_device.h | 13 ++ src/node_device_conf.c | 139 +-- src/node_device_conf.h | 22 +++- src/node_device_hal.c | 17 ++-

Re: [libvirt] PATCH Fix BuildRequires in spec file

2009-06-01 Thread Trent Johnson
The problem seems to be that when you build libvirt without e2fsprogs-devel installed, then ./configure for libvirt will detect with_storage_disk=no Once that happens libvirt will not create the libvirt_parthelper program. Not sure how this can be fixed then. Thanks, Trent Daniel P.

Re: [libvirt] PATCH Fix BuildRequires in spec file

2009-06-01 Thread Daniel P. Berrange
On Mon, Jun 01, 2009 at 10:42:53AM -0500, Trent Johnson wrote: The problem seems to be that when you build libvirt without e2fsprogs-devel installed, then ./configure for libvirt will detect with_storage_disk=no Once that happens libvirt will not create the libvirt_parthelper program.

Re: [libvirt] PATCH Fix BuildRequires in spec file

2009-06-01 Thread Trent Johnson
Should there be some logic added to the spec file then, as it tries to package libvirt_parthelper even it if was not built. Daniel P. Berrange wrote: On Mon, Jun 01, 2009 at 10:42:53AM -0500, Trent Johnson wrote: The problem seems to be that when you build libvirt without e2fsprogs-devel

Re: [libvirt] [PATCH] Fix a compilation problem with LXC drop capabilities

2009-06-01 Thread Ryota Ozaki
On Mon, Jun 1, 2009 at 6:24 PM, Daniel P. Berrange berra...@redhat.com wrote: On Fri, May 29, 2009 at 04:42:54PM -0500, Serge E. Hallyn wrote: Quoting Ryota Ozaki (ozaki.ry...@gmail.com): On Fri, May 29, 2009 at 9:20 PM, Daniel Veillard veill...@redhat.com wrote: Hmm, yeah but note that