From owner-freebsd-current@FreeBSD.ORG Mon Jun 16 11:17:56 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B249837B401 for ; Mon, 16 Jun 2003 11:17:56 -0700 (PDT) Received: from herbelot.dyndns.org (herbelot.net1.nerim.net [62.212.117.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 544A543F3F for ; Mon, 16 Jun 2003 11:17:55 -0700 (PDT) (envelope-from thierry@herbelot.com) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.12.9/8.12.9) with ESMTP id h5GIFeoh007669 for ; Mon, 16 Jun 2003 20:15:40 +0200 (CEST) From: Thierry Herbelot To: current ML Date: Mon, 16 Jun 2003 20:17:41 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306162017.41311.thierry@herbelot.com> Subject: kld issue for NFS install of FreeBSD 5.1-Release X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 18:17:57 -0000 Hello, sysinstall seems to be broken when the install media is set to NFS : the nfsclient.ko kernel module is not loaded, and the mount_nfs server:/share /dist command fails. one workaround is to forcibly load the kernel module from the loader.rc file (I did it for a PXE/netboot install). TfH