[ Wednesday, January 12, 2000 ] Scott Thomson wrote:
> Am I missing something here? 
> The source has just been freshly untarred from linux-2.2.14.tgz 
> This is just the the first prompt. It goes on and on...  
> 
> patching file `linux/init/main.c' 
> Hunk #1 FAILED at 19. 
> Hunk #2 FAILED at 488. 
> Hunk #3 FAILED at 928. 
> Hunk #4 FAILED at 1426. 
> 4 out of 4 hunks FAILED -- saving rejects to linux/init/main.c.rej 
> The next patch would create the file 
> `linux/include/linux/raid/linear.h', 
> which already exists!  Assume -R? [n] 

Hmmmmmm works fine from here... maybe rm -rf linux or try checking
your .tar.gz file:

# md5sum linux-2.2.14.tar.gz
7dde751afbe82cfeaecb9dce3da8e992  linux-2.2.14.tar.gz

[root@jmm /tmp]# tar xzf linux-2.2.14.tar.gz
[root@jmm /tmp]# cd linux
[root@jmm linux]# patch -p1 < ../raid-2.2.14-B1
patching file `init/main.c'
Hunk #2 succeeded at 497 (offset 9 lines).
Hunk #3 succeeded at 931 (offset 3 lines).
Hunk #4 succeeded at 1435 (offset 9 lines).
patching file `include/linux/raid/linear.h'
patching file `include/linux/raid/hsm_p.h'
patching file `include/linux/raid/md.h'
patching file `include/linux/raid/md_compatible.h'
[snip]

James
-- 
Miscellaneous Engineer --- IBM Netfinity Performance Development

Reply via email to