Page 1 of 1

[atomic-testing]

Posted: Mon Jan 03, 2005 9:28 am
by faris
Dumbo question Scott, but I can't find any reference to [atomic-testing] on the forums or on your site. Can you tell me what paths to enter in yum.conf please? (I'm keen to try your grsec kernel rpm).

On a related matter, how do things work in terms of smp?

I notice that RH supply two versions of the kernel RPMs, one non-smp and one smp (though the smp-kernel seems to work fine with single processor servers). Will you be doing the same?

And regarding compilation -- nothing to do with rpms now - I'm just curious about how things work. My main servers are all dual-processor, so I need an smp kernel. When attempting to compile a kernel, is smp an option I need to specify at compile time somewhere, or does the process of compilation detect multiple processors and include support automatically?

Faris.

Posted: Mon Jan 03, 2005 10:03 pm
by scott
atomic-testing is on 3es.atomicrocketturtle.com. When you build a kernel if youre in an SMP environment you'll need to specify that in the kernel config, plus any other optimizations specific to your hardware (there are a lot) prior to compiling.

Posted: Tue Jan 04, 2005 7:00 am
by faris
Yikes. Thanks for that. Looks like building a kernel is as difficult as I thought. Mind you, Red Hat's normal RMS kernels aren't going to be optimised, are they? Just generic.

When you release your kernels, could you possibly also release a separate config file (i.e. exported from make menuconfig) for people like me to at least be able to try loading that as a starting point for our configs please?

Posted: Tue Jan 04, 2005 12:11 pm
by scott
They do optimize them, if you look they've got i386, i586, i686, and athlon kernels, as well as -bigmem, and -smp versions for each environment. You can find the config files in /boot/

Posted: Tue Jan 04, 2005 10:14 pm
by faris
You are a fount of knowledge Scott! Thanks.

Faris.