From owner-freebsd-fs@FreeBSD.ORG Sat Oct 6 14:38:02 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6E58106564A; Sat, 6 Oct 2012 14:38:02 +0000 (UTC) (envelope-from dg17@penx.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 71A358FC08; Sat, 6 Oct 2012 14:38:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q96Ebv1E050562; Sat, 6 Oct 2012 07:37:57 -0700 (PDT) (envelope-from dg17@penx.com) From: Dennis Glatting To: Andriy Gapon In-Reply-To: <506F063F.8050408@FreeBSD.org> References: <1349447619.89356.13.camel@btw.pki2.com> <506F063F.8050408@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Date: Sat, 06 Oct 2012 07:37:57 -0700 Message-ID: <1349534277.45402.7.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q96Ebv1E050562 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: dg17@penx.com Cc: freebsd-fs Subject: Re: under ZFS, I can reliably crash my systems X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dg17@penx.com List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 14:38:02 -0000 On Fri, 2012-10-05 at 19:09 +0300, Andriy Gapon wrote: > on 05/10/2012 17:33 Dennis Glatting said the following: > > swap_pager: out of swap space > > swap_pager_getswapspace(16): failed > > pid 1847 (fstat), uid 0, was killed: out of swap space > > One thing I can tell you, your kernel and userland are out of sync. > How so? If svn src and rebuild everything. Do you mean ports? Typical src build is: svn co svn://svn.pki2.com/base/stable/9/ /disk-1/src cd /usr/src; make -j65 buildworld make installworld yes | make delete-old yes | make delete-old-libs mergemaster cd /sys/amd64/conf/ ./mkconfig.pl SMUNI.in config SMUNI cd ../compile/SMUNI make cleandepend && make depend && make make install That's fairly straight forward.