Seleziona una pagina

Per sistemare questo stupido errore, basta veramente poco, dobbiamo semplicemente modificare il file /etc/mtree/BIND.chroot.dist

[bash]
vi /etc/mtree/BIND.chroot.dist
[/bash]

Cercate:

[text]
/set type=dir uname=root gname=wheel mode=0755
[/text]

Dovrebbe trovarsi tra le prime righe, cambiate il nome utente in grassetto con bind

[text]
/set type=dir uname=bind gname=wheel mode=0755
[/text]

Salvate e uscite, quindi fate ripartire named:

[bash]
/etc/rc.d/named restart
[/bash]

E il gioco è fatto!