Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2001 17:46:15 +0200
From:      Tor Stormwall <tor@stormwall.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: sendmail and named!
Message-ID:  <3BD43F47.F288BD71@stormwall.org>
References:  <5.1.0.14.0.20011021121920.031dae50@mail.Go2France.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Len Conrad wrote:
> named.root is kinda quaint.  Since the file conains a "referral", and it's
> part of the DNS database, I like or db.roothint
> 
where can I find this file?

> same database filename convention here, db.127.0.0
> 
> >zone "myhome.my" {
> >         type master;
> >         file "db.myhome.my";
> >};

should I change db.myhome.my to bd.127.0.0?

> 
> ah, no style nits here  :))
> 
> >zone "0.168.192.inddr.arpa" {
> >         ty ae;
> >         file "myhome-reverse";
> >};
and this zone should be like this, right?:

zone "0.168.192.in-addr.arpa" {
        type master;
        file "myhome-reverse";
}


> what's the error?
This:


Oct 22 17:37:38 bossen named[848]: Ready to answer queries.
Oct 22 17:37:42 bossen named[850]: starting (/etc/namedb/named.conf). 
named 8.2.4-REL Tue Sep 18 09:51:38 PDT 2001    
murray@builder.FreeBSD.org:/usr/obj/usr/src/usr.sbin/named
Oct 22 17:37:42 bossen named[850]: limit files set to fdlimit (1024)
Oct 22 17:37:42 bossen named[850]: /etc/namedb/named.conf:1: no options
statement before first zone; using previous/default
Oct 22 17:37:42 bossen named[850]: db_load could not open: named.root:
No such file or directory
Oct 22 17:37:42 bossen named[850]: db_load could not open:
localhost.rev: No such file or directory
Oct 22 17:37:42 bossen named[850]: db_load could not open: db.myhome.my:
No such file or directory
Oct 22 17:37:42 bossen named[850]: db_load could not open:
myhome-reverse: No such file or directory
Oct 22 17:37:42 bossen named[850]: db_load could not open: named.root:
No such file or directory
Oct 22 17:37:42 bossen named[851]: Ready to answer queries.

According these errors there is missing some files but I've 
got them, dont see whats the problem.


Best Regards,
Tor Stormwall
-- 
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
|   M A Y   T H E   S O U R C E   B E   W I T H   Y O U   |
|						          |
| Tor Stormwall			mailto:tor@stormwall.org  |
| http://www.creson.com/~tor  				  |
| 						   	  |
| http://www.sslug.dk		http://www.stormwall.org  |
| http://www.FreeBSD.org	http://www.muf.se         |
|							  |
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - *

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?3BD43F47.F288BD71>