[Samba] Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain

Rowland Penny rpenny at samba.org
Tue Jan 30 10:26:22 UTC 2018


On Tue, 30 Jan 2018 11:18:24 +0100
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:

> Hai, 
> 
> Check the content of : 
> /etc/logrotate.d/named 
> 
> If you see
> postrotate
>    /etc/init.d/smbd reload > /dev/null
> endscript
> 
> Change that to 
> postrotate
>   if [ -d /run/systemd/system ]; then; systemctl -q is-active named
> && systemctl reload named; else; /etc/init.d/named reload ; fi';
> endscript
> 

It is 'reload' that is the problem, you need to use 'restart' instead.

Rowland



More information about the samba mailing list