From owner-freebsd-stable@FreeBSD.ORG Tue Dec 16 17:08:01 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A4565BF; Tue, 16 Dec 2014 17:08:01 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34478D55; Tue, 16 Dec 2014 17:08:01 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3006DB984; Tue, 16 Dec 2014 12:08:00 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Subject: Re: FreeBSD 10.1 qcow2 image panic on Linux VM hosts Date: Tue, 16 Dec 2014 12:05:41 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <546F2614.4020800@stenton.me.uk> In-Reply-To: <546F2614.4020800@stenton.me.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201412161205.41152.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 16 Dec 2014 12:08:00 -0500 (EST) Cc: Marcel Moolenaar X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 17:08:01 -0000 On Friday, November 21, 2014 6:46:28 am Chris Stenton wrote: > Hi, > > I am trying to run the vanilla FreeBSD 10.1 qcow2 image on a CENTOS 7 VM > Host. > > I can start it up ok but under a small load it kernel panics. > > The error is > > g_vfs_done():vtdb0: hard error gpt/rootfs[WRITE(offset=21890048, > length=8704)]cmd=write error = 534 panic:cannot reassign paging buffer > cpuid = 1 > > Dump failed so I am just copying the above from virt-manager console. > > All I am doing is pkg install emacs24 and it gets as far as "[7/96] > Installing perl5-5.16.3_11: 32%" > > I've tried the Image on a Ubuntu VM host as well and get the same > problem. I've tried varying the amount of memory up to 4GB but still > the same problem. Other OS's clients run fine. > > Any ideas? Marcel believes he fixed the root issue in r275721. Can you try rebuilding the image with the fixed mkimg to see if that fixes the problem? -- John Baldwin