Welcome to FreeBSDFreaks.net!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Problems with named 8.3.6-REL

 
   FreeBSD Hosting (Home) -> FreeBSD Handbook RSS
Next:  Problem with Internet Connection Sharing  
Author Message
Scott

External


Since: Nov 11, 2003
Posts: 2



(Msg. 1) Posted: Tue Nov 11, 2003 6:49 am
Post subject: Problems with named 8.3.6-REL
Archived from groups: comp>unix>bsd>freebsd>misc (more info?)

I have been trying to get my local dns server running for days now
with no success. I have checked the freeBSD handbook at
www.freebsd.org and followed their instructions and all of the
files seem to be correct. I am listing the contents of such files
below:

btw all my dns files are in /etc/namedb per suggestion of the
handbook.

-----

#/etc/namedb/named.conf
#
#

zone "." {
type hint;
file "named.root";
};

zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "localhost.rev";
};

zone "airea420.com" {
type master;
file "airea420.com.db";
};

-----

as far as /etc/namedb/named.root this is the system default and it
should be fine since the last root dns server update was like in
1987.

-----

#/etc/namedb/airea420.com.db
#
#

$TTL 345600

@ IN SOA turncoat.airea420.com.
root.turncoat.airea420.com. (
961230;
3600;
300;
3600000;
3600; )
IN NS turncoat.airea420.com.
roach.airea420.com. IN A 192.168.0.2 ;roach
turncoat.airea420.com. IN A 192.168.0.3 ;turncoat
lydia.airea420.com. IN A 192.168.0.4 ;lydia's machine
scott.airea420.com. IN A 192.168.0.5 ;my machine

-----

Now the output of /var/log/messages when trying to start named
using ndc start

-----

Nov 11 00:46:00 turncoat named[11893]: starting
(/etc/namedb/named.conf). named 8.3.6-REL Fri Nov 7 01:23:42 CST
2003
root.DeleteThis@turncoat.airea420.com:/usr/obj/usr/src/usr.sbin/named
Nov 11 00:46:00 turncoat named[11893]: limit files set to fdlimit
(1024)
Nov 11 00:46:00 turncoat named[11893]: airea420.com.db:9: SOA ")"
error near (I)
Nov 11 00:46:00 turncoat named[11893]: Zone "airea420.com" (file
airea420.com.db): no SOA RR found
Nov 11 00:46:00 turncoat named[11893]: master zone "airea420.com"
(IN) rejected due to errors (serial 961230)
Nov 11 00:46:00 turncoat named[11894]: Ready to answer queries.

-----

I have tried a google search on no SOA RR but have not really been
able to find much. Some articles said something about the file
having to have spaces in the right places and I have tried
retyping the file, creating new ones and modifying the default and
everytime I get this error. Could any bind masters please help me
out with this?

 >> Stay informed about: Problems with named 8.3.6-REL 
Back to top
Login to vote
Per Hedeland

External


Since: Jul 13, 2003
Posts: 30



(Msg. 2) Posted: Tue Nov 11, 2003 7:41 am
Post subject: Re: Problems with named 8.3.6-REL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article rayzrshrp.DeleteThis@tds.net (Scott)
writes:
>I have been trying to get my local dns server running for days now
>with no success. I have checked the freeBSD handbook at
>www.freebsd.org and followed their instructions and all of the
>files seem to be correct. I am listing the contents of such files
>below:

[snip]

>@ IN SOA turncoat.airea420.com.
>root.turncoat.airea420.com. (
> 961230;
> 3600;
> 300;
> 3600000;
> 3600; )

Those semicolons say "comment starts here" (just as for your IN A
lines), so you have effectively commented out the closing parenthesis.
Just remove them if you don't actually want to put in a comment (and if
you do, put both semicolon and comment *after* the closing paren).

--Per Hedeland
per.DeleteThis@hedeland.org

 >> Stay informed about: Problems with named 8.3.6-REL 
Back to top
Login to vote
Scott

External


Since: Nov 11, 2003
Posts: 2



(Msg. 3) Posted: Tue Nov 11, 2003 8:39 am
Post subject: Re: Problems with named 8.3.6-REL [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article , per RemoveThis @hedeland.org says...
>
>In article rayzrshrp RemoveThis @tds.net (Scott)
>writes:
>>I have been trying to get my local dns server running for days now
>>with no success. I have checked the freeBSD handbook at
>>www.freebsd.org and followed their instructions and all of the
>>files seem to be correct. I am listing the contents of such files
>>below:
>
>[snip]
>
>>@ IN SOA turncoat.airea420.com.
>>root.turncoat.airea420.com. (
>> 961230;
>> 3600;
>> 300;
>> 3600000;
>> 3600; )
>
>Those semicolons say "comment starts here" (just as for your IN A
>lines), so you have effectively commented out the closing parenthesis.
>Just remove them if you don't actually want to put in a comment (and if
>you do, put both semicolon and comment *after* the closing paren).
>
>--Per Hedeland
>per@hedeland.org

Thank you so much I made the change and now everything resolves and is running
great. Do you know if there is anyway to see how well my named is running?
 >> Stay informed about: Problems with named 8.3.6-REL 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Installing problems. No Desktop. - I installed FreeBSD on an older Gateway laptop. 128 MB/ 233 MHz/ 800x600 screen/ 6 GB Hard driver with 4 GB on the hard drive set aside for FreeBSD. Windows 98 SE is installed in the other 2 GB. FreeBSD appears to be installed correctly, but I cannot ...

Problems with FreeBSD authentication - Hello all, I am relatively new to FreeBSD, with little prior Unix experience (have YEARS of Microsoft server/network exp). I installed FreeBSD 5.1-RELEASE (bought the FreeBSD Mail CD) on a clone box (Abit IS7 motherboard, 2.4Ghz P4, 512M ram, 80GB..

Problems using vinum for the root filesystem - Hello, I would like to use vinum to mirror the root filesystem but unfortunately have already a problem with the beginning of the documentation (FreeBSD Handbook Chapter 13 - Vinum, Part 9 - Using vinum for the Root Filesystem): at point 13.9.2 it sais...

Installation & fdisk partitioning (slices) - I picked up a copy of the "FreeBSD Handbook 2nd Ed" the other day, it came with a installation disk for version 5.1 Current and that is what I am trying to install. This is my first attempt to do anything with FreeBSD. First let me describe my...

CVSup vs. portupgrade - Reading from the FreeBSD handbook on "Using the Ports Collection" leaves me a bit confused wrt CVSup and portupgrade... do these utilities accomplish the same thing? Thanks, Jay _______________________________________________..
   FreeBSD Hosting (Home) -> FreeBSD Handbook All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]