From owner-freebsd-questions@FreeBSD.ORG Sun Apr 1 08:35:09 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7244A106566C for ; Sun, 1 Apr 2012 08:35:01 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1B12B8FC14 for ; Sun, 1 Apr 2012 08:35:01 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 237DE5C22 for ; Sun, 1 Apr 2012 18:48:35 +1000 (EST) Message-ID: <4F781333.3060704@herveybayaustralia.com.au> Date: Sun, 01 Apr 2012 18:34:59 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <996382096.8442.1333260091237.JavaMail.root@students.itb.ac.id> In-Reply-To: <996382096.8442.1333260091237.JavaMail.root@students.itb.ac.id> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: log error.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 08:35:09 -0000 On 04/01/12 16:01, jangkawijaya@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 Check your zone files and ensure they are correctly formatted. You can use named-checkzone to check if it will work or not.