problem with smp on FreeBSD-5.1
Cagle, John (ISS-Houston)
john.cagle at hp.com
Mon Aug 18 07:33:15 PDT 2003
> -----Original Message-----
> From: Markus Paluschek [mailto:warex at vsh.pl]
> Sent: Monday, August 18, 2003 5:47 AM
> To: freebsd-smp at freebsd.org
> Subject: problem with smp on FreeBSD-5.1
>
> 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
>
> When i recompiled kernel from sources downloaded by cvsup, it
> compiled well,
> but when
> i've rebooted and started booting from new kernel and booting
> have stuck in
> suck process:
> ........................
> CPU: Intel(R) Xeon (TM) CPU 2,40GHz (2392.25-MHz 686-class CPU)
> Origin = "GenuineIntel" id = 0xf27 Stepping = 7
>
> Features=0xbfebf9ff<FPU,VMe,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTR
> R,PGE,MCA,CMOV
> ,P
> AR, PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
> Hyperthreading: 2 logical CPUs
> real memor = 1342152704 (1279 MB)
> avail memory = 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
>
> Now i can only reboot machine by manual reseting.
> I haven't found anything on google.
> Those FreeBSD have been installed from CD.
>
> 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
More information about the freebsd-smp
mailing list