From owner-freebsd-geom@FreeBSD.ORG Sun Jan 3 17:15:10 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8790710656A6 for ; Sun, 3 Jan 2010 17:15:10 +0000 (UTC) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 421DD8FC1E for ; Sun, 3 Jan 2010 17:15:09 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NRU2l-0006vn-8X for freebsd-geom@freebsd.org; Sun, 03 Jan 2010 18:15:07 +0100 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jan 2010 18:15:07 +0100 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jan 2010 18:15:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-geom@freebsd.org From: martinko Date: Sun, 03 Jan 2010 17:16:45 +0100 Lines: 31 Message-ID: References: <20100103013537.GK3508@acme.spoerlein.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.6) Gecko/20100102 SeaMonkey/2.0.1 In-Reply-To: <20100103013537.GK3508@acme.spoerlein.net> Sender: news Cc: freebsd-stable@freebsd.org Subject: Re: gstat: geom_gettree = -1: No such file or directory X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2010 17:15:10 -0000 Ulrich Spörlein wrote: > On Fri, 01.01.2010 at 18:47:27 +0100, martinko wrote: >> Hi list, >> >> gstat(8) does not work here on 8.0 (it worked happily on 6.x and 7.x) : >> >> # gstat >> gstat: geom_gettree = -1: No such file or directory >> >> Is this known ? What can I do ? > > I doubt that it is widely known, but I've seen these 2-3 times before > when fussing around with USB media and/or md(4) devices with gmirror on > top. Basically, if you get really creative with the geom layering, this > is likely to happen. > > It sure is a bug, but without a good way to reproduce, noone's gonna fix > it. Well, it is definitely reproducible here -- I cannot run gstat(8). Apart from mouse I have no USB devices connected. I use tmpmfs="YES" in rc.conf but I do not use gmirror nor any other creative GEOM layering. If someone's willing to investigate -- what info should I provide ? Cheers, Martin