Did you did a make modules_install?
Do you select module support in the config file (make menuconfig)??
Did you change /etc/lilo to point on the new kernel bzImage?
Here is a quick cookbook
1-) Download linux-2.2.14
2-) Patch the kernel with ipvs-0.9.9 ex cd linux patch -p1 < ../ipvs.patch
3-) Make menuconfig (select the options and drivers needed and of course
IPVS stuff)
4-) Make dep
5-) Make bzImage
6-) Make modules
7)- Make modules_install
Next the important part!
8-) cp /arch/boot/i386/bzImage (as I remember) to /boot/vmlinuz-2.2.14
9-) edit /etc/lilo.conf
add those lines and edit root=/dev/hdx
image=/boot/vmlinuz-2.2.14
label=IPVS
read-only
root=/dev/hda6
10) run /sbin/lilo
11)Reboot and enjoy.
----- Original Message -----
From: "Peter Martin" <p.martin@xxxxxxxxxxxxxxxxxxxxx>
To: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, March 29, 2000 6:36 AM
Subject: Kernel
> Hi all,
>
> I know this is probably not the correct place for this query, but...
>
> Recently I tried to update my director to a higher version IPVS 9.8, and
to do this I assumed I needed the new Kernel source, I got 2.2.14, I've been
through the HOWTO etc. and thought I done all correctly, but, on rebooting
the kernel would not load, sticking on 'Loading Modules', I can only assume
I've missed a step when compiling which has not made the correct updates to
my 'add in's', I'm sure I did a 'make modules', but the module version still
seems to be the old 2.2.12 which came with my RedHat 6.1
>
> What did I do wrong?
>
> I need to get to 0.9.x to use the persistant port feature.
>
> Please note I'm still new to Linux, but trying hard!
>
> Thanks in advance.
>
> Peter Martin.
>
>
|