From owner-freebsd-questions Mon Oct 22 6:33:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail34.sdc1.sfba.home.com (femail34.sdc1.sfba.home.com [24.254.60.24]) by hub.freebsd.org (Postfix) with ESMTP id A462237B405 for ; Mon, 22 Oct 2001 06:33:36 -0700 (PDT) Received: from g3p1.peta.home ([24.176.255.95]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011022133336.NNKF15013.femail34.sdc1.sfba.home.com@g3p1.peta.home> for ; Mon, 22 Oct 2001 06:33:36 -0700 Date: Mon, 22 Oct 2001 06:33:35 -0700 Mime-Version: 1.0 (Apple Message framework v472) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: install new bind, what happened From: sabine225@home.com To: questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <64DD4847-C6F1-11D5-A697-0050E4050F42@home.com> X-Mailer: Apple Mail (2.472) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG With cvsup I updated the /usr/ports/net directory. In the net/bind8 dir I typed make and make install. The original bind8 was installed from the ports that came with 4.2. Now why does it work this way: The old named and ndc apps where in /usr/sbin the new ones went into /usr/local/sbin. Was this because it saw there already was a /usr/sbin/named? Or does the newer installer just like local better? Should I move all the new stuff to the /usr/bin dir or just delete the old stuff and use the new stuff where it is? The new named insisted on the named.conf file being in /etc/ not etc/namedb where I had it before. Where is this set? v2[/etc]# ndc start can't open '/etc/named.conf' ndc: error: could not start new name server (/usr/local/sbin/named) v2[/etc]# /usr/local/sbin/named can't open '/etc/named.conf' v2[/etc]# mv namedb/named.conf . v2[/etc]# ndc start new pid is 10780 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message