From owner-freebsd-smp@FreeBSD.ORG Mon Aug 18 07:33:15 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73C0237B401 for ; Mon, 18 Aug 2003 07:33:15 -0700 (PDT) Received: from ztxmail03.ztx.compaq.com (ztxmail03.ztx.compaq.com [161.114.1.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 906A643FBF for ; Mon, 18 Aug 2003 07:33:14 -0700 (PDT) (envelope-from john.cagle@hp.com) Received: from cceexg13.americas.cpqcorp.net (cceexg13.americas.cpqcorp.net [16.110.250.119]) by ztxmail03.ztx.compaq.com (Postfix) with ESMTP id F2D45B579; Mon, 18 Aug 2003 09:33:13 -0500 (CDT) Received: from cceexc19.americas.cpqcorp.net ([16.110.250.85]) by cceexg13.americas.cpqcorp.net with Microsoft SMTPSVC(5.0.2195.6673); Mon, 18 Aug 2003 09:33:13 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 18 Aug 2003 09:33:12 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: problem with smp on FreeBSD-5.1 Thread-Index: AcNleuuiSUDYUWoeRregU6PL6CvPUgAGfyrg From: "Cagle, John (ISS-Houston)" To: "Markus Paluschek" , X-OriginalArrivalTime: 18 Aug 2003 14:33:13.0640 (UTC) FILETIME=[A7CF0280:01C36595] Subject: RE: problem with smp on FreeBSD-5.1 X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2003 14:33:15 -0000 > -----Original Message----- > From: Markus Paluschek [mailto:warex@vsh.pl]=20 > Sent: Monday, August 18, 2003 5:47 AM > To: freebsd-smp@freebsd.org > Subject: problem with smp on FreeBSD-5.1 >=20 > I have Compaq Proliant ML350 server machine with configuration: > 2x Pentium Xeon 2,4 GHz > 1200 MB ram > 2x SCSI hard disks > RAID smart array 641 controller >=20 > When i recompiled kernel from sources downloaded by cvsup, it=20 > compiled well, > but when > i've rebooted and started booting from new kernel and booting=20 > have stuck in > suck process: > ........................ > CPU: Intel(R) Xeon (TM) CPU 2,40GHz (2392.25-MHz 686-class CPU) > Origin =3D "GenuineIntel" id =3D 0xf27 Stepping =3D 7 >=20 > Features=3D0xbfebf9ff R,PGE,MCA,CMOV > ,P > AR, PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > Hyperthreading: 2 logical CPUs > real memor =3D 1342152704 (1279 MB) > avail memory =3D 1299877888 (1239 MB) > Changing APIC ID for IO APIC #0 from 0 to 2 on chip > Changing APIC ID for IO APIC #1 from 0 to 3 on chip > Changing APIC ID for IO APIC #2 from 0 to 4 on chip > Changing APIC ID for IO APIC #3 from 0 to 5 on chip > Programming 16 pins in IOAPIC #0 > IOAPIC #0 intpin 2 -> irq 0 > Programming 16 pins in IOAPIC #1 > Programming 16 pins in IOAPIC #2 > Programming 16 pins in IOAPIC #3 >=20 > Now i can only reboot machine by manual reseting. > I haven't found anything on google. > Those FreeBSD have been installed from CD. >=20 > best regards > Markus Paluschek Make sure your ROM BIOS setup has the OS type configured for Linux. Does it work if only 1 processor is installed? The next four lines in the boot log should be something like: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): apic id: 0, version: 0x00050014, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00050014, at 0xfee00000 cpu2 (AP): apic id: 2, version: 0x00050014, at 0xfee00000 cpu3 (AP): apic id: 3, version: 0x00050014, at 0xfee00000 Do you see any of these lines? Regards, John