From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 14:36:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F383106566C for ; Wed, 9 Apr 2008 14:36:41 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id 744B08FC1E for ; Wed, 9 Apr 2008 14:36:40 +0000 (UTC) (envelope-from a@jenisch.at) Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (6.0.0); Wed, 09 Apr 2008 16:36:38 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Wed, 9 Apr 2008 16:36:20 +0200 Received: from aurora.oekb.co.at (localhost.localdomain [127.0.0.1]) by aurora.oekb.co.at (8.14.2/8.14.2) with ESMTP id m39EaJOu003228 for ; Wed, 9 Apr 2008 16:36:19 +0200 Received: (from ej@localhost) by aurora.oekb.co.at (8.14.2/8.14.2/Submit) id m39EaJmM003227 for freebsd-questions@freebsd.org; Wed, 9 Apr 2008 16:36:19 +0200 X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Wed, 9 Apr 2008 16:36:19 +0200 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20080409143619.GA3169@aurora.oekb.co.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) X-OriginalArrivalTime: 09 Apr 2008 14:36:20.0271 (UTC) FILETIME=[13A4A3F0:01C89A4F] X-SEF-ZeroHour-RefID: fgs=0 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 X-SEF-Processed: 6_0_0_39__2008_04_09_16_36_39 Subject: "make-localhost" not there (DNS/named setup on 7.0) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 14:36:41 -0000 Hi, After installing FreeBSD 7.0 (AMD64-version) on a new machine wanted to set up a caching DNS. As per the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dns.html) I wanted to run "make-localhost" in order to set up the configuration files. But the script "make-localhost" isn't there: $ pwd /etc/namedb $ ls -l total 22 drwxr-xr-x 2 bind wheel 512 Feb 24 10:39 dynamic drwxr-xr-x 2 root wheel 512 Mar 17 12:50 master -rw-r--r-- 1 root wheel 11259 Mar 17 16:01 named.conf -rw-r--r-- 1 root wheel 2963 Mar 17 16:01 named.root drwxr-xr-x 2 bind wheel 512 Feb 24 10:39 slave $ Not in this directory, nor anywhere else: # find / -name make-localhost # First I thought I did something wrong so I set up another machine with the AMD64-version of 7.0, but alas - same result - again "make-localhost" isn't there. Has anybody else seen this behavior? Is the handbook wrong wrt setup of named on a AMD64-system? Thanks much in advance for any clue, -ewald