From owner-freebsd-xen@FreeBSD.ORG Mon Oct 15 18:31:16 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 51CBA643 for ; Mon, 15 Oct 2012 18:31:16 +0000 (UTC) (envelope-from arvind.viswanathan@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 324298FC0C for ; Mon, 15 Oct 2012 18:31:15 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TNpRb-0007Ws-CY for freebsd-xen@freebsd.org; Mon, 15 Oct 2012 11:31:15 -0700 Date: Mon, 15 Oct 2012 11:31:15 -0700 (PDT) From: bv_arvind To: freebsd-xen@freebsd.org Message-ID: <1350325875377-5752251.post@n5.nabble.com> Subject: Freebsd 7 with xen ports not working with secondary harddisk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 15 Oct 2012 18:31:16 -0000 Hi, I ported xen changes to FreeBSD 7 and it came up fine and i am able to forward using the interfaces. When I tried to create a new virtual harddisk and format it I get a core dump. The core dump file does not seem to point to anywhere. Here are the relevant dmesg: xbd0: 40961MB at device/vbd/768 on xenbusb_front0 xbd0: attaching as ad0 xctrl0: on xenstore0 nbusb_front0 xbd1: attaching as ad1 o/p of /dev: AN# ls | grep ad ad0 ad0s1 ad0s1a ad0s1b ad0s1c ad0s1d ad0s1e ad0s1f ad0s1g ad1 The device got attached correctly as well. However after zeroing the boot sector, trying to create a bsdlabel results in error, AN# dd if=/dev/zero of=/dev/ad1 bs=64k count=1 1+0 records in 1+0 records out 65536 bytes transferred in 0.000834 secs (78581449 bytes/sec) AN# bsdlabel -w ad1 Segmentation fault (core dumped) Thanks Arvind -- View this message in context: http://freebsd.1045724.n5.nabble.com/Freebsd-7-with-xen-ports-not-working-with-secondary-harddisk-tp5752251.html Sent from the freebsd-xen mailing list archive at Nabble.com.