From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 13:59:31 2010 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 7AA5C1065673 for ; Thu, 29 Apr 2010 13:59:31 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.211.193]) by mx1.freebsd.org (Postfix) with ESMTP id 33D748FC21 for ; Thu, 29 Apr 2010 13:59:30 +0000 (UTC) Received: by ywh31 with SMTP id 31so7517192ywh.3 for ; Thu, 29 Apr 2010 06:59:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=e1wjitpe8IllpVX90r6qT9Q3jYSQN4gpeh2wmuCEnpM=; b=Z8czI9/Sr1FfzHqtNUVNcKYUOK/DSpJcwd/thYiqZyPcoxo89p3Hog1fUBf9kzgdar KSmKcFn+hM/E9FQqeqX3TYETT/cksOfL2fkAZGxaAKTGzCisjQeRQoFZ4RgBWwNSgu4v YvSIpe6pLp87goPwsTvSrEiFIxFlPHyAaVR6g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ch0FXuJXtW1NMp4AF1sPafaCCndc6KZO8Juo4CF4kqcPk8rofudqQzeC7Ch7UWVlkH 8+RLLuNDJtNqs5wRyqWQGFOeXynHct//a28Mq6VZHv4MMzPFPLvmeCMK2qvVVYfiARkd 3ie05LTA1OnV8E7a71y2TAh9GIbUqt72oMWMI= MIME-Version: 1.0 Received: by 10.150.62.5 with SMTP id k5mr1512739yba.18.1272549565216; Thu, 29 Apr 2010 06:59:25 -0700 (PDT) Received: by 10.151.42.20 with HTTP; Thu, 29 Apr 2010 06:59:25 -0700 (PDT) In-Reply-To: <20100429232305.898fb24f.robertjenssen@ozemail.com.au> References: <20100429232305.898fb24f.robertjenssen@ozemail.com.au> Date: Thu, 29 Apr 2010 08:59:25 -0500 Message-ID: From: Adam Vande More To: Robert Jenssen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: nfe0 startup 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: Thu, 29 Apr 2010 13:59:31 -0000 On Thu, Apr 29, 2010 at 8:23 AM, Robert Jenssen < robertjenssen@ozemail.com.au> wrote: > Hi, > > I am using a mother board with a NVIDIA MCP9 network chip on an AMD64 > motherboard. Here is the output of dmesg: > > > > Also the nfs mounts are now OK. > > It seems that nfe0 takes a while to get started. I am lucky that ntpdate is > called and delays things for long enough to allow nfe0 to startup. Without a > failing call to ntpdate the subsequent nfs mount fails and I get the > single-user prompt. > > Is there a better way than relying on ntpdate failing? > What does rc.conf have to say about nfe0? -- Adam Vande More