From owner-freebsd-questions@FreeBSD.ORG Sun Dec 23 21:56:46 2012 Return-Path: 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 69E71AA1; Sun, 23 Dec 2012 21:56:46 +0000 (UTC) (envelope-from cross@distal.com) Received: from mail.distal.com (mail.distal.com [IPv6:2001:470:e24c:200::ae25]) by mx1.freebsd.org (Postfix) with ESMTP id 328CB8FC0A; Sun, 23 Dec 2012 21:56:46 +0000 (UTC) Received: from magrathea.distal.com (magrathea.distal.com [IPv6:2001:470:e24c:200:ea06:88ff:feca:960e]) (authenticated bits=0) by mail.distal.com (8.14.3/8.14.3) with ESMTP id qBNLuipj027750 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 23 Dec 2012 16:56:45 -0500 (EST) From: Chris Ross Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Changes to kern.geom.debugflags? Date: Sun, 23 Dec 2012 16:56:44 -0500 Message-Id: <7AA0B5D0-D49C-4D5A-8FA0-AA57C091C040@distal.com> To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.2 (mail.distal.com [IPv6:2001:470:e24c:200::ae25]); Sun, 23 Dec 2012 16:56:45 -0500 (EST) Cc: freebsd-sparc64@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Dec 2012 21:56:46 -0000 I had brought up a machine months ago with freebsd-9-stable. I = configured it to boot off of a single disk, with ZFS, expecting I would = likely later attach the other disk to the zpool. I tried to do that = today, but find that I can't write the bootloader to either disk. Google searching shows what I used last time, that if you get a: gpart: /dev/da0a: Operation not permitted you need to run sysctl kern.geom.debugflags=3D0x10 But, that doesn't change anything for me now. I can write the boot = label (using gpart bootcode -p /boot/zfsboot ${disk}) to neither disk, = getting the same error in both cases. Has something changed recently? I'm currently using a Dec 22 9-stable = codebase, built locally with GENERIC kernel. - Chris