Re: [Pdns-users] pdns-recursor and CentOS 7

2016-11-15 Thread Pieter Lexis
Hi Roman, On Sun, 13 Nov 2016 12:29:53 +0200 Roman wrote: > Is this bug? Why these options is "no"? Systemd tracks the process so there is no need to detach from the 'console'. It also does logging based on stdout/sterr, so syslog is not needed. With regards to the problems you're having, are

Re: [Pdns-users] pdns-recursor and CentOS 7

2016-11-13 Thread Ernesto Thorp
Hi Roman, This is by design. When using systemd you MUST not demonize your services. All services starts as a child of systemd, so it knows you service pid ( -write-pid=no) and all output from your service is redirected to a proper log (--disable-syslog) Please take a look on the documentation of

[Pdns-users] pdns-recursor and CentOS 7

2016-11-13 Thread Roman
Hello, pdns-recursor installed from powerdns-rec-40 repo. Things looks a bit strange, # systemctl start pdns-recursor return "Job for pdns-recursor.service failed because a timeout was exceeded. See "systemctl status pdns-recursor.service" and "journalctl -xe" for details." but recursor is starte