[linux-lvm] RAWIO Patch with 2.4?

Patrick Caulfield caulfield at sistina.com
Tue Sep 18 07:52:51 UTC 2001


On Mon, Sep 17, 2001 at 04:51:11PM -0500, Brian Bailey wrote:
> When attempting to run make to create the 1.0 patch for my server, I
> continually receive the message that I haven't applied the rawio patch.
> However, this is a 2.4.3-6 kernel via Redhat 7.1.  My understanding is
> rawio is built-in to the kernel post-2.4.
> 
> In a failed attempt, I actually applied the patch and was still
> unsuccessful.  Any suggestions?
> 

I would guess that the configure script didn't find your kernel correctly and
thinks you still have 2.2. Make sure you point it at the right sources using
eg:

./configure --with-kernel_dir=/usr/src/mykernel

(watch for the hyphen and underscore!)

Then re-run make in the PATCHES directory.

You can check that configure has found the right kernel by examining the
Makefile in the PATCHES directory - it should have the following three variables
set:

KERNEL_DIR=
LVM_VERSION=
KERNEL_VERSION=

patrick





More information about the linux-lvm mailing list