From owner-freebsd-questions@FreeBSD.ORG Fri Jul 13 22:37:23 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D52B716A40B for ; Fri, 13 Jul 2007 22:37:23 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 860A213C478 for ; Fri, 13 Jul 2007 22:37:23 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 13 Jul 2007 18:37:23 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NOA30705; Fri, 13 Jul 2007 18:37:22 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 13 Jul 2007 18:37:21 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18071.65186.471418.756730@jerusalem.litteratus.org> Date: Fri, 13 Jul 2007 18:37:22 -0400 To: FreeBSD Mailing List In-Reply-To: <4697FCCA.5010802@tundraware.com> References: <4697FCCA.5010802@tundraware.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: named and nfs mounts at boot time 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: Fri, 13 Jul 2007 22:37:23 -0000 Tim Daneliuk writes: > While we're on the subject of dns ... I have nfs mounts > configured in /etc/fstab using the host *name*. When the system > boots, it grumbles about the name resolution because named has > not yet been started. It works fine because, by the time you > have a fully booted system, named is running and nfs runs > happily. I'm not sure this will work, but have you considered mapping those hosts in /etc/hosts? Also think about the contents of /etc/resolv.conf. Robert Huff