From owner-freebsd-fs@FreeBSD.ORG Mon Jul 15 10:44:33 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83230AA8 for ; Mon, 15 Jul 2013 10:44:33 +0000 (UTC) (envelope-from thomas@gibfest.dk) Received: from mail.tyknet.dk (mail.tyknet.dk [176.9.9.186]) by mx1.freebsd.org (Postfix) with ESMTP id 45C6EE71 for ; Mon, 15 Jul 2013 10:44:33 +0000 (UTC) Received: from [10.10.1.214] (217.71.4.82.static.router4.bolignet.dk [217.71.4.82]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.tyknet.dk (Postfix) with ESMTPSA id 60B0B15FA0F for ; Mon, 15 Jul 2013 12:36:59 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.5.2 mail.tyknet.dk 60B0B15FA0F DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gibfest.dk; s=default; t=1373884619; bh=jd3CNUoCqlon3YHs4YejpnVqhZlmmBrQMGF0O04lUUI=; h=Date:From:To:Subject:References:In-Reply-To; b=Hkelfq0gPNbNKFCbY99cOT570mEqswhubpijN8wn2VjFlCnnUp7yaEC9Cp70roQMn zF9Oeid6CKIPa9Orz8AKuVlWywlbdjcyKclUGS1CYAIFhdoXpz9e7kQiqssZRJ8qQU on/0A7rR3buMMayTRTyCiZ81LyWaeEPd1iofyeG8= Message-ID: <51E3D0C3.9020205@gibfest.dk> Date: Mon, 15 Jul 2013 12:36:51 +0200 From: Thomas Steen Rasmussen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: Reproducible ZFS jailed dataset panic after upgrading to latest 9-stable References: <51C97EAF.3000901@gibfest.dk> In-Reply-To: <51C97EAF.3000901@gibfest.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 10:44:33 -0000 On 25-06-2013 13:27, Thomas Steen Rasmussen wrote: > Hello, > > To fix the mmap vulnerability I've upgraded one of my jail hosts from: > "FreeBSD 9.1-STABLE #1: Sun Mar 17 08:48:35 UTC 2013" > to: > "FreeBSD 9.1-STABLE #3: Tue Jun 18 12:49:39 UTC 2013" > > One of the jails on this machine has a jailed zfs dataset: > > $ zfs get jailed gelipool/backups > NAME PROPERTY VALUE SOURCE > gelipool/backups jailed on local > $ > > After the upgrade, when I start the jail, the machine panics. > > This is a remote zfs-only machine with swap on zfs, so far I have > been unable to get a proper coredump. I have access to the > console of the machine, and I have taken a couple of screenshots: > > http://imgur.com/2V0PBlf and http://imgur.com/OopP9Sp > > Any ideas what might have caused this ? It worked great before the > upgrade to latest 9-STABLE. This is a production server, but I am > willing to try any suggestions to get it working again. > Hello all, I just wanted to confirm that since the MFC in r252524 this has been fixed in stable/9: http://svnweb.freebsd.org/base?view=revision&revision=252524 Thanks! Thomas Steen Rasmussen