Re: [libvirt] [PATCH 0/3] network: resolve CVE 2012-3411

2012-11-24 Thread Gene Czarcinski
On 11/21/2012 09:55 PM, Laine Stump wrote: This patch series resolves the libvirt part of CVE 2012-3411: https://bugzilla.redhat.com/show_bug.cgi?id=833033 Further details are in PATCH 3/3. Things are going well and I have the DHCPv6 patches re-worked to be on top of these patches. I am

[libvirt] Is DBus a hard dependency

2012-11-24 Thread Guido Günther
Hi, currently running libvirtd without DBus fails due to: error : nwfilterDriverStartup:208 : DBus matches could not be installed. Disabling nwfilter driver error : virDBusGetSystemBus:77 : internal error Unable to get DBus system bus connection: Failed to connect to socket

Re: [libvirt] Proposal: no dnsmasq (no dhcp and no dns) and no radvd option

2012-11-24 Thread Laine Stump
On 11/23/2012 02:18 PM, Gene Czarcinski wrote: On 11/20/2012 05:29 PM, Laine Stump wrote: On 11/20/2012 02:36 PM, Gene Czarcinski wrote: Laine mentioned something yesterday that got me to thinking: being able to specify that dnsmasq is not to be started for an interface. Let me expand that

[libvirt] RFC: adding configuration for standard dhcp options to network

2012-11-24 Thread Laine Stump
There have been multiple requests over the last couple years to make the DHCP server of libvirt's virutal networks more configurable (for example, see the following BZ: https://bugzilla.redhat.com/show_bug.cgi?id=824573 ). You can see a full list of the options supported by dnsmasq with this

[libvirt] [PATCH] storage: fix logical volume cloning

2012-11-24 Thread Ján Tomko
Commit 258e06c removed setting of the volume type to VIR_STORAGE_VOL_BLOCK, which leads to failures in storageVolumeCreateXMLFrom. The type (and target.format) of the volume was set to zero. In virStorageBackendGetBuildVolFromFunction, this gets interpreted as VIR_STORAGE_FILE_NONE and the

Re: [libvirt] [PATCH 3/3] network: use dnsmasq --bind-dynamic when available

2012-11-24 Thread Laine Stump
On 11/23/2012 07:44 AM, Gene Czarcinski wrote: On 11/21/2012 09:55 PM, Laine Stump wrote: This bug resolves CVE-2012-3411, which is described in the following bugzilla report: https://bugzilla.redhat.com/show_bug.cgi?id=833033 The following report is specifically for libvirt on Fedora: