From owner-freebsd-questions@FreeBSD.ORG Fri Mar 24 22:52:41 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7444216A420 for ; Fri, 24 Mar 2006 22:52:41 +0000 (UTC) (envelope-from virenp@mail.utexas.edu) Received: from smtp.cm.utexas.edu (smtp.cm.utexas.edu [146.6.135.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DFD943D46 for ; Fri, 24 Mar 2006 22:52:41 +0000 (GMT) (envelope-from virenp@mail.utexas.edu) Received: from mail.cm.utexas.edu (smtp.cm.utexas.edu [146.6.135.3]) by smtp.cm.utexas.edu (Postfix) with ESMTP id 9348A6D417; Fri, 24 Mar 2006 16:52:40 -0600 (CST) Received: from 66.25.138.31 (SquirrelMail authenticated user vpatel) by mail.cm.utexas.edu with HTTP; Fri, 24 Mar 2006 16:52:40 -0600 (CST) Message-ID: <1065.66.25.138.31.1143240760.squirrel@mail.cm.utexas.edu> In-Reply-To: <20060324204943.GA28042@xor.obsecurity.org> References: <58674.146.6.135.6.1143153068.squirrel@mail.cm.utexas.edu> <20060323230935.GA90169@xor.obsecurity.org> <1052.66.25.138.31.1143209131.squirrel@mail.cm.utexas.edu> <20060324171030.GB24853@xor.obsecurity.org> <60973.146.6.135.6.1143225570.squirrel@mail.cm.utexas.edu> <20060324184044.GA26325@xor.obsecurity.org> <48207.146.6.135.6.1143228275.squirrel@mail.cm.utexas.edu> <20060324204943.GA28042@xor.obsecurity.org> Date: Fri, 24 Mar 2006 16:52:40 -0600 (CST) From: "Viren Patel" To: "Kris Kennaway" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: questions@freebsd.org Subject: Re: FreeBSD 6.1 - mount_nullfs broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: virenp@mail.utexas.edu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 22:52:41 -0000 > On Fri, Mar 24, 2006 at 01:24:35PM -0600, Viren Patel > wrote: >> > >> > Compile it into your kernel or load the module. Read >> the >> > handbook for >> > more help. >> > >> > Kris >> > >> >> That did it! The nullfs module was not being loaded into >> the kernel. I added it to loader.conf.local and it works >> now. This is definitely a change from 6.0 to >> 6.1-prerelease. > > I don't think so. Modules are all installed by default. > > Kris > Then something is broken. The module file is present in /boot/kernel. However it does *not* get loaded unless I put it in loader.conf.local. As mentioned previously, I am using the generic kernel. I followed the standard upgrade procedure when going from 6.0 to 6.1. Viren