From owner-freebsd-virtualization@FreeBSD.ORG Fri Jan 10 13:02:28 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A203CFA8 for ; Fri, 10 Jan 2014 13:02:28 +0000 (UTC) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5479319CF for ; Fri, 10 Jan 2014 13:02:28 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id f11so3910637qae.20 for ; Fri, 10 Jan 2014 05:02:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lifeofadishwasher.com; s=google; h=date:from:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=My41jftiWfpfmOM3LFWfpIH/A6yl2nLt2Qt/Fsz2IdA=; b=h+LoylYRhg0nxoW7Er3T4WQfrSCCWHyIdLKyx8Lteu7hnTAGSaTxY/LnHofeAofCyQ QTGv2Yynr2bZ3wHl6zGsD7wRDzfz6dDuPqPxeajhb26pKps4Np2wTvOWjGGkxeAxyzz8 8MAWqeVbgE8uKMGkFgGccRxwJGTx4h0GK0sXo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=My41jftiWfpfmOM3LFWfpIH/A6yl2nLt2Qt/Fsz2IdA=; b=BuwpeyPJVnfbmgqV4S9whrm1+LvC/egNDH9fbl/2eOVX8Y30T15d6xlYfbIDNE13oV GUJlT8k1M5wMUNZgE5+kmarTBnJaU24ismXB2rgjr6mAUYQ1tCMco1AlG0bZhVDLmQtq USCsewx1c6pKJFqxlgcnB9gBfwmA4pCR3JVjKwLbgTjOMQc6qDFqsC0i0FtYQCKhIcXv y2BVpBRgVSSWhZmErDn7wcjrRUDjz9k25gaonK3SYiursw2F9/Yc/EeVGdC+Yw5FQ329 LLzwpjKECl9CfUe8PQt4a6VXnZa1kIWJ2HdJ0fLpus2ldjSyk76VSxHhalC48QSK0fv3 S1GQ== X-Gm-Message-State: ALoCoQnBnQAbWBS9ET5I14/r1g0yzUNZ7mF2nZdo/1/zz2MN8SSCsdBCpKtYAV2vQpx0IzAm0GBO X-Received: by 10.224.163.9 with SMTP id y9mr7177826qax.31.1389358947477; Fri, 10 Jan 2014 05:02:27 -0800 (PST) Received: from lifeofadishwasher.com (c-71-206-246-125.hsd1.pa.comcast.net. [71.206.246.125]) by mx.google.com with ESMTPSA id m7sm12517676qer.16.2014.01.10.05.02.26 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 10 Jan 2014 05:02:27 -0800 (PST) Received: by lifeofadishwasher.com (sSMTP sendmail emulation); Fri, 10 Jan 2014 08:02:25 -0500 Date: Fri, 10 Jan 2014 08:02:25 -0500 From: Derek Schrock Cc: freebsd-virtualization@freebsd.org Subject: Re: VirtualBox 4.2.20_2 FreeBSD 9.2-RELEASE host multi CPU VM poudriere crash Message-ID: <20140110130225.GA34937@ircbsd.lifeofadishwasher.com> References: <20140110012304.GC44486@ircbsd.lifeofadishwasher.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 13:02:28 -0000 Yes, also something I forgot to mention, the crash isn't instant, it will take ~3-4 minutes until the system freezes and the console reboots. I can watch the system create the reference jails via top (poudriere uses cpdup to copy data). On Fri, Jan 10, 2014 at 11:59:50AM +0100, Julian Stecklina wrote: > On 01/10/2014 02:23 AM, Derek Schrock wrote: > > ====>> Error: Failed to mount the ports directory > > /usr/local/share/poudriere/bulk.sh: 5: Bad file descriptor > > Write failed: Broken pipe > > Have you tried a fsck -f on the disk? > > Julian >