LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Patching kernel

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Patching kernel
From: "Avery (yi) Davison" <averyyi@xxxxxxxxxxxxxxx>
Date: Tue, 5 Dec 2000 01:44:07 -0500 (EST)
Hi all,

I'm trying to set up the LinuxDirector box on sparc architecture. I've got
a really old Sun IPC running Redhat kernel 2.2.14-5.0. I downloaded
the ipvs tarball for kernel 2.2.14, and tried to patch as instructed with
the cat command:

        cat <path-name>/ipvs-0.9.7-2.2.13.patch | patch -p1


However, I received some error messages during the patch process:

root@compiler linux]# cat
/export/lvs/ipvs-0.9.7-2.2.13/ipvs-0.9.7-2.2.13.patch  | patch -p1
patching file `Documentation/Configure.help'
Hunk #1 FAILED at 2643.
1 out of 1 hunk FAILED -- saving rejects to
Documentation/Configure.help.rej
patching file `include/linux/ip_masq.h'
patching file `include/net/ip.h'
patching file `include/net/ip_masq.h'
Hunk #3 succeeded at 77 with fuzz 2 (offset 17 lines).
The next patch would create the file `include/net/ip_vs.h',
which already exists!  Assume -R? [n] y
patching file `include/net/ip_vs.h'
patching file `net/ipv4/Config.in'
patching file `net/ipv4/Makefile'
patching file `net/ipv4/ip_input.c'
Hunk #1 succeeded at 250 (offset 1 line).
patching file `net/ipv4/ip_masq.c'
Hunk #1 succeeded at 50 (offset 3 lines).
Hunk #3 FAILED at 180.
Hunk #4 succeeded at 246 (offset 12 lines).
Hunk #6 succeeded at 284 (offset 12 lines).
Hunk #8 succeeded at 308 (offset 12 lines).
Hunk #10 succeeded at 478 (offset 12 lines).
Hunk #11 FAILED at 804.
Hunk #12 FAILED at 821.
Hunk #13 succeeded at 893 (offset 10 lines).
Hunk #14 succeeded at 1143 (offset 11 lines)


Should I be concerned about the "HUNK #X FAILED" messages?? Am I perhaps
missing something that I should have done before?


Thanks,
-Davison



<Prev in Thread] Current Thread [Next in Thread>