| 
 
 
Hello,
 
I am working on LVS with two mail servers (acting as
real servers).Earlier I installed linux with kernel
2.4.20-8,redhat 9  and tried installing LVS .But it
was giving some problems.
 
 
Maybe you could follow the instructions found here:
   http://www.ultramonkey.org/2.0.1/installation-rh.9.html
It might be much easier than to roll your own kernel.
 
Then I downloaded kernel
2.4.21( linux-2.4.21.tar.bz2) from related
website.Then I downloaded LVS(tar -zxvf
ipvs-1.0.9-tar.gz).Then I used following commands:-
" tar --jxvf linux-2.4.21.tar.bz2 , patch -p1 ........
, make mrproper, make menuconfig, make dep, make
bzImage modules ", these are working fine now.But the
command "make install modules_install" was exiting
with the comment that there is no directory named
/lib/modules/2.4.21 .then I manually creared the
directory(2.4.21) using command mkdir.Then again used
command "make install modules_install".It is executing
succcessfully now .
 
 
 Run a find /lib/modules/2.4.21/ and see if you've got some *.o files. If 
so, it could be successfully installed.
 
Has I did the right thing ,Sir?
 
 
It's difficult to tell.
 
Then I edited grub.conf to boot from new kernel
2.4.21,But the system keeps on rebooting .
 
 
 Most probably you've wrongly set either your processor in the menu 
configuration of your kernel or enabled ACPI and your board doesn't like it.
 
I had
checked the default run level also.It is set to 5.
What could be the problem,sir.
 
 
 I suggest, you try to use the RPMs provided at the site cited above. I 
have never used them but I'm sure people did and I think it can make 
your life a lot easier.
Take care and good luck on your quest,
Roberto Nibali, ratz
--
 echo 
'[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq' | dc
 
 |