Re: [Dnsmasq-discuss] How does DNSMASQ handle large concurrent configure file updating request requests

2015-02-10 Thread Yongkang You
On Mon, Feb 9, 2015 at 11:49 PM, Simon Kelley si...@thekelleys.org.uk wrote: You should see something like dnsmasq: inotify, new or changed file /tmp/hosts/testone dnsmasq: read /tmp/hosts/testone - 1 addresses Just to check the argument to hostsdir is a directory, and not a file? Any

Re: [Dnsmasq-discuss] Permission issue with dnsmasq

2015-02-10 Thread Abhishek Chanda
This turned out to be due to apparmor blocking writes there. Worked fine on killing it. Thanks On Tue, Feb 10, 2015 at 2:45 PM, Abhishek Chanda abhishek.li...@gmail.com wrote: Hi all, I'm trying to run dnsmasq as part of openstack neutron. It fails with a permission denied while trying to

Re: [Dnsmasq-discuss] [Ow-tech] DNSSEC

2015-02-10 Thread Dave Taht
On Wed, Feb 11, 2015 at 2:11 PM, Seth l...@sysfu.com wrote: On Tue, 10 Feb 2015 16:57:07 -0800, Ranganathan Krishnan r...@selwastor.com wrote: I am looking into ways to improve DNS on the openwireless router software. When I mentioned DNSSEC as one of the items to review, I received this

[Dnsmasq-discuss] probable enhancement in get_version

2015-02-10 Thread Shantanu Gadgil
Hi, dnsmasq v2.73test6 reports the version as v2.73test5 The line echo ${vers} | sort | head -n 1 | sed 's/^v//' could be: echo ${vers} | sort -r | head -n 1 | sed 's/^v//' Regards, Shantanu Gadgil ___ Dnsmasq-discuss mailing list

Re: [Dnsmasq-discuss] Thanks and question

2015-02-10 Thread A James Boswell
Thanks Simon, I understand the rational. Ideally though, I would like to be able to specify an arbitrary range rather than whole subnet for the reserved range, for example dynamic from .1 to .99 and reserved from .100 to .254. Not a neat CIDR boundary, so not possible at the moment and I have

Re: [Dnsmasq-discuss] Thanks and question

2015-02-10 Thread A James Boswell
Thank you Richard. That was the clarification I needed ie “ adding a pool automatically starts serving static addresses in the remainder of the subnet”. Reading Simon’s explanation after your clarification I can see now what he was saying. My pre-conception stopped me from realising it the

Re: [Dnsmasq-discuss] Thanks and question

2015-02-10 Thread richardvo...@gmail.com
You're imagining the reserved range. The --dhcp-host configuration option of dnsmasq will reserve an address. --dhcp-range=static will not. Simon just explained that adding a pool automatically starts serving static addresses in the remainder of the subnet, so your dynamic from .1 to .99 and

[Dnsmasq-discuss] Permission issue with dnsmasq

2015-02-10 Thread Abhishek Chanda
Hi all, I'm trying to run dnsmasq as part of openstack neutron. It fails with a permission denied while trying to create the pidfile. Root user does have permission on the directory where it is trying to write. cloudscaling@mngmt2:~ ls -la