From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 22:54:07 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3E151065670 for ; Fri, 16 Jan 2009 22:54:07 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 86BD98FC14 for ; Fri, 16 Jan 2009 22:54:07 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:2535:e527:6aaa:357a] (unknown [IPv6:2001:7b8:3a7:0:2535:e527:6aaa:357a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id CCA0E11F838; Fri, 16 Jan 2009 23:54:06 +0100 (CET) Message-ID: <4971100D.7090209@andric.com> Date: Fri, 16 Jan 2009 23:54:05 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b3pre) Gecko/20090108 Shredder/3.0b2pre MIME-Version: 1.0 To: Wes Morgan References: <497106FC.40609@andric.com> In-Reply-To: <497106FC.40609@andric.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: George Neville-Neil , current@freebsd.org Subject: Re: GEOM and moving to CURRENT from 7.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 22:54:08 -0000 On 2009-01-16 23:15, Dimitry Andric wrote: > Indeed, and it even does this with the very latest -CURRENT. It is due > to incorrect usage of strsep(3) in geom(8), combined with a non-default > setting of GEOM_LIBRARY_PATH on the Live CD. Btw, you can work around the crash, by setting GEOM_LIBRARY_PATH to a single directory, before you execute any of the geom(8) commands, e.g.: Fixit# export GEOM_LIBRARY_PATH=/mnt2/lib/geom Fixit# gpart show => 0 67108864 ad0 BSD (32G) 0 62914560 1 freebsd-ufs (30G) 62914560 4194304 2 freebsd-swap (2.0G)