Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Apr 2012 10:08:20 -0400
From:      Jon Radel <jon@radel.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: log error..
Message-ID:  <4F786154.5070906@radel.com>
In-Reply-To: <996382096.8442.1333260091237.JavaMail.root@students.itb.ac.id>
References:  <996382096.8442.1333260091237.JavaMail.root@students.itb.ac.id>

next in thread | previous in thread | raw e-mail | index | archive | help

This is a cryptographically signed message in MIME format.

--------------ms000607080400040607050601
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: quoted-printable

On 4/1/12 2:01 AM, jangkawijaya@students.itb.ac.id wrote:
>
> Apr  1 19:33:10 johannesang named[18782]: starting BIND 9.7.4-P1 -t /va=
r/named -u bind
> Apr  1 19:33:10 johannesang named[18782]: built with '--localstatedir=3D=
/var' '--disable-linux-caps' '--disable-symtable' '--with-randomdev=3D/de=
v/random' '--with-openssl=3D/usr/local' '--with-libxml2=3D/usr/local' '--=
without-idn' '--enable-ipv6' '--enable-threads' '--sysconfdir=3D/etc/name=
db' '--prefix=3D/usr' '--mandir=3D/usr/share/man' '--infodir=3D/usr/share=
/info/' '--build=3Di386-portbld-freebsd7.3' 'build_alias=3Di386-portbld-f=
reebsd7.3' 'CC=3Dcc' 'CFLAGS=3D-O2 -fno-strict-aliasing -pipe' 'LDFLAGS=3D=
 -rpath=3D/usr/local/lib' 'CPPFLAGS=3D' 'CPP=3Dcpp' 'CXX=3Dc++' 'CXXFLAGS=
=3D-O2 -fno-strict-aliasing -pipe'
> Apr  1 19:33:10 johannesang named[18782]: Using 101 tasks for zone load=
ing
> Apr  1 19:33:11 johannesang named[18782]: max open files (3520) is smal=
ler 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 fr=
om master file /etc/namedb/master/localhost-forward.db failed: unknown cl=
ass/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=20
"question" directly and got impatient 30 minutes later and resent it here=
=2E

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=20
assign your servers names in in-addr.arpa.

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

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

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


--Jon Radel
jon@radel.com


--------------ms000607080400040607050601--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F786154.5070906>