Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2000 01:49:32 +0100 (CET)
From:      Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: rc.conf
Message-ID:  <200001090049.BAA71558@dorifer.heim3.tu-clausthal.de>
In-Reply-To: <857qtb$lfk$1@atlantis.rz.tu-clausthal.de>

next in thread | previous in thread | raw e-mail | index | archive | help
People, please read Jackson's problem report more carefully.
The problem is obviously _not_ that named doesn't want to
start (that's just a symptom), but that setting the variable
named_enable in /etc/rc.conf does not work.

Jackson Donadel <fatboy@linuxbr.com.br> wrote in list.freebsd-questions:
 > named_enable="YES"
 > 
 > This option in /etc/rc.conf will run named, no?

Yes.  It should.

 > [...]
 > I put a echo "X${named_enable}" in rc.network, to see what is wrong, and
 > the answer is XNO, with
 > named_enable="YES"

I see two possibilities:

(1) Your /etc/rc is not read at all.  This would be very
    surprising.  Did you any modifications to /etc/rc or
    /etc/defaults/rc.conf?

(2) The contens of the named_enable variable get overwritten
    at some point beetween where you set it in /etc/rc.conf
    and where it's used in /etc/rc.network.  Please look at
    the _complete_ /etc/rc.conf file, from top to bottom.
    Is there any other line which also happens to set
    named_enable, thus overriding your setting?

If everything else fails, try ``grep named_enable /etc/rc*''
to find all places where named_enable might be set.

Regards
   Oliver

-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de)

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


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?200001090049.BAA71558>