From owner-freebsd-current@FreeBSD.ORG Tue Jul 14 09:40:20 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B6810656D2 for ; Tue, 14 Jul 2009 09:40:20 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245]) by mx1.freebsd.org (Postfix) with ESMTP id 1DE698FC0A for ; Tue, 14 Jul 2009 09:40:19 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id n6E9eDo4003346; Tue, 14 Jul 2009 10:40:13 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MQeUe-0007bj-Uc; Tue, 14 Jul 2009 10:40:13 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n6E9eCuq083575; Tue, 14 Jul 2009 10:40:12 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n6E9eCeC083574; Tue, 14 Jul 2009 10:40:12 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: "Hayer, Sukhjinder" In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 14 Jul 2009 10:40:12 +0100 Message-Id: <1247564412.82683.4.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: "freebsd-current@freebsd.org" Subject: Re: 8-Current installation panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Jul 2009 09:40:20 -0000 On Mon, 2009-07-13 at 23:59 +0000, Hayer, Sukhjinder wrote: > All, > I get a panic while installing freeBSD 8.1-CURRENT on IA64 integrity server. > It seems that there is something about the logical processors which it's not liking. > On the EFI when I run cpuconfig , it shows two processor modules ( ID 0 and 1 ) and For each processor module it show 2 logical processors. Any idea as to how to get past this. > > > FreeBSD/ia64 EFI boot, Revision 1.2 > (root@hob.lan.xcllnt.net, Sat Jul 4 19:14:26 UTC 2009) Loading /boot/defaults/loader.conf /boot/kernel/kernel data=0xcf9690+0x1df6e0 syms=[0x8+0x97638+0x8+0x8bea3] / Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... > Entering /boot/kernel/kernel at 0xe000000004080000... > GDB: debug ports: uart > GDB: current port: uart > KDB: debugger backends: ddb gdb > KDB: current backend: ddb > Copyright (c) 1992-2009 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 8.0-BETA1 #0: Sat Jul 4 22:13:00 UTC 2009 > root@hob.lan.xcllnt.net:/usr/obj/usr/src/sys/GENERIC > WARNING: WITNESS option enabled, expect reduced performance. > CPU: Montecito (1594.67-Mhz Itanium 2) > Origin = "GenuineIntel" Revision = 7 > Features = 0x5 > real memory = 17142800384 (16348 MB) > avail memory = 16320004096 (15563 MB) > FPSWA Revision = 0x10012, Entry = 0xe00000003e6e2050 > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > cpu0: SAPIC Id=0, SAPIC Eid=0 (BSP) > cpu2: SAPIC Id=2, SAPIC Eid=0 > panic: Built bad topology at 0xe000000004d27440. CPU mask 0xF != 0x5 cpuid = 0 > KDB: enter: panic > [thread pid 0 tid 100000 ] > Stopped at kdb_enter+0x92: [I2] addl r14=0xffffffffffe2aca0,gp ;; > db> Can you boot with the "verbose" option, and show the output? Gavin