All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] I can't add other disk in lvm system
@ 2001-02-07 12:49 Joan Carles Monllor
  2001-02-07 14:28 ` Patrick Caulfield
  2001-02-07 15:23 ` Heinz J. Mauelshagen
  0 siblings, 2 replies; 3+ messages in thread
From: Joan Carles Monllor @ 2001-02-07 12:49 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 828 bytes --]


	Hello, I am new in this mailing list. And, I am new in lvm system too.

	My problem is:

	I have create a logical volume, correctly. And, I want to add other disk to
logical volum.

	I already have create a volumen group named "vm0".

	I think that I have run "vgextend -v vm0 /dev/hdc1", for exemple.

	Then display this:

vgextend -- INFO: maximum logical volume size is 255.99 Gigabyte
Unable to handle kernel NULL pointer dereference at virtual address 0000002c
 printing eip:
c01ecd4f
*pde = 00000000
Oops: 0000
CPU:    0
EIP:    0010:[<c01ecd4f>]
EFLAGS: 00010282
....
....
.
.
.
Segment violation

	The problem is in mine or in the kernel or the lvm tools ?

		thanks for your help in avanced.

Joan Carles Monllor
Universitat d'ALacant
jcarles@dtic.ua.es        Tel. 965903681
Spain                     Fax 965903902


[-- Attachment #2: Joan Carles Monllor.vcf --]
[-- Type: text/x-vcard, Size: 156 bytes --]

BEGIN:VCARD
VERSION:2.1
N:Monllor;Joan;Carles
FN:Joan Carles Monllor
NICKNAME:jcarles
EMAIL;PREF;INTERNET:jcarles@dtic.ua.es
REV:20000608T070409Z
END:VCARD

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

* Re: [linux-lvm] I can't add other disk in lvm system
  2001-02-07 12:49 [linux-lvm] I can't add other disk in lvm system Joan Carles Monllor
@ 2001-02-07 14:28 ` Patrick Caulfield
  2001-02-07 15:23 ` Heinz J. Mauelshagen
  1 sibling, 0 replies; 3+ messages in thread
From: Patrick Caulfield @ 2001-02-07 14:28 UTC (permalink / raw)
  To: linux-lvm

On Wed, Feb 07, 2001 at 01:49:27PM +0100, Joan Carles Monllor wrote:
> 
> 	Hello, I am new in this mailing list. And, I am new in lvm system too.
> 
> 	My problem is:
> 
> 	I have create a logical volume, correctly. And, I want to add other disk to
> logical volum.
> 
> 	I already have create a volumen group named "vm0".
> 
> 	I think that I have run "vgextend -v vm0 /dev/hdc1", for exemple.
> 
> 	Then display this:
> 
> vgextend -- INFO: maximum logical volume size is 255.99 Gigabyte
> Unable to handle kernel NULL pointer dereference at virtual address 0000002c
>  printing eip:
> c01ecd4f
> *pde = 00000000
> Oops: 0000
> CPU:    0
> EIP:    0010:[<c01ecd4f>]
> EFLAGS: 00010282
> ....
> ....
> .
> .
> .
> Segment violation
> 

Can you make sure you have the latest code, including the kernel patch, from
sistina.com. It sounds like you are using an old version.

patrick

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

* Re: [linux-lvm] I can't add other disk in lvm system
  2001-02-07 12:49 [linux-lvm] I can't add other disk in lvm system Joan Carles Monllor
  2001-02-07 14:28 ` Patrick Caulfield
@ 2001-02-07 15:23 ` Heinz J. Mauelshagen
  1 sibling, 0 replies; 3+ messages in thread
From: Heinz J. Mauelshagen @ 2001-02-07 15:23 UTC (permalink / raw)
  To: linux-lvm

Hi Joan,

you seem to have an older LVM version which unfortunatly had that bug.

Please get the recent LVM software from www.sistina.com and follow the
steps in the INSTALL file in order to get it up and running.

Then you should be able to do "vgextend -v vm0 /dev/hdc1" successfully.


On Wed, Feb 07, 2001 at 01:49:27PM +0100, Joan Carles Monllor wrote:
> 
> 	Hello, I am new in this mailing list. And, I am new in lvm system too.
> 
> 	My problem is:
> 
> 	I have create a logical volume, correctly. And, I want to add other disk to
> logical volum.
> 
> 	I already have create a volumen group named "vm0".
> 
> 	I think that I have run "vgextend -v vm0 /dev/hdc1", for exemple.
> 
> 	Then display this:
> 
> vgextend -- INFO: maximum logical volume size is 255.99 Gigabyte
> Unable to handle kernel NULL pointer dereference at virtual address 0000002c
>  printing eip:
> c01ecd4f
> *pde = 00000000
> Oops: 0000
> CPU:    0
> EIP:    0010:[<c01ecd4f>]
> EFLAGS: 00010282
> ....
> ....
> .
> .
> .
> Segment violation
> 
> 	The problem is in mine or in the kernel or the lvm tools ?
> 
> 		thanks for your help in avanced.
> 
> Joan Carles Monllor
> Universitat d'ALacant
> jcarles@dtic.ua.es        Tel. 965903681
> Spain                     Fax 965903902
> 



-- 

Regards,
Heinz    -- The LVM Guy --

*** Software bugs are stupid.
    Nevertheless it needs not so stupid people to solve them ***

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Sistina Software Inc.
Senior Consultant/Developer                       Am Sonnenhang 11
                                                  56242 Marienrachdorf
                                                  Germany
Mauelshagen@Sistina.com                           +49 2626 141200
                                                       FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

end of thread, other threads:[~2001-02-07 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-07 12:49 [linux-lvm] I can't add other disk in lvm system Joan Carles Monllor
2001-02-07 14:28 ` Patrick Caulfield
2001-02-07 15:23 ` Heinz J. Mauelshagen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.