FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Dear all,
I've installed a Ferdora Core 2 kernel 2.6 for samba file server. It seems that the CPU load is increased more much than when I use RedHat9 kernel 2.4 before. A guy told me that the CPU load raised because kernel 2.6 use kernel clock 1000Hz (1kHz) instead of 100Hz as kernel 2.4.
So, I have rebuilt my kernel to change that option and following are what I've done: cd /usr/src/linux-2.6.5-1.358
make oldconfig
edit file /usr/src/linux-2.6.5-1.358/include/asm-i386/param.h change the line
#define HZ 1000
to be
#define HZ 100
make bzImage
make modules
make modules_install
make install
reboot
System boot fail when i choose custom kernel (the rebuilt kernel).
My server uses 3 IDE HDDs made 2 software raid array:
md0: raid1 mount: /boot
md1: raid5 mount: /
If I rebuild the kernel with the above steps on a single HDD PC (no raid array activated), there is no problem.
Please help me to solve the problem. My goal is: down the kernel clock from 1000Hz to 100Hz .
I am a newbie, so please kindly guide me step-by-step.
Dear all,
Thank you very much for all your replies!
After several test cases, I found that rebuilding the kernel makes nonsense . Therefore, the problem is not concerned any more
This topic should be closed here. THank you very much to all of you.
Ducko
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.