From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 12 20:41:19 2009 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CF3B106566B for ; Mon, 12 Jan 2009 20:41:19 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id B6CFF8FC18 for ; Mon, 12 Jan 2009 20:41:18 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id n0CKfHqr009493; Mon, 12 Jan 2009 21:41:17 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id n0CKfHKo009492; Mon, 12 Jan 2009 21:41:17 +0100 (CET) (envelope-from marius) Date: Mon, 12 Jan 2009 21:41:17 +0100 From: Marius Strobl To: Antonio Huete Jimenez Message-ID: <20090112204117.GA9469@alchemy.franken.de> References: <4969345B.50506@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4969345B.50506@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD SPARC64 Subject: Re: Greetings! Wrong settings on 7.1-RELEASE for ZFS X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 20:41:19 -0000 On Sun, Jan 11, 2009 at 12:50:51AM +0100, Antonio Huete Jimenez wrote: > Hi all, > > First I would like to say hello to everyone as I'm new on this mailing > list :-) > > I have a Sun Netra X1 equipped with a UltraSparc IIe 500MHz processor, > 1GB RAM, 2 x 40GB IDE harddisks. > In the first HD I've installed the OS (FreeBSD 7.1) and I want to use > ZFS for the second, so while reading > http://wiki.freebsd.org/ZFSTuningGuide , I tried to use ZFS kern memory > usage settings specified in the document for AMD64, but after rebooting > the system is unable to boot showing a lot of messages related to cpu 0 > with text "panic: trap: fast data access mmu miss". > > I can provide some more information when needed. > Did you just copy&paste the example settings given for amd64 there? That would mean that you dedicated all of the RAM to the kernel, which isn't going to fly... Marius