Date: Thu, 31 Aug 2000 00:25:18 -0700 From: Michael MacKinnon <mackinnon.m@home.com> To: "Caleb Walker" <caleb.walker@home.com> Cc: <questions@FreeBSD.ORG> Subject: Re: BIND 8.2.3-T5B Message-ID: <4.3.0.20000831002104.00a9cac0@mail> In-Reply-To: <007e01c012c7$c8bb8be0$0a01a8c0@butthead> References: <Pine.BSF.4.21.0008301509240.25996-100000@earth.wnm.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.0.20000831002104.00a9cac0>
