Slip wrote:
> 
> Hi there,
>     I downloaded the latest raid patch(raid0145-19990824-2.2.11.gz) and am
> having a bit of trouble patching it in Slackware 7.0. As stated in the
> Kernel HOWTO, this is how I attempted to patch:
> 'zcat raidxxxxx.gz | patch -p0'
> 
<snip>

Two things:

1.) Latest raid patch is not raid0145-19990824-2.2.11, but:
[EMAIL PROTECTED] wrote:
> 
> The RAID patch is at: http://people.redhat.com/mingo/raid-2.2.14-B1

2.) You probably were not in /usr/src when you issued the above command.
Use patch this way:

$ cd /usr/src/linux           # or wherever your source resides
$ patch -p1 < /path/to/raid-2.2.14-B1

See the kernel-HOWTO for how to apply patches to the kernel source.

Marc

-- 
Marc Mutz <[EMAIL PROTECTED]>        http://marc.mutz.com/Encryption-HOWTO/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics

PGP-keyID's:   0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)

Reply via email to