From owner-freebsd-questions Thu Aug 31 0:18:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc2.bc.home.com (mail1.rdc2.bc.home.com [24.2.10.84]) by hub.freebsd.org (Postfix) with ESMTP id 5156D37B423 for ; Thu, 31 Aug 2000 00:18:48 -0700 (PDT) Received: from cr349997-a.home.com ([24.115.89.146]) by mail1.rdc2.bc.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000831071847.HFAB5839.mail1.rdc2.bc.home.com@cr349997-a.home.com>; Thu, 31 Aug 2000 00:18:47 -0700 Message-Id: <4.3.0.20000831002104.00a9cac0@mail> X-Sender: mackinnon.m@mail X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Thu, 31 Aug 2000 00:25:18 -0700 To: "Caleb Walker" From: Michael MacKinnon Subject: Re: BIND 8.2.3-T5B Cc: In-Reply-To: <007e01c012c7$c8bb8be0$0a01a8c0@butthead> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless you didn't cut and paste correctly, I see an issue with your named.conf: You haven't closed off the parentheses for your options statement. It should be: options { directory "/etc/namedb"; }; [zone information follows...] Mike. At 02:18 PM 8/30/00 -0700, Caleb Walker wrote: >I am sorry I am using this sh**ty email client on one of my other >computers(Outlook Express). I did post another message that You should >understand that I reply to another persons replies. >i think I fixed the the crap on the html part of it but are you also saying >you cant read attachments? here they are hopefully in plain text. > >db.cwalk.org-- >cwalk.org IN SOA cx521708.pv1.ca.home.com. calebwalker69.hotmail.com. ( > 2000083003 ; Serial > 1H ; refresh > 1H ; retry > 2W ; expire > 300 ) ; minimum (1 day) >NS1 IN NS 24.177.2.144 >NS2 IN NS 24.177.2.144 >www IN A 24.177.2.144 >ftp IN A 24.177.2.144 >mail IN MX 50 24.177.2.144 > >named.conf-- >options { > directory "/etc/namedb"; > > >zone "." { > type hint; > file "named.root"; >}; > >zone "cwalk.org" { > type master; > file "db.cwalk.org"; >}; > > >/var/log/messages-- >Aug 30 13:57:02 cx521708-b named[1527]: starting. named 8.2.3-T5B Thu Jul >27 02:04:38 GMT 2000 root@usw4.freebsd.org:/usr/obj/usr/src/usr.sbin/named >Aug 30 13:57:02 cx521708-b named[1527]: limit files set to fdlimit (1024) >Aug 30 13:57:02 cx521708-b named[1527]: /etc/namedb/named.conf:5: syntax >error near zone >Aug 30 13:57:02 cx521708-b named[1527]: Zone "cwalk.org" (file >db.cwalk.org): No default TTL set using SOA minimum instead >Aug 30 13:57:02 cx521708-b named[1527]: db.cwalk.org:1: SOA for >"cwalk.org.cwalk.org" not at zone top "cwalk.org" >Aug 30 13:57:02 cx521708-b named[1527]: db.cwalk.org: WARNING SOA refresh >value is less than 2 * retry (3600 < 3600 * 2) >Aug 30 13:57:02 cx521708-b named[1527]: Zone "cwalk.org" (file >db.cwalk.org): no NS RRs found at zone top >Aug 30 13:57:02 cx521708-b named[1527]: master zone "cwalk.org" (IN) >rejected due to errors (serial 2000083003) >Aug 30 13:57:02 cx521708-b named[1528]: Ready to answer queries. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message