From owner-freebsd-ppc@FreeBSD.ORG Thu Nov 5 14:39:46 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4B0B106566B for ; Thu, 5 Nov 2009 14:39:46 +0000 (UTC) (envelope-from tharant@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 814998FC18 for ; Thu, 5 Nov 2009 14:39:46 +0000 (UTC) Received: by yxe1 with SMTP id 1so41629yxe.3 for ; Thu, 05 Nov 2009 06:39:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:cc; bh=PstHgzZmzxiTuvZ+sZqE6E7cvJM4HTv1zxnSiAtQoVI=; b=YrIRr0xFCrgHqK/kVCdftLBs84ZBES5zkcnhL985Zo7jjzjciB8T0ZxR1XK0Nm7pF+ g6dDTd5S0ybGZrVEhL6AR0Hk4TBwsWs0QX93LQW4IaOMmXMt1GXZJ2ZNmCWlPBjqtKX5 mHKcobMlj0z+c46nshIyxE48EHi0t10IB4pw4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date:cc; b=HwairfUQ0yM/fLR2828tCV2tKliJ39sNmcSELtlsdqi3xYnOjOdtNoQ9kSRFVMRsg7 XxE1Cm/HKhVQ1S0k2CTPmocriNSGP05ZCewfsG3lSOMUorzPbTh/7IDdAK8Rdds2OlFa dqrtkaZjTUpgTHT9ez6lmeCA3WwcCstEXNhUE= Received: by 10.101.4.27 with SMTP id g27mr2330476ani.150.1257431985467; Thu, 05 Nov 2009 06:39:45 -0800 (PST) Received: from ?10.23.125.186? ([166.205.7.15]) by mx.google.com with ESMTPS id 5sm779874ywd.38.2009.11.05.06.39.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Nov 2009 06:39:44 -0800 (PST) References: <4AF219DF.2040309@freebsd.org> Message-Id: From: Jacob Lambert To: Nathan Whitehorn In-Reply-To: <4AF219DF.2040309@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7D11) Mime-Version: 1.0 (iPhone Mail 7D11) Date: Thu, 5 Nov 2009 08:39:33 -0600 Cc: "freebsd-ppc@freebsd.org" Subject: Re: 8.0-RC2 on Rackmac3,1 - fatal kernel trap X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 14:39:47 -0000 Yes, please, it it's not too much trouble I'd love a -CURRENT ppc iso. My previous attempts were all made with a video console. I've tried booting with 'C' at power up as well as issuing 'boot cd:,\boot\loader cd:0' from the openfirmware prompt. Results are the same either way. I finally yanked it from our data center last night and brought it to the office where I can fiddle with it in comfort; I should be able to provide you with a full boot transcript sometime later today. -jacob On Nov 4, 2009, at 6:18 PM, Nathan Whitehorn wrote: > I'm not sure what's going on with the release CDs -- you should get > farther than that. Full support for this hardware is currently only > in -CURRENT, and missed the 8.0 release inclusion deadline. It > should be in 8-stable immediately after the release, however. I can > supply an install ISO for -CURRENT, if you are interested. > > But the CD should at least get you to complaints from the SATA > controller, and the kernel certainly should not be jumping to a NULL > address like it appears to be doing. Can you give some more details > on your setup (i.e. serial or video console, did you boot by > pressing 'C' or from the Open Firmware prompt, etc.), and maybe the > full transcript of your boot attempt, with the snipped bits restored? > > Thanks, > Nathan > > Jacob Lambert wrote: >> I've been trying to boot the 8.0-RC2 iso on an Xserve G5. After the >> loader screen I simply get a fatal kernel trap. >> >> --- snip --- >> >> fatal kernel trap: >> exception = 0x7 (program) >> srr0 = 0x0 >> srr1 = 0x83030 >> lr = 0x59bfa0 >> curthread = 0 >> >> panic: program trap >> Uptime: 1s >> >> --- snip --- >> >> Here's my hardware details >> >> Machine Name: Xserve G5 >> Machine Model: RackMac3,1 >> CPU Type: PowerPC G5 (3.0) >> Number Of CPUs: 2 >> CPU Speed: 2 GHz >> L2 Cache (per CPU): 512 KB >> Memory: 2 GB >> Bus Speed: 1 GHz >> Boot ROM Version: 5.1.7f1 >> >> Do you guys have any advice for me? I'll see if I can dig up an >> 8.0-RC1 disc and report the results later tonight. >> >> -jacob >> >> >