From owner-freebsd-current@FreeBSD.ORG Mon Aug 12 23:09:59 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id 1646173D; Mon, 12 Aug 2013 23:09:59 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-x233.google.com (mail-oa0-x233.google.com [IPv6:2607:f8b0:4003:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9C702270; Mon, 12 Aug 2013 23:09:58 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id h1so10596149oag.10 for ; Mon, 12 Aug 2013 16:09:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=42fJkpZJ1u8aFF3Lhqax67106P2eOx30F1Gwfm6GM9A=; b=s90e0aVXqj7g0ZWmdAVbqrV0emIWtFlFmMRbukqWMN4AAfD4FPFyHO4DXpQQpYmx+5 t+NbQv7x8zLEau6ONXVwpwexfs13al3L1aIghisYphSoSH0jqmQwYD3okeAhKx+dakVU 7cQ1oJg5zYuXYwI/BP2UbheS8NTE72mYEa9vwVIRRXn3zoCbepqxLJmOTbKLuGrZsSKY O7yWXGQV3yd50/DLV5IW/bKbQHMsjIbMuJBJRmurM+a3tSGdMj3itlVKVgqO/O2ZqWPt ilb2Ea0THVSkxLDm/cNLUUlqr8dBVhkdGq7rnAOTsIi/At83FeuVn4eKgAnB29RrJlUs cbhg== MIME-Version: 1.0 X-Received: by 10.60.142.103 with SMTP id rv7mr1292542oeb.13.1376348998166; Mon, 12 Aug 2013 16:09:58 -0700 (PDT) Received: by 10.182.97.162 with HTTP; Mon, 12 Aug 2013 16:09:58 -0700 (PDT) In-Reply-To: <1376348547.1469.59.camel@localhost> References: <1376336582.1469.9.camel@localhost> <1376348547.1469.59.camel@localhost> Date: Mon, 12 Aug 2013 19:09:58 -0400 Message-ID: Subject: Re: i386 panic From: Super Bisquit To: Sean Bruno Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 23:09:59 -0000 Download the source and build the PAE kernel. Do the build world. On Mon, Aug 12, 2013 at 7:02 PM, Sean Bruno wrote: > On Mon, 2013-08-12 at 12:43 -0700, Sean Bruno wrote: > > http://people.freebsd.org/~sbruno/10_i386_vmfault.txt > > > > I can never tell if stuff like this is because I'm not nerfing the > > system RAM correctly or if this is i386 bit-rot. > > > > I set hw.physmem="2g" in loader.conf to try and get the system to boot, > > but I don't think I did it right? > > > > Sean > > The 9.2RC images seem to do the same thing when nerfed to 2G of ram. > So, this doesn't appear to be a new regression. > > stable/7 seems to be happy enough to boot up PAE i386 on it, so I think > the previous suggestion of using PAE is the correct one. >