Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-26 Thread Laine Stump
On 10/24/2012 04:27 PM, Gene Czarcinski wrote: On 10/24/2012 01:31 PM, Laine Stump wrote: Is there some way (some command) that will cause dnsmasq to be restarted (possibly with new parameters as it re-does its configuration). If this was done, then little, except some cached names, would be

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-26 Thread Gene Czarcinski
On 10/26/2012 10:36 AM, Laine Stump wrote: On 10/24/2012 04:27 PM, Gene Czarcinski wrote: On 10/24/2012 01:31 PM, Laine Stump wrote: Is there some way (some command) that will cause dnsmasq to be restarted (possibly with new parameters as it re-does its configuration). If this was done, then

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-24 Thread Gene Czarcinski
On 10/23/2012 04:10 PM, Laine Stump wrote: Can you provide a bit more info as to what you would like to change without restarting dnsmasq. Right now, the ranges of IP addresses, the IP addresses to listen on, the domain. There may be other things in the future as virNetworkUpdate() gets fleshed

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-24 Thread Gene Czarcinski
On 10/24/2012 07:46 AM, Gene Czarcinski wrote: On 10/23/2012 04:10 PM, Laine Stump wrote: Can you provide a bit more info as to what you would like to change without restarting dnsmasq. Right now, the ranges of IP addresses, the IP addresses to listen on, the domain. There may be other things

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-24 Thread Laine Stump
On 10/24/2012 07:56 AM, Gene Czarcinski wrote: On 10/24/2012 07:46 AM, Gene Czarcinski wrote: On 10/23/2012 04:10 PM, Laine Stump wrote: Can you provide a bit more info as to what you would like to change without restarting dnsmasq. Right now, the ranges of IP addresses, the IP addresses to

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-24 Thread Gene Czarcinski
On 10/24/2012 01:31 PM, Laine Stump wrote: Is there some way (some command) that will cause dnsmasq to be restarted (possibly with new parameters as it re-does its configuration). If this was done, then little, except some cached names, would be lost). If there is not, maybe there should be.

[libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-23 Thread Gene Czarcinski
This patch changes the way parameters are passed to dnsmasq. They are put into a conf-file instead of being on the dnsmasq command line. **NOTE ** This has updated the related tests for the new data format, etc. **NOTE** This patch does NOT include specifying interface= The command line now

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-23 Thread Laine Stump
On 10/23/2012 11:07 AM, Gene Czarcinski wrote: This patch changes the way parameters are passed to dnsmasq. They are put into a conf-file instead of being on the dnsmasq command line. I was thinking about this last night after I learned from you that the conf file *isn't* reread when dnsmasq

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-23 Thread Gene Czarcinski
On 10/23/2012 12:01 PM, Laine Stump wrote: On 10/23/2012 11:07 AM, Gene Czarcinski wrote: This patch changes the way parameters are passed to dnsmasq. They are put into a conf-file instead of being on the dnsmasq command line. I was thinking about this last night after I learned from you that

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-23 Thread Laine Stump
On 10/23/2012 12:57 PM, Gene Czarcinski wrote: On 10/23/2012 12:01 PM, Laine Stump wrote: On 10/23/2012 11:07 AM, Gene Czarcinski wrote: This patch changes the way parameters are passed to dnsmasq. They are put into a conf-file instead of being on the dnsmasq command line. I was thinking

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-23 Thread Gene Czarcinski
On 10/23/2012 01:13 PM, Laine Stump wrote: I tried your earlier --interface patch on F17 last night, and built it on F16 and RHEL6 but didn't get a chance to test it. So instead I'm going to try a build with both of these patches on the three platforms today and (hopefully) push them both prior

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-23 Thread Laine Stump
On 10/23/2012 03:24 PM, Gene Czarcinski wrote: On 10/23/2012 01:13 PM, Laine Stump wrote: I tried your earlier --interface patch on F17 last night, and built it on F16 and RHEL6 but didn't get a chance to test it. So instead I'm going to try a build with both of these patches on the three

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-23 Thread Gene Czarcinski
On 10/23/2012 04:10 PM, Laine Stump wrote: I wouldn't worry about that quite yet. Let's wait until it's pushed upstream. At the point, we'll probably want the first two (for F17 and F18, which have dnsmasq-2.63 which according to you causes problems). Not me, Simon Kelley the dnsmasq

Re: [libvirt] [PATCH 1/2] v3: put dnsmasq parameters into a file instead of the command line

2012-10-23 Thread Laine Stump
On 10/23/2012 11:07 AM, Gene Czarcinski wrote: This patch changes the way parameters are passed to dnsmasq. They are put into a conf-file instead of being on the dnsmasq command line. **NOTE ** This has updated the related tests for the new data format, etc. **NOTE** This patch does NOT