linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] vgscan -- LVM driver/module not loaded?
@ 2001-11-14  2:09 Abu @ Trabas Dot Com
  2001-11-14  2:21 ` Joe Thornber
  0 siblings, 1 reply; 6+ messages in thread
From: Abu @ Trabas Dot Com @ 2001-11-14  2:09 UTC (permalink / raw)
  To: linux-lvm

I am only monitoring this mailing, but now i have a few question.
after I did a patch kernel with lvm 1.0.1-rc4, and compile and build
with rpm, the kernel config like:

CONFIG_BLK_DEV_LVM=y
CONFIG_LVM_PROC_FS=y

succeed. but when i try following INSTALL file and vgscan result
said vgscan -- LVM driver/module not loaded?

why the vgscan said that, I did compile lvm not be module, any explanation.
and how to fix it?

thanks.


-- 
   __   
  (oo)  
 / \/ \ GnuPg public information         pub 1024/EBD26280 
 `V__V' A9A9 8F57 9E9D 14E3 05B4  3EDB C241 A313 EBD2 6280
You will pass away very quickly.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-lvm] vgscan -- LVM driver/module not loaded?
  2001-11-14  2:09 [linux-lvm] vgscan -- LVM driver/module not loaded? Abu @ Trabas Dot Com
@ 2001-11-14  2:21 ` Joe Thornber
  2001-11-14  3:09   ` Abu @ Trabas Dot Com
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Thornber @ 2001-11-14  2:21 UTC (permalink / raw)
  To: linux-lvm

On Wed, Nov 14, 2001 at 03:25:58PM +0700, Abu @ Trabas Dot Com wrote:
> CONFIG_LVM_PROC_FS=y

This option disappeared about 9 months ago.  Are you sure you patched
the kernel correctly ?

- Joe

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-lvm] vgscan -- LVM driver/module not loaded?
  2001-11-14  2:21 ` Joe Thornber
@ 2001-11-14  3:09   ` Abu @ Trabas Dot Com
  2001-11-14  4:09     ` Joe Thornber
  0 siblings, 1 reply; 6+ messages in thread
From: Abu @ Trabas Dot Com @ 2001-11-14  3:09 UTC (permalink / raw)
  To: linux-lvm

Joe Thornber(thornber@btconnect.com)@Wed, Nov 14, 2001 at 07:51:48AM +0000:
> On Wed, Nov 14, 2001 at 03:25:58PM +0700, Abu @ Trabas Dot Com wrote:
> > CONFIG_LVM_PROC_FS=y

I got src.rpm from redhat :(
ok this option is off now

#CONFIG_LVM_PROC_FS=y


> This option disappeared about 9 months ago.  Are you sure you patched
> the kernel correctly ?

yup. i am sure.

[abu@yusril] ~/rpm/BUILD >  /usr/bin/bunzip2 linux-2.4.9.tar.bz2 

[abu@yusril] ~/rpm/BUILD/linux > uname -a
Linux yusril.com 2.4.9-6 #1 Fri Oct 26 12:01:42 JAVT 2001 i686 unknown

[abu@yusril] ~/rpm/BUILD > cd linux

[abu@yusril] ~/rpm/BUILD/linux > patch -p1 < ~/sw/lvm/LVM/1.0.1-rc4/PATCHES/linux-2.4.9-VFS-lock.patch 
patching file drivers/md/lvm.c
Hunk #1 succeeded at 161 with fuzz 2 (offset -58 lines).
patching file fs/buffer.c
Hunk #1 succeeded at 372 (offset 22 lines).
patching file fs/reiserfs/super.c
Hunk #1 succeeded at 80 (offset 14 lines).
patching file fs/super.c
Hunk #1 succeeded at 681 (offset 44 lines).
patching file include/linux/fs.h
Hunk #1 succeeded at 1161 (offset -62 lines).
patching file kernel/ksyms.c
Hunk #1 succeeded@177 (offset -1 lines).

then build.

-- 
   __   
  (oo)  Open Solution Provider visit http://www.trabas.com
 / \/ \ GnuPg public information         pub 1024/EBD26280 
 `V__V' A9A9 8F57 9E9D 14E3 05B4  3EDB C241 A313 EBD2 6280
You teach best what you most need to learn.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-lvm] vgscan -- LVM driver/module not loaded?
  2001-11-14  3:09   ` Abu @ Trabas Dot Com
@ 2001-11-14  4:09     ` Joe Thornber
  2001-11-14 20:50       ` Abu
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Thornber @ 2001-11-14  4:09 UTC (permalink / raw)
  To: linux-lvm

On Wed, Nov 14, 2001 at 04:26:17PM +0700, Abu @ Trabas Dot Com wrote:
> Joe Thornber(thornber@btconnect.com)@Wed, Nov 14, 2001 at 07:51:48AM +0000:
> > On Wed, Nov 14, 2001 at 03:25:58PM +0700, Abu @ Trabas Dot Com wrote:
> > > CONFIG_LVM_PROC_FS=y
> 
> I got src.rpm from redhat :(
> ok this option is off now
> 
> #CONFIG_LVM_PROC_FS=y
> 
> 
> > This option disappeared about 9 months ago.  Are you sure you patched
> > the kernel correctly ?
> 
> yup. i am sure.
> 
> [abu@yusril] ~/rpm/BUILD >  /usr/bin/bunzip2 linux-2.4.9.tar.bz2 
> 
> [abu@yusril] ~/rpm/BUILD/linux > uname -a
> Linux yusril.com 2.4.9-6 #1 Fri Oct 26 12:01:42 JAVT 2001 i686 unknown
> 
> [abu@yusril] ~/rpm/BUILD > cd linux
> 
> [abu@yusril] ~/rpm/BUILD/linux > patch -p1 < ~/sw/lvm/LVM/1.0.1-rc4/PATCHES/linux-2.4.9-VFS-lock.patch 

This is an extra patch that you only need if you're using reiserfs
with snapshots.  Read the README in PATCHES for instructions on how to
generate the real patch, which should be called something like
lvm-1.0.1-rc-2.4.9.patch

- Joe

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-lvm] vgscan -- LVM driver/module not loaded?
  2001-11-14  4:09     ` Joe Thornber
