From owner-freebsd-questions@FreeBSD.ORG Wed Nov 16 13:40:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7919216A41F for ; Wed, 16 Nov 2005 13:40:28 +0000 (GMT) (envelope-from graham.lewis@spitfire.co.uk) Received: from mail.spitfireuk.net (mail.spitfireuk.net [217.13.128.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9AA43D4C for ; Wed, 16 Nov 2005 13:40:27 +0000 (GMT) (envelope-from graham.lewis@spitfire.co.uk) Received: from [217.13.128.66] (helo=spitfire.co.uk) by mail.spitfireuk.net with smtp (Exim 4.24; FreeBSD) id 1EcNWU-000P5Z-BL; Wed, 16 Nov 2005 13:40:26 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Wed, 16 Nov 2005 13:39:45 -0000 Message-ID: <5FFC541C3108D7428648163A6D0B0351F44F7E@exchange2.domain.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: smp problem Thread-Index: AcXqcGYmkCyfZL3sQCOTXH766LtpogAQV1sA From: "Graham Lewis" To: , Cc: Subject: RE: smp problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2005 13:40:28 -0000 I've got several DL380's running 5.4 SMP without problems. I suggest it may be the kernel recompile causing you problems: > >Nov 15 11:03:53 kernel: /usr/obj/usr/src/sys/MYKERNE\L > Is this a typo in your ? ^^^^^^^^ Should it not be /usr/obj/usr/src/sys/MYKERNEL? cd /usr/src/sys/i386/conf cp GENERIC KSAUNDERS edit KSAUNDERS and replace ident GENERIC with: ident KSAUNDERS add the line: options SMP #adds SMP support Compile the custom kernel Cd /usr/src Make buildkernel KERNCONF=3DKSAUNDERS Make installkernel KERNCONF=3DKSAUNDERS