From owner-freebsd-amd64@FreeBSD.ORG Mon Apr 5 19:30:09 2010 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 856D41065672 for ; Mon, 5 Apr 2010 19:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 74BBB8FC08 for ; Mon, 5 Apr 2010 19:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o35JU9pi064259 for ; Mon, 5 Apr 2010 19:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o35JU9MJ064256; Mon, 5 Apr 2010 19:30:09 GMT (envelope-from gnats) Date: Mon, 5 Apr 2010 19:30:09 GMT Message-Id: <201004051930.o35JU9MJ064256@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Garrett Cooper Cc: Subject: Re: amd64/145414: Problem with Geom/Gmirror X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Garrett Cooper List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2010 19:30:09 -0000 The following reply was made to PR amd64/145414; it has been noted by GNATS. From: Garrett Cooper To: Eduardo Orige Cc: freebsd-gnats-submit@freebsd.org Subject: Re: amd64/145414: Problem with Geom/Gmirror Date: Mon, 5 Apr 2010 12:29:14 -0700 On Mon, Apr 5, 2010 at 11:24 AM, Eduardo Orige wr= ote: > >>Number: =A0 =A0 =A0 =A0 145414 >>Category: =A0 =A0 =A0 amd64 >>Synopsis: =A0 =A0 =A0 Problem with Geom/Gmirror >>Confidential: =A0 no >>Severity: =A0 =A0 =A0 critical >>Priority: =A0 =A0 =A0 medium >>Responsible: =A0 =A0freebsd-amd64 >>State: =A0 =A0 =A0 =A0 =A0open >>Quarter: >>Keywords: >>Date-Required: >>Class: =A0 =A0 =A0 =A0 =A0sw-bug >>Submitter-Id: =A0 current-users >>Arrival-Date: =A0 Mon Apr 05 18:30:08 UTC 2010 >>Closed-Date: >>Last-Modified: >>Originator: =A0 =A0 Eduardo Orige >>Release: =A0 =A0 =A0 =A07.2-stable >>Organization: >>Environment: > FreeBSD server.amizade 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May =A01 0= 7:18:07 UTC 2009 =A0 =A0 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys= /GENERIC =A0amd64 > >>Description: > The problem happened when i try use commands like: > # gstat > and error: > # gstat: geom_gettree =3D -1: No such file or directory > > Or with this command: > > # gmirror list or gmirror status > and error: > gmirror: Cannot get GEOM tree: Unknown error: -1 > > >>How-To-Repeat: > sysctl kern.geom.debugflags=3D16 > > gmirror label -v gm0 ad4 > gmirror load > gmirror insert gm0 ad6 Please provide truss output for both commands. Thanks, -Garrett