From owner-freebsd-xen@FreeBSD.ORG Fri Sep 30 00:39:26 2011 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33C87106564A for ; Fri, 30 Sep 2011 00:39:26 +0000 (UTC) (envelope-from other@ahhyes.net) Received: from srv.ahhyes.net (srv.ahhyes.net [109.169.82.101]) by mx1.freebsd.org (Postfix) with ESMTP id 212368FC0A for ; Fri, 30 Sep 2011 00:39:26 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=ahhyes.net) by vps.ahhyes.net with esmtp (Exim 4.76 (FreeBSD)) (envelope-from ) id 1R9QwT-000Ein-Q7 for freebsd-xen@freebsd.org; Fri, 30 Sep 2011 10:27:05 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 30 Sep 2011 10:27:05 +1000 From: other@ahhyes.net To: Message-ID: X-Sender: other@ahhyes.net User-Agent: Roundcube Webmail/0.6-beta X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: other@ahhyes.net X-SA-Exim-Scanned: No (on vps.ahhyes.net); SAEximRunCond expanded to false Subject: cannot create new partition - Floating exception (core dumped) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 00:39:26 -0000 Hi Guys, I have a Xen HVM VPS and am running a Xen HVM kernel. vps# uname -a FreeBSD vps.mydomain.net 9.0-BETA3 FreeBSD 9.0-BETA3 #0: Mon Sep 26 08:20:20 EST 2011 alex@vps.mydomain.net:/usr/obj/usr/src/sys/custom amd64 Everytime I try to use sysinstall to create a new partition, it crashes with a "Floating exception (core dumped)" I seem to recall this issue was evident in 8.x as well. I found this article that explains the problem briefly: http://deadmemes.net/2011/03/05/freebsd-8-2-hvmxen4-update/ Is there a proper solution?? vps# mount /dev/ad0s1a on / (ufs, local) /dev/ad0s1e on /tmp (ufs, local, soft-updates) /dev/ad0s1f on /usr (ufs, local, soft-updates) /dev/ad0s1d on /var (ufs, local, soft-updates) What I would be creating is an ad0s2a partition as there is unallocated space left on the drive. Any suggestions on how to go about creating the extra partition without screwing up my install? Cheers, Alex.