From owner-freebsd-questions@FreeBSD.ORG Thu Jan 4 20:16:35 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 75BB416A403 for ; Thu, 4 Jan 2007 20:16:35 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.freebsd.org (Postfix) with ESMTP id 443B013C441 for ; Thu, 4 Jan 2007 20:16:35 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-186-172.hsd1.mn.comcast.net[24.118.186.172]) by comcast.net (sccrmhc12) with ESMTP id <20070104201633012004jbbue>; Thu, 4 Jan 2007 20:16:34 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Thu, 4 Jan 2007 14:16:32 -0600 User-Agent: KMail/1.9.4 References: <200701041249.56144.josh@tcbug.org> <20070104143512.z8zpmyjfkggcwgc8@secure.meektech.com> In-Reply-To: <20070104143512.z8zpmyjfkggcwgc8@secure.meektech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701041416.32671.josh@tcbug.org> Cc: "Russell E. Meek" Subject: Re: gmirror on root filesystem 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, 04 Jan 2007 20:16:35 -0000 On Thursday 04 January 2007 13:35, Russell E. Meek wrote: > Quoting Josh Paetzel : > > I'm trying to use gmirror on my root filesystem. I've set sysctl > > kern.geom.debugflags to 16 and yet can't label the root > > partition. > > > > # gmirror label -v root /dev/ad4s1a > > Can't store metadata on /dev/ad4s1a: Operation not permitted. > > > > I was able to do this for /var and /usr while they were mounted. > > Unless someone has any ideas the only solution I see is to put > > this disk in a different box to create the mirror. > > > > -- > > Thanks, > > > > Josh Paetzel > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > Josh, > > If using Kernel Secure Levels input the following into rc.conf and > reboot. > > kern_securelevel_enable="NO" > > Thanks, > > Russell > Nope, no securelevels set. -- Thanks, Josh Paetzel