From owner-cvs-all@FreeBSD.ORG Mon Jan 16 15:53:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D11516A41F; Mon, 16 Jan 2006 15:53:47 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id D404F43D5A; Mon, 16 Jan 2006 15:53:46 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from kaiser.sig11.org (82.54.178.181) by vsmtp4.tin.it (7.2.060.1) id 43C81F7B0024F94D; Mon, 16 Jan 2006 16:53:56 +0100 Received: by kaiser.sig11.org (Postfix, from userid 1000) id 8E0236378; Mon, 16 Jan 2006 16:53:39 +0100 (CET) Date: Mon, 16 Jan 2006 16:53:39 +0100 From: Matteo Riondato To: Pawel Jakub Dawidek Message-ID: <20060116155339.GD11929@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , Pawel Jakub Dawidek , Philip Paeps , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200601161326.k0GDQ509094536@repoman.freebsd.org> <20060116153351.GE1258@garage.freebsd.pl> <20060116154215.GC11929@kaiser.sig11.org> <20060116154535.GF1258@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060116154535.GF1258@garage.freebsd.pl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Philip Paeps Subject: Re: cvs commit: src/etc/rc.d addswap X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2006 15:53:47 -0000 On Mon, Jan 16, 2006 at 04:45:35PM +0100, Pawel Jakub Dawidek wrote: > On Mon, Jan 16, 2006 at 04:42:16PM +0100, Matteo Riondato wrote: > +> Sigh, I tested it on a RELENG_6 system, where the module is still > +> g_md. Sorry for the noise. > > What was the original problem? mdconfig(8) cannot load the module? There was a check for /dev/mdctl: if it didn't exist, the script exited. So it was mandatory to have "device md" built in the kernel. I didn't know that mdconfig would have loaded the module for me, so I added the module load section (inspired by the one in etc/rc.d/pf). It's probably safe to remove that section, if mdconfig can load the module. Best Regards -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org)