Hello,
On Thu, 12 Sep 2002, Matthias Krauss wrote:
> i'm about to update my previous found suse lvs config and went to
> (for me) new debian, i followed the steps in the mini-howto
> and applied the patch fine and made also the kernel compile ok,
> later after insmod ip_vs i can clear like "ipvsadm -C" but not
> any other further commands like "ipvsadm -A -t xxxx " work bec. of
> "scheduller not found", a manual try of "insmod ip_vs_sched.o"
> results "Warning: loading ip_vs_sched.o will taint the kernel:
> no license". What do i do wrong ?
>
Which version of ipvs do you use? ipvs 0.8.2 for kernel 2.4?
The ipvs 0.8.2 doesn't have MODULE_LICENSE("GPL"); The late Linux kernel
2.4.xx requires this declaration. So, it is good to use ipvs 1.0.6 for the
latest kernel 2.4.xx.
Regards,
Wensong
|