[Dnsmasq-discuss] How to set umask for logfile?

2018-01-12 Thread BUGHUNTER
Hi, I am trying to set the umask for the logfile generated by dnsmaq, but it seems to ignore the way I am doing it. System: Ubuntu 16.04 /etc/dnsmasq.d/local.conf: log-facility=/var/log/dnsmasq.log log-queries Then I am creating a systemd override like described here: https://serverfault.com

Re: [Dnsmasq-discuss] How to set umask for logfile?

2018-01-12 Thread Simon Kelley
The process umask is explicitly set to 022 in dnsmasq.c, to change that, you're going to have to edit the source and recompile. Cheers, Simon. On 12/01/18 13:17, BUGHUNTER wrote: > Hi, > > I am trying to set the umask for the logfile generated by dnsmaq, but it > seems to ignore the way I am d

[Dnsmasq-discuss] An interview with Simon Kelley

2018-01-12 Thread Joshua J. Kugler
Howdy all! I was able to interview our beloved project lead a few weeks ago. The interview is edited and up, and you can read it here: https://joshuakugler.com/an-interview-with-simon-kelley-the-author-of-dnsmasq.html Be sure to ask questions! j -- Joshua Kugler Part-Time System Admin/Program

[Dnsmasq-discuss] force order of servers used

2018-01-12 Thread BUGHUNTER
Hi again, I am trying to use dnsmasq in a way that it should obey a strict order in connecting to upstream servers - I read that the strict-order directive should do this - however it does seem to ignore this for upstream servers that are explicitely defined with 'server=' - is there any way to

Re: [Dnsmasq-discuss] How to set umask for logfile?

2018-01-12 Thread BUGHUNTER
On 12.01.2018 17:23, Simon Kelley wrote: The process umask is explicitly set to 022 in dnsmasq.c, to change that, you're going to have to edit the source and recompile. thanks for the info! have a nice day! Bughunter ___ Dnsmasq-discuss mailing list