log error..

Jon Radel jon at radel.com
Sun Apr 1 14:08:38 UTC 2012


On 4/1/12 2:01 AM, jangkawijaya at students.itb.ac.id wrote:
>
> Apr  1 19:33:10 johannesang named[18782]: starting BIND 9.7.4-P1 -t /var/named -u bind
> Apr  1 19:33:10 johannesang named[18782]: built with '--localstatedir=/var' '--disable-linux-caps' '--disable-symtable' '--with-randomdev=/dev/random' '--with-openssl=/usr/local' '--with-libxml2=/usr/local' '--without-idn' '--enable-ipv6' '--enable-threads' '--sysconfdir=/etc/namedb' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info/' '--build=i386-portbld-freebsd7.3' 'build_alias=i386-portbld-freebsd7.3' 'CC=cc' 'CFLAGS=-O2 -fno-strict-aliasing -pipe' 'LDFLAGS= -rpath=/usr/local/lib' 'CPPFLAGS=' 'CPP=cpp' 'CXX=c++' 'CXXFLAGS=-O2 -fno-strict-aliasing -pipe'
> Apr  1 19:33:10 johannesang named[18782]: Using 101 tasks for zone loading
> Apr  1 19:33:11 johannesang named[18782]: max open files (3520) is smaller than max sockets (4096)
> Apr  1 19:33:11 johannesang named[18782]: command channel listening on 127.0.0.1#953
> Apr  1 19:33:11 johannesang named[18782]: command channel listening on ::1#953
> Apr  1 19:33:11 johannesang named[18782]: zone 127.in-addr.arpa/IN: NS 'johannesang.com.127.in-addr.arpa' has no address records (A or AAAA)
> Apr  1 19:33:11 johannesang named[18782]: zone 127.in-addr.arpa/IN: not loaded due to errors.
> Apr  1 19:33:11 johannesang named[18782]: zone 79.205.167.in-addr.arpa/IN: has no NS records
> Apr  1 19:33:11 johannesang named[18782]: zone 79.205.167.in-addr.arpa/IN: not loaded due to errors.
> Apr  1 19:33:11 johannesang named[18782]: zone johannesang.com/IN: NS 'host.johannesang.com' has no address records (A or AAAA)
> Apr  1 19:33:11 johannesang named[18782]: zone johannesang.com/IN: not loaded due to errors.
> Apr  1 19:33:11 johannesang named[18782]: /etc/namedb/master/localhost-forward.db:5: unknown RR type 'Serial,'
> Apr  1 19:33:11 johannesang named[18782]: zone localhost/IN: loading from master file /etc/namedb/master/localhost-forward.db failed: unknown class/type
> Apr  1 19:33:11 johannesang named[18782]: zone localhost/IN: not loaded due to errors.
> Apr  1 19:33:11 johannesang named[18782]: running
>
> can somene help me ??
>
> can some help me to selve this thanks

Ah, the impatience of youth....he'd sent me essentially the same 
"question" directly and got impatient 30 minutes later and resent it here.

Those error messages are pretty explicit.

The one hint is that each zone file needs to have at least one NS record 
that uses a name for a server.  That name has to have at least one A (or 
AAAA if you're using ipv6, but I'd suggest you stick with ipv4 until you 
have a clue) record that gives an IP address for the server.  You can't 
assign your servers names in in-addr.arpa.

Judging from the complaint about RR type 'Serial' you've still got 
uncommented-out garbage floating around.

Fix all that and it'll get better.  Better yet, compare what you've got 
against what's in the documentation and think a bit about what it *means*.

The question, of course, is how did you manage to completely break this 
since the last go around, where I believe you had the NS records working?

--Jon Radel
jon at radel.com



More information about the freebsd-questions mailing list