hi list,

does anybody use kernel 2.6.1 and bind-9.2.2 successfully on a gentoo
box?
BTW: to get bind-9.2.2 running on a 2.6 kernel one must add the
"capability" kernel module, otherwise bind refuses to work.

bind is working as expected, but the rndc (bind control utility) refuses
to work with the following error message:
[EMAIL PROTECTED] rndc status
rndc: get config key list: not found

the named.conf, rndc.conf and rndc.key files are configured properly. no
error messages in syslog during startup of bind.

doing an strace of "rndc status"  tells me the following:
<... snip...>
open("/usr/share/locale/C/libisc.cat", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/share/locale/C/LC_MESSAGES/libisc.cat", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/C/libisc.cat", O_RDONLY) = -1 ENOENT (No such
file or directory)
open("/usr/share/locale/C/LC_MESSAGES/libisc.cat", O_RDONLY) = -1 ENOENT
(No such file or directory)
write(2, "rndc: ", 6)                   = 6
write(2, "get config key list: not found", 30) = 30
write(2, "\n", 1)                       = 1
<... end snip...>

libisc.cat does not exist on my system (nor does it exist on a Red Hat 9
box). Could this be the problem?

any help is appreciated.

thanks in advance
tom


--
[EMAIL PROTECTED] mailing list

Reply via email to