Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2011 22:58:37 -0700
From:      Gary Kline <kline@thought.org>
To:        Gary Kline <kline@magnesium.net>
Cc:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: DNS and file system messed up...
Message-ID:  <20110708055837.GA21564@thought.org>
In-Reply-To: <20110707180041.GA90387@thought.org>
References:  <20110707180041.GA90387@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 07, 2011 at 06:00:42PM +0000, Gary Kline wrote:
> Date: Thu, 7 Jul 2011 18:00:42 +0000
> From: Gary Kline <kline@magnesium.net>
> Subject: DNS and file system messed up...
> To: FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
> 
> 
> Guys,
> 
> I'd be much obliged to learn why /etc/rc.named start fails.   This has been going
> on for months.  For some reason freebsd.org doesn't recognize part of my 
> domain, so I'm writing from my backup site, magnesium net.
> 
> I did *somrthing* that keeps /etc/rc.d/named from working correctly.  On the 
> second line below the ^+++++, you'll see a "none:0:/etc/named.conf" from 
> messages.  The only way I can exec bind9 is by first doing a kill -9, then
> explicitly starting named and then, with the -c switch , aiming it at my 
> *real* named.conf.  
> 
> I don't want to finish my new/latest install of 7.3 until I understand 
> this screwup.  
> 


	Nobody has any clues to the capture output?  I'm surprised.

	-g

> 
> 
> 
> # sh /etc/rc.d/named start
> Starting named.
> 
> +++++
> # tail /var/log/messages
> Jul  7 10:16:33 ethic named[54366]: starting BIND 9.3.6-P1 -t /var/named -u bind
> Jul  7 10:16:33 ethic named[54366]: none:0: open: /etc/named.conf: file not found
> Jul  7 10:16:33 ethic named[54366]: loading configuration: file not found
> Jul  7 10:16:33 ethic named[54366]: exiting (due to fatal error)
> 
> 
> # tail /var/log/messages
> # kill -9 `head -1 /var/run/named/pid`
> # /usr/local/sbin/named -c /var/named/etc/namedb/named.conf
> 
> Jul  7 10:17:56 ethic named[54371]: starting BIND 9.3.6-P1 -c /var/named/etc/namedb/named.conf
> Jul  7 10:17:56 ethic named[54371]: command channel listening on
> 127.0.0.1#953
> Jul  7 10:17:56 ethic named[54371]: command channel listening on ::1#953
> Jul  7 10:17:56 ethic named[54371]: running
> 
> +++++
> 
> 
> -- 
> Gary Kline  Seattle BSD Users' Group (seabug)      | kline@magnesium.net
>             Thought Unlimited Org's Alternate Email Site
> 	    http://www.magnesium.net/~kline
>    To live is not a necessity; but to live honorably...is a necessity. -Kant
> 

-- 
 Gary Kline  kline@thought.org  http://www.thought.org  Public Service Unix
           Journey Toward the Dawn, E-Book: http://www.thought.org
          The 8.51a release of Jottings: http://jottings.thought.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110708055837.GA21564>