Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2005 13:39:45 -0000
From:      "Graham Lewis" <graham.lewis@spitfire.co.uk>
To:        <snnn119@gmail.com>, <freebsd-questions@freebsd.org>
Subject:   RE: smp problem
Message-ID:  <5FFC541C3108D7428648163A6D0B0351F44F7E@exchange2.domain.local>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5FFC541C3108D7428648163A6D0B0351F44F7E>