It seems a patch has been already applied.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[root@dhcp4 linux]# cat
/root/piranha/ipvs-1.0.3/linux_net_netsyms_c.diff | patch -p1
patching file net/netsyms.c
Reversed (or previously applied) patch detected! Assume -R? [n] n
Apply anyway? [n] y
Hunk #1 FAILED at 263.
1 out of 1 hunk FAILED -- saving rejects to file net/netsyms.c.rej
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[root@dhcp4 linux]# cat net/netsyms.c.rej
***************
*** 263,268 ****
EXPORT_SYMBOL(in_aton);
EXPORT_SYMBOL(ip_mc_inc_group);
EXPORT_SYMBOL(ip_mc_dec_group);
EXPORT_SYMBOL(ip_finish_output);
EXPORT_SYMBOL(inet_dgram_ops);
EXPORT_SYMBOL(ip_cmsg_recv);
--- 263,269 ----
EXPORT_SYMBOL(in_aton);
EXPORT_SYMBOL(ip_mc_inc_group);
EXPORT_SYMBOL(ip_mc_dec_group);
+ EXPORT_SYMBOL(ip_mc_join_group);
EXPORT_SYMBOL(ip_finish_output);
EXPORT_SYMBOL(inet_dgram_ops);
EXPORT_SYMBOL(ip_cmsg_recv);
Joseph Mack wrote:
mixo wrote:
I got 'ipvs-1.0.3' from
http://www.linuxvirtualserver.org/software/kernel-2.4/ipvs-1.0.3.tar.gz
I also installed 'kernel-source-2.4.18-3' and patched with
you used the kernel from ftp.kernel.org as per the instructions didn't you?
cat /root/piranha/ipvs-1.0.3/linux_kernel_ksyms_c.diff | patch -p1
I skipped the other patch as I somehow it fails
I haven't kept track of which patch is which for the new ipvs versions, but
if you need this patch then the error here is important.
I wouldn't expect anything to work after this.
Joe
|