From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 17:02:59 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15F8B106564A for ; Thu, 6 Jan 2011 17:02:59 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6DB8FC15 for ; Thu, 6 Jan 2011 17:02:58 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id BD29BE8B45; Thu, 6 Jan 2011 17:02:57 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=JUhrImvKV9QC 4wNAt3YIGaRLw4Q=; b=xCjAi7nB4t7O7glQ12pH+srKllFnhipCOIcvK4807TVv 7VTDIgK+LuErWU0Hc/gbeq+WNHTte2U5P5JrPtW7iT2EnJMc1PsEIDeTGS5JfU3E EK7SflhGy6XeGcI8jb2QjulKZ+J+wvtTffgWTh+gU4tQhsWucA6OtNd9pC1hjtA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=BptnSV 8z/XYAag/2R+p8yssajnnIxIv6uyfP6EfshFnBkIyrZlkzqp/NrbaU5a3XVSB02F axLWXtdqHupLeQrgpU+qzGS94w8aj7554pUWpZZHcq12Y/AGNOsWktu5gg9+6FdK g4/Rx5Na1JL+MoPWavKQjYZUQdgVMYO6XbQXw= Received: from unknown (client-86-27-23-77.glfd.adsl.virginmedia.com [86.27.23.77]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 78842E61EE; Thu, 6 Jan 2011 17:02:57 +0000 (GMT) Date: Thu, 6 Jan 2011 17:02:46 +0000 From: Bruce Cran To: Odhiambo Washington Message-ID: <20110106170246.00001f25@unknown> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: sysinstall error on 8.2-PRE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 17:02:59 -0000 On Thu, 6 Jan 2011 17:38:33 +0300 Odhiambo Washington wrote: > I have a strange problem. On one system that I am running, I cannot > use sysinstall to do partition/label for a disk. This problem seems > peculiar to this OS, somewhere. > When I launch sysinstall, I get some funny message appear on the > screen (see http://lix.in/-9b7e16 for an image). > >From there I choose custom -> partition > Select the disk then enter > partition editor. The cursor simply refuses to move from there, though > keyboard is active. The problem is that geom has been extended with additional types (e.g. glabel, gsched) that libdisk doesn't know about - so it gets confused. -- Bruce Cran