@ 2001-11-14 20:50       ` Abu
  2001-11-14 21:08         ` svetljo
  0 siblings, 1 reply; 6+ messages in thread
From: Abu @ 2001-11-14 20:50 UTC (permalink / raw)
  To: linux-lvm

Sorry, I am lvm newbie.

Where is lvm-1.0.1-rc-2.4.9.patch?

[abu@yusril] /tmp/LVM/1.0.1-rc4 > find ./ -iname lvm-1*
nothing

lvm filename only lvm-0.8final-2.4.0.patch

[abu@yusril] /tmp/LVM/1.0.1-rc4/PATCHES > ls
fragments                          linux-2.4.1-VFS-lock.patch
fragments-2.2.18                   linux-2.4.2-VFS-lock.patch
fragments-2.4.0                    linux-2.4.4-VFS-lock.patch
fragments-2.4.1                    linux-2.4.9-VFS-lock.patch
fragments-2.4.7                    lvm-0.8final-2.4.0.patch
linux-2.2.17-rawio.patch           Makefile
linux-2.2.18-rawio.patch           Makefile.in
linux-2.2.18-sparc64.patch         README
linux-2.4.0-test10-VFS-lock.patch



Joe Thornber(thornber@btconnect.com)@Wed, Nov 14, 2001 at 09:40:09AM +0000:
> On Wed, Nov 14, 2001 at 04:26:17PM +0700, Abu @ Trabas Dot Com wrote:
> 
> This is an extra patch that you only need if you're using reiserfs
> with snapshots.  Read the README in PATCHES for instructions on how to
> generate the real patch, which should be called something like
> lvm-1.0.1-rc-2.4.9.patch
> 
> - Joe
> 
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html

-- 
   __   
  (oo)  Open Solution Provider visit http://www.trabas.com
 / \/ \ GnuPg public information         pub 1024/EBD26280 
 `V__V' A9A9 8F57 9E9D 14E3 05B4  3EDB C241 A313 EBD2 6280
Don't relax!  It's only your tension that's holding you together.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [linux-lvm] vgscan -- LVM driver/module not loaded?
  2001-11-14 20:50       ` Abu
@ 2001-11-14 21:08         ` svetljo
  0 siblings, 0 replies; 6+ messages in thread
From: svetljo @ 2001-11-14 21:08 UTC (permalink / raw)
  To: linux-lvm

>
>
>Sorry, I am lvm newbie.
>
>Where is lvm-1.0.1-rc-2.4.9.patch?
>
have you read the INSTALL and README's

in your case go to /tmp/LVM/1.0.1-rc4
run " ./configure "
go to /tmp/LVM/1.0.1-rc4/PATCHES
run " make "
" ls "
you have it

>
>[abu@yusril] /tmp/LVM/1.0.1-rc4 > find ./ -iname lvm-1*
>nothing
>
>lvm filename only lvm-0.8final-2.4.0.patch
>
>[abu@yusril] /tmp/LVM/1.0.1-rc4/PATCHES > ls
>fragments                          linux-2.4.1-VFS-lock.patch
>fragments-2.2.18                   linux-2.4.2-VFS-lock.patch
>fragments-2.4.0                    linux-2.4.4-VFS-lock.patch
>fragments-2.4.1                    linux-2.4.9-VFS-lock.patch
>fragments-2.4.7                    lvm-0.8final-2.4.0.patch
>linux-2.2.17-rawio.patch           Makefile
>linux-2.2.18-rawio.patch           Makefile.in
>linux-2.2.18-sparc64.patch         README
>linux-2.4.0-test10-VFS-lock.patch
>
>
>
>Joe Thornber(thornber@btconnect.com)@Wed, Nov 14, 2001 at 09:40:09AM +0000:
>
>>On Wed, Nov 14, 2001 at 04:26:17PM +0700, Abu @ Trabas Dot Com wrote:
>>
>>This is an extra patch that you only need if you're using reiserfs
>>with snapshots.  Read the README in PATCHES for instructions on how to
>>generate the real patch, which should be called something like
>>lvm-1.0.1-rc-2.4.9.patch
>>
>>- Joe
>>
>>_______________________________________________
>>linux-lvm mailing list
>>linux-lvm@sistina.com
>>http://lists.sistina.com/mailman/listinfo/linux-lvm
>>read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html
>>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-11-14 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-14  2:09 [linux-lvm] vgscan -- LVM driver/module not loaded? Abu @ Trabas Dot Com
2001-11-14  2:21 ` Joe Thornber
2001-11-14  3:09   ` Abu @ Trabas Dot Com
2001-11-14  4:09     ` Joe Thornber
2001-11-14 20:50       ` Abu
2001-11-14 21:08         ` svetljo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).