Return-Path: X-Original-To: freebsd-ia64@freebsd.org Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DDD616A469 for ; Wed, 27 Jun 2007 15:39:15 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.184]) by mx1.freebsd.org (Postfix) with ESMTP id 5D6A613C48A for ; Wed, 27 Jun 2007 15:39:15 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/smtpout14/MantshX 4.0) with ESMTP id l5RFdE9T025272; Wed, 27 Jun 2007 08:39:14 -0700 (PDT) Received: from [172.16.1.4] (209-128-86-226.bayarea.net [209.128.86.226]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id l5RFdCZG002112 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 27 Jun 2007 08:39:13 -0700 (PDT) In-Reply-To: <46821CEE.9060203@hob.de> References: <461357FF.1060505@hob.de> <461492A3.9@hob.de> <46152B18.2000504@hp.com> <92E5D9E5-4F6A-426D-93F7-2B14AF39CD38@mac.com> <46153842.7050306@hp.com> <713E07DF-2785-4738-83A5-FBBC503E49FB@mac.com> <463B0AB3.4010102@hob.de> <93AE228A-5E2A-4485-855C-DD2F09E09E89@mac.com> <43EBC9F9-9665-412C-9236-6913673EFE19@mac.com> <46821CEE.9060203@hob.de> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1D759112-A61B-485B-979E-E09A3420B6F5@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Wed, 27 Jun 2007 08:38:44 -0700 To: Richard Walter X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-ia64@freebsd.org Subject: Re: Install problem HP integrity rx2660(Montecito) X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 15:39:15 -0000 On Jun 27, 2007, at 1:16 AM, Richard Walter wrote: > Hello, > > i've tried to boot with the June snapshot, but after the output > (follows) > the machine reboots. I've tried to attach a "boot -v" too. I too have a panic. In my case the panic happens when we construct the init(8) process and in particular when we write the very first by out to the stack. There's a page fault for it, which is expected, but when we try to handle the page fault in the IVT something happens the moment we switch to physical addressing. The end result is that we dont call trap with vector 0x14 (i.e. a page fault), but with vector 0x18 (general exception). The kernel doesn't know what to do with that and panics. Your panic looks different, but if you could put a breakpoint on subyte()+0x41. The st1 instruction writes to user space. Can you check if the machine reboots because of that instruction? If yes, we may be looking at the same problem. We just have different failure modes then. If you don't even reach subyte() then I assume you're having a different problem. > uhub0: port 1, set config at addr 2 failed > uhub0: device problem (INVAL), disabling port 1 > uhub0: port 3, set config at addr 2 failed > uhub0: device problem (INVAL), disabling port 3 I see ukbd and ums devices at this point. > Timecounters tick every 1.000 msec > md0: Preloaded image 8388608 bytes at > 0xe000000004c13118 I'm netbooting and have root over NFS. I'll try the snapshot myself and see if I have the same failure. ... > pcib0: matched entry for 0.2.INTB > pcib0: slot 2 INTB hardwired to IRQ 18 > Loading.: HP-UX Primary Boot: 0/1/1/0.0.0.0.0 > Starting: HP-UX Primary Boot: 0/1/1/0.0.0.0.0 This is weird.... I seem to recall having problems with verbose boot as well. It may be a compiler bug... FYI, -- Marcel Moolenaar xcllnt@mac.com