On 2005-04-27 14:29, Shyam Shantikumar <[EMAIL PROTECTED]> wrote: > Dear All, > I am getting the following errors when I run /usr/sbin/named > > Named[1398]: could not listen on UDP socket: address in use > Named[1398]: creating IPv4 interface lo0 failed; interface ignored > Named[1398] dns_rdata_fromtext: db.10.1.3.197:4 near '3h': not a valid number > Named[1398]: zone 3.1.10.in-addr.arpa/IN: loading master file db.10.1.3.197: > not a valid number > Named[1398]: zone 0.0.127.in-addr.arpa/IN: loading master file db.127.0.0: > not a valid number > > Could anyone please tell me how to solve these issues
If you are already running named, the correct way to reload the configuration, after making changes to it, is *NOT* to manually run /usr/sbin/named. Try using the rc.d script: # /etc/rc.d/named restart Then, you need to fix the db.10.* zone files, because they have some obvious errors, reported above in your log files. _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"