updated bind 9.2.4

freakie

Verified User
Joined
Jan 16, 2006
Messages
85
Location
Apeldoorn, Netherlands
last night my wonderfull centos box was updated to version 9.2.4 (bind)

since then creating new domein is all borked

i think it has something to do with chroot

directadmin writes in named.conf /var/named/chroot/var/named/domain.ext.db

and because its chrooted named then searches in /var/named/chroot/var/named/chroot/domein.ext.db

how can i fix this?
 
same issue here and if I typed:
service named restart

I get nothing....no errors in /var/log/messages either.

Any Ideas?
 
i copied /var/named/chroot/var/named/named.conf to /root and all .db files also

then i removed the caching nameserver rpm, the bind-chroot rpm and the bind rpm

then i reinstalled the bind rpm, copied some of the content of /root/named back to /etc/named.conf and copied all .db files in /root back to /var/named

then it worked again
 
Back
Top