|
Bored about named's errors in /var/log/messages? Fix that error is really simple, just do: # vi /etc/mtree/BIND.chroot.dist Serarch for: /set type=dir uname=root gname=wheel mode=0755 Change the highlighted username with bind: /set type=dir uname=bind gname=wheel mode=0755 Save and exit, then restart named: # /etc/rc.d/named restart That's all! In italiano: Per sistemare questo stupido errore, basta veramente poco, dobbiamo semplicemente modificare il file /etc/mtree/BIND.chroot.dist # vi /etc/mtree/BIND.chroot.dist Cercate: /set type=dir uname=root gname=wheel mode=0755 Dovrebbe trovarsi tra le prime righe, cambiate il nome utente in grassetto con bind /set type=dir uname=bind gname=wheel mode=0755 Salvate e uscite, quindi rilanciate il demone: # /etc/rc.d/named restart E il gioco è fatto!
|