smp problem

Graham Lewis graham.lewis at spitfire.co.uk
Wed Nov 16 13:40:28 GMT 2005


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=KSAUNDERS
Make installkernel KERNCONF=KSAUNDERS



More information about the freebsd-questions mailing list