[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2013-02-28 Thread Serge Hallyn
As has been discussed upstream, adding a generic custom conf file hides useful information when debugging. The dnsmasq features which need to be tweaked should be explicitly supported in new xml bits. Marking this wontfix here, but hoping that the features will show up upstream soon. ** Changed

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2013-02-28 Thread Serge Hallyn
As has been discussed upstream, adding a generic custom conf file hides useful information when debugging. The dnsmasq features which need to be tweaked should be explicitly supported in new xml bits. Marking this wontfix here, but hoping that the features will show up upstream soon. ** Changed

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2013-02-28 Thread TJ
I'm contributing new dhcp relay='(yes|no)'/ functionality upstream, and the state of the current upstream is such that it writes its own conffile for dnsmasq based on an expanding range of settings taken from the network XML definition. -- You received this bug notification because you are a

Re: [Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2013-02-28 Thread Serge Hallyn
Awesome, thanks very much. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/247583 Title: add option to start dnsmasq with a custom configuration file To manage notifications about this bug go to:

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2013-02-24 Thread TJ
I needed the same flexibility on my network for several libvirtd instances each running its own dnsmasq and requiring some complex dnsmasq configuration to meld into the LAN configuration. I added two new tags to the network XML: conffile and logfacility: conffile

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2013-02-24 Thread Ubuntu Foundations Team Bug Bot
The attachment sourcecode: diff to add --conf-file=... and --log- facility=... to libvirt 0.9.8-2ubuntu17.7 of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2012-08-07 Thread Bruno Medeiros
Since libvirt 0.4.5 you can define the DNS domain in the network XML definition. See [1] for the domain element. [1] http://www.libvirt.org/formatnetwork.html#elementsConnect True, but don't forget to issue a 'virsh net-destroy xx' before edit the network, of course using 'virsh net-edit

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-09-08 Thread E.T. Anderson
Does the network XML allow for MX records? I'd like to have an email server VM, but email servers need MX records, and I didn't see a way to specify that in the documentation linked above. -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-09-08 Thread E.T. Anderson
Does the network XML allow for MX records? I'd like to have an email server VM, but email servers need MX records, and I didn't see a way to specify that in the documentation linked above. -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-06-10 Thread photron
Since libvirt 0.4.5 you can define the DNS domain in the network XML definition. See [1] for the domain element. [1] http://www.libvirt.org/formatnetwork.html#elementsConnect -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You received this

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-06-10 Thread photron
Since libvirt 0.4.5 you can define the DNS domain in the network XML definition. See [1] for the domain element. [1] http://www.libvirt.org/formatnetwork.html#elementsConnect -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You received this

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-26 Thread GoofY
Oohps forgot to mention I'm using Ubuntu Lucid (10.04, new long term support) -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-26 Thread GoofY
Oohps forgot to mention I'm using Ubuntu Lucid (10.04, new long term support) -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
Problem in my case is, I've got a DHCP server, bridged networking which is working when not enabling LIBVIRT. After enabling LIBVIRT for some reason, I can't seem to find out why, my DHCP server stops serving IP's configs for my clients. After a reboot my DHCP server works for about 5 min,

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
After trying the solution to stop dhcp from starting I still have the same issue dhpc is still started (with libvrirt) ps aux|grep dns gives this: nobody2048 0.0 0.0 21404 904 ?S17:07 0:00 dnsmasq --strict-order --bind-interfaces

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
Problem in my case is, I've got a DHCP server, bridged networking which is working when not enabling LIBVIRT. After enabling LIBVIRT for some reason, I can't seem to find out why, my DHCP server stops serving IP's configs for my clients. After a reboot my DHCP server works for about 5 min,

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
After trying the solution to stop dhcp from starting I still have the same issue dhpc is still started (with libvrirt) ps aux|grep dns gives this: nobody2048 0.0 0.0 21404 904 ?S17:07 0:00 dnsmasq --strict-order --bind-interfaces

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2010-01-23 Thread GoofY
after some trying I just stuck with killing the dnsmasq process (re)starting the dhcp server via a little script. In rc.local I added this script so it will be carried out at the end of everything... Not a real nice solution but it's working... The sleeps are for some reason necessary

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2009-10-06 Thread Chuck Short
** Changed in: libvirt (Ubuntu) Status: New = Triaged -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. --

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2009-10-06 Thread Chuck Short
** Changed in: libvirt (Ubuntu) Status: New = Triaged -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2009-06-09 Thread Terence
dnsmasq started by libvirtd contains --conf-file= argument which prevents dnsmasq to read its default config file in /etc/dnsmasq.conf. It is simple and clean to remove this argument to allow modification of dnsmasq behavior. In my own setting, I need dnsmasq to send a DNS domain to the guests to

Re: [Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2008-09-26 Thread Soren Hansen
On Thu, Sep 18, 2008 at 08:34:37PM -, Mario Manno wrote: I already have a bridge, a dhcp server and a dns cache. Do I really have to dpkg-divert the dnsmasq binary to stop libvirtd from starting it? Um.. No? You can just disable the dhcp server. Try this: $ virsh net-dumpxml default

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2008-09-18 Thread Mario Manno
I already have a bridge, a dhcp server and a dns cache. Do I really have to dpkg-divert the dnsmasq binary to stop libvirtd from starting it? -- add option to start dnsmasq with a custom configuration file https://bugs.launchpad.net/bugs/247583 You received this bug notification because you are

Re: [Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2008-09-18 Thread Mathias Gug
Hi Mario, On Thu, Sep 18, 2008 at 08:34:37PM -, Mario Manno wrote: I already have a bridge, a dhcp server and a dns cache. Do I really have to dpkg-divert the dnsmasq binary to stop libvirtd from starting it? If you have a bridge and you're using it for your guest network libvirt should

[Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2008-07-11 Thread Soren Hansen
Will never ever happen. :) By design. Allowing you to pass arbitrary options to kvm, iptables and/or dnsmasq would result in an unknown and unmanagable environment. If you really, truly want this, you should replace dnsmasq with a wrapper that uses your configuration file. I'm curious what sort

Re: [Bug 247583] Re: add option to start dnsmasq with a custom configuration file

2008-07-11 Thread Mathias Gug
On Fri, Jul 11, 2008 at 01:41:43PM -, Soren Hansen wrote: Will never ever happen. :) By design. Allowing you to pass arbitrary options to kvm, iptables and/or dnsmasq would result in an unknown and unmanagable environment. If you really, truly want this, you should replace dnsmasq with a