From owner-freebsd-current@FreeBSD.ORG Fri Jan 16 22:15:28 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 8228C10656BD for ; Fri, 16 Jan 2009 22:15:28 +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 435A98FC1C for ; Fri, 16 Jan 2009 22:15:28 +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 F158611F838; Fri, 16 Jan 2009 23:15:26 +0100 (CET) Message-ID: <497106FC.40609@andric.com> Date: Fri, 16 Jan 2009 23:15:24 +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: In-Reply-To: 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:15:29 -0000 On 2009-01-12 08:12, Martin wrote: > and I can tell you one more thing. Even you actually _have_ the livefs > CD (8.0-CURRENT, december snapshot), it won't help you to fix your GPT, > because gpart crashes when you call it on the command line from Fixit > console. 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. I have submitted PR bin/130632 for this, which also contains a patch.