From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 12 22:36:59 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 A564B106564A for ; Mon, 12 Jan 2009 22:36:59 +0000 (UTC) (envelope-from ahuete.devel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 34DC88FC18 for ; Mon, 12 Jan 2009 22:36:58 +0000 (UTC) (envelope-from ahuete.devel@gmail.com) Received: by ug-out-1314.google.com with SMTP id 30so210499ugs.39 for ; Mon, 12 Jan 2009 14:36:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=m9qPmSNwHKg5vNjP+diFM9m3K0kFomhfK608JvAwtpg=; b=qh5LIe0FbeYbOX0jqJuwfKhwBDkfUTxgDrQOC93BXw/m2X75PMAOZqKfHD2J8Qt87g PPOsXET1GYBGhyO/C3/gztRnc64VuG3H8huuj5+/VDpSilhNgQ0Y+ZTbfhIld4v0LExe jA81UHcTrCrKeKzL2cvkMNUIShLzVk5sz0RdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=pHYfi+iO4xJakRh41yySsYHjIpujGZ2vQKwqT7GPtxtL0p3G2ygO6k29rGOxRl5dXj cxkiiMJtrpZ2atmBYbTc0iiIT37RdmTO+StzHh5+g/Q1xBENNwcBjRFpm1EtpRlvl2f+ XltFj9JnXbaAgJKVqJM9556L7ely1Kwou+Fcs= Received: by 10.67.30.4 with SMTP id h4mr1641062ugj.67.1231799818014; Mon, 12 Jan 2009 14:36:58 -0800 (PST) Received: from ?192.168.3.10? (217.216.61.203.dyn.user.ono.com [217.216.61.203]) by mx.google.com with ESMTPS id s1sm43568uge.27.2009.01.12.14.36.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 Jan 2009 14:36:57 -0800 (PST) Message-ID: <496BC607.7080102@gmail.com> Date: Mon, 12 Jan 2009 23:36:55 +0100 From: Antonio Huete Jimenez User-Agent: Thunderbird 2.0.0.19 (X11/20090102) MIME-Version: 1.0 To: Marius Strobl References: <4969345B.50506@gmail.com> <20090112204117.GA9469@alchemy.franken.de> In-Reply-To: <20090112204117.GA9469@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 22:37:00 -0000 Marius, Yes, I copy&pasted without any thinking :) I set it to 256M just after posting on the list and now seems it's working fine. Thanks Antonio > 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 > >