Linux LVM users
 help / color / mirror / Atom feed
* [linux-lvm] rc2 problems
@ 2001-09-07 13:07 Pierre Lamb
  2001-09-10 11:21 ` Heinz J . Mauelshagen
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Lamb @ 2001-09-07 13:07 UTC (permalink / raw)
  To: linux-lvm

Well I got rh 2.4.7 made the rc2 patches and patched
the kernel. No errors, complied the kernel, modules,
and installed the modules. All with no errors. Upon
booting the lvm-mod modules doesn't load so I did a
insmod on lvm-mod and get errors about non-resloved
symbols,  What to do next????

PIerre

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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

* Re: [linux-lvm] rc2 problems
  2001-09-07 13:07 [linux-lvm] rc2 problems Pierre Lamb
@ 2001-09-10 11:21 ` Heinz J . Mauelshagen
  2001-09-11  1:16   ` Pierre Lamb
  0 siblings, 1 reply; 6+ messages in thread
From: Heinz J . Mauelshagen @ 2001-09-10 11:21 UTC (permalink / raw)
  To: linux-lvm

On Fri, Sep 07, 2001 at 06:07:38AM -0700, Pierre Lamb wrote:
> Well I got rh 2.4.7 made the rc2 patches and patched
> the kernel. No errors, complied the kernel, modules,
> and installed the modules. All with no errors. Upon
> booting the lvm-mod modules doesn't load so I did a
> insmod on lvm-mod and get errors about non-resloved
> symbols,  What to do next????

Could you send what symbols are non resolved?

> 
> PIerre
> 
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
> http://im.yahoo.com
> 
> _______________________________________________
> 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

-- 

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] 6+ messages in thread

* Re: [linux-lvm] rc2 problems
  2001-09-10 11:21 ` Heinz J . Mauelshagen
@ 2001-09-11  1:16   ` Pierre Lamb
  2001-09-11 14:20     ` Heinz J . Mauelshagen
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Lamb @ 2001-09-11  1:16 UTC (permalink / raw)
  To: linux-lvm

Here is what I did:
  Built patch, then applied it I got this
 it patched various file, next it said it detected a
provious patch I said (y) then it wanted to remove a
file not detected.

Next I did a xconfig selecting LVM. did a make dep
then a make clean did a make bzImage, then a make
modules ( no errors), then make modules_install there
at the en it gave an error :

Unsolved sysmbols in (path)lvm-mod.o

depmod  lvm_init_fs
depmod  lvm_fs_remove.vg
depmod  lvm_fin_fs
depmod  lvm_fs_remove_lv
depmod  lvm_fs_remove_pv
depmod  lvm_fs_create_vg
depmod  lvm_fs_create_lv
depmod  lvm_fs_create_pv

know what ???

Pierre


--- "Heinz J . Mauelshagen" <mauelshagen@sistina.com>
wrote:
> On Fri, Sep 07, 2001 at 06:07:38AM -0700, Pierre
> Lamb wrote:
> > Well I got rh 2.4.7 made the rc2 patches and
> patched
> > the kernel. No errors, complied the kernel,
> modules,
> > and installed the modules. All with no errors.
> Upon
> > booting the lvm-mod modules doesn't load so I did
> a
> > insmod on lvm-mod and get errors about
> non-resloved
> > symbols,  What to do next????
> 
> Could you send what symbols are non resolved?
> 
> > 
> > PIerre
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Get email alerts & NEW webcam video instant
> messaging with Yahoo! Messenger
> > http://im.yahoo.com
> > 
> > _______________________________________________
> > 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
> 
> -- 
> 
> 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
>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> 
> _______________________________________________
> 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



__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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

* Re: [linux-lvm] rc2 problems
  2001-09-11  1:16   ` Pierre Lamb
@ 2001-09-11 14:20     ` Heinz J . Mauelshagen
  2001-09-11 15:19       ` svetljo
  0 siblings, 1 reply; 6+ messages in thread
From: Heinz J . Mauelshagen @ 2001-09-11 14:20 UTC (permalink / raw)
  To: linux-lvm

On Mon, Sep 10, 2001 at 06:16:12PM -0700, Pierre Lamb wrote:
> Here is what I did:
>   Built patch, then applied it I got this
>  it patched various file, next it said it detected a
> provious patch I said (y) then it wanted to remove a
> file not detected.
> 
> Next I did a xconfig selecting LVM. did a make dep
> then a make clean did a make bzImage, then a make
> modules ( no errors), then make modules_install there
> at the en it gave an error :
> 
> Unsolved sysmbols in (path)lvm-mod.o
> 
> depmod  lvm_init_fs
> depmod  lvm_fs_remove.vg
> depmod  lvm_fin_fs
> depmod  lvm_fs_remove_lv
> depmod  lvm_fs_remove_pv
> depmod  lvm_fs_create_vg
> depmod  lvm_fs_create_lv
> depmod  lvm_fs_create_pv
> 
> know what ???

This looks like "make modules" didn't compile lvm-fs.c and didn't link it
into lvm-mode.o.

Could you check your "make modules" output in detail, if that's true
and if you see a reason for this.

Regards,
Heinz    -- The LVM Guy --


> 
> Pierre
> 
> 
> --- "Heinz J . Mauelshagen" <mauelshagen@sistina.com>
> wrote:
> > On Fri, Sep 07, 2001 at 06:07:38AM -0700, Pierre
> > Lamb wrote:
> > > Well I got rh 2.4.7 made the rc2 patches and
> > patched
> > > the kernel. No errors, complied the kernel,
> > modules,
> > > and installed the modules. All with no errors.
> > Upon
> > > booting the lvm-mod modules doesn't load so I did
> > a
> > > insmod on lvm-mod and get errors about
> > non-resloved
> > > symbols,  What to do next????
> > 
> > Could you send what symbols are non resolved?
> > 
> > > 
> > > PIerre
> > > 
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Get email alerts & NEW webcam video instant
> > messaging with Yahoo! Messenger
> > > http://im.yahoo.com
> > > 
> > > _______________________________________________
> > > 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
> > 
> > -- 
> > 
> > Regards,
> > Heinz    -- The LVM Guy --
> > 
> > *** Software bugs are stupid.
> >     Nevertheless it needs not so stupid people to
> > solve them ***
> >
> > _______________________________________________
> > 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
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
> http://im.yahoo.com
> 
> _______________________________________________
> 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

*** 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] 6+ messages in thread

* Re: [linux-lvm] rc2 problems
  2001-09-11 14:20     ` Heinz J . Mauelshagen
@ 2001-09-11 15:19       ` svetljo
  2001-09-11 15:48         ` Pierre Lamb
  0 siblings, 1 reply; 6+ messages in thread
From: svetljo @ 2001-09-11 15:19 UTC (permalink / raw)
  To: linux-lvm

have you tried once more runing
./configure ; PATCHES/make ; and applying the new patch

i think i had the same problem
and that's what worked for me  

Heinz J . Mauelshagen wrote:

>On Mon, Sep 10, 2001 at 06:16:12PM -0700, Pierre Lamb wrote:
>
>>Here is what I did:
>>  Built patch, then applied it I got this
>> it patched various file, next it said it detected a
>>provious patch I said (y) then it wanted to remove a
>>file not detected.
>>
>>Next I did a xconfig selecting LVM. did a make dep
>>then a make clean did a make bzImage, then a make
>>modules ( no errors), then make modules_install there
>>at the en it gave an error :
>>
>>Unsolved sysmbols in (path)lvm-mod.o
>>
>>depmod  lvm_init_fs
>>depmod  lvm_fs_remove.vg
>>depmod  lvm_fin_fs
>>depmod  lvm_fs_remove_lv
>>depmod  lvm_fs_remove_pv
>>depmod  lvm_fs_create_vg
>>depmod  lvm_fs_create_lv
>>depmod  lvm_fs_create_pv
>>
>>know what ???
>>
>
>This looks like "make modules" didn't compile lvm-fs.c and didn't link it
>into lvm-mode.o.
>
>Could you check your "make modules" output in detail, if that's true
>and if you see a reason for this.
>
>Regards,
>Heinz    -- The LVM Guy --
>
>
>>Pierre
>>
>>
>>--- "Heinz J . Mauelshagen" <mauelshagen@sistina.com>
>>wrote:
>>
>>>On Fri, Sep 07, 2001 at 06:07:38AM -0700, Pierre
>>>Lamb wrote:
>>>
>>>>Well I got rh 2.4.7 made the rc2 patches and
>>>>
>>>patched
>>>
>>>>the kernel. No errors, complied the kernel,
>>>>
>>>modules,
>>>
>>>>and installed the modules. All with no errors.
>>>>
>>>Upon
>>>
>>>>booting the lvm-mod modules doesn't load so I did
>>>>
>>>a
>>>
>>>>insmod on lvm-mod and get errors about
>>>>
>>>non-resloved
>>>
>>>>symbols,  What to do next????
>>>>
>>>Could you send what symbols are non resolved?
>>>
>>>>PIerre
>>>>
>>>>__________________________________________________
>>>>Do You Yahoo!?
>>>>Get email alerts & NEW webcam video instant
>>>>
>>>messaging with Yahoo! Messenger
>>>
>>>>http://im.yahoo.com
>>>>
>>>>_______________________________________________
>>>>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
>>>
>>>-- 
>>>
>>>Regards,
>>>Heinz    -- The LVM Guy --
>>>
>>>*** Software bugs are stupid.
>>>    Nevertheless it needs not so stupid people to
>>>solve them ***
>>>
>>>_______________________________________________
>>>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
>>
>>
>>
>>__________________________________________________
>>Do You Yahoo!?
>>Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
>>http://im.yahoo.com
>>
>>_______________________________________________
>>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
>>
>
>*** 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
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
>_______________________________________________
>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

* Re: [linux-lvm] rc2 problems
  2001-09-11 15:19       ` svetljo
@ 2001-09-11 15:48         ` Pierre Lamb
  0 siblings, 0 replies; 6+ messages in thread
From: Pierre Lamb @ 2001-09-11 15:48 UTC (permalink / raw)
  To: linux-lvm

Yes have done that 10 times. I will try to do m"make
modules" again.

Pierre
--- svetljo <galia@st-peter.stw.uni-erlangen.de>
wrote:
> have you tried once more runing
> ./configure ; PATCHES/make ; and applying the new
> patch
> 
> i think i had the same problem
> and that's what worked for me  
> 
> Heinz J . Mauelshagen wrote:
> 
> >On Mon, Sep 10, 2001 at 06:16:12PM -0700, Pierre
> Lamb wrote:
> >
> >>Here is what I did:
> >>  Built patch, then applied it I got this
> >> it patched various file, next it said it detected
> a
> >>provious patch I said (y) then it wanted to remove
> a
> >>file not detected.
> >>
> >>Next I did a xconfig selecting LVM. did a make dep
> >>then a make clean did a make bzImage, then a make
> >>modules ( no errors), then make modules_install
> there
> >>at the en it gave an error :
> >>
> >>Unsolved sysmbols in (path)lvm-mod.o
> >>
> >>depmod  lvm_init_fs
> >>depmod  lvm_fs_remove.vg
> >>depmod  lvm_fin_fs
> >>depmod  lvm_fs_remove_lv
> >>depmod  lvm_fs_remove_pv
> >>depmod  lvm_fs_create_vg
> >>depmod  lvm_fs_create_lv
> >>depmod  lvm_fs_create_pv
> >>
> >>know what ???
> >>
> >
> >This looks like "make modules" didn't compile
> lvm-fs.c and didn't link it
> >into lvm-mode.o.
> >
> >Could you check your "make modules" output in
> detail, if that's true
> >and if you see a reason for this.
> >
> >Regards,
> >Heinz    -- The LVM Guy --
> >
> >
> >>Pierre
> >>
> >>
> >>--- "Heinz J . Mauelshagen"
> <mauelshagen@sistina.com>
> >>wrote:
> >>
> >>>On Fri, Sep 07, 2001 at 06:07:38AM -0700, Pierre
> >>>Lamb wrote:
> >>>
> >>>>Well I got rh 2.4.7 made the rc2 patches and
> >>>>
> >>>patched
> >>>
> >>>>the kernel. No errors, complied the kernel,
> >>>>
> >>>modules,
> >>>
> >>>>and installed the modules. All with no errors.
> >>>>
> >>>Upon
> >>>
> >>>>booting the lvm-mod modules doesn't load so I
> did
> >>>>
> >>>a
> >>>
> >>>>insmod on lvm-mod and get errors about
> >>>>
> >>>non-resloved
> >>>
> >>>>symbols,  What to do next????
> >>>>
> >>>Could you send what symbols are non resolved?
> >>>
> >>>>PIerre
> >>>>
>
>>>>__________________________________________________
> >>>>Do You Yahoo!?
> >>>>Get email alerts & NEW webcam video instant
> >>>>
> >>>messaging with Yahoo! Messenger
> >>>
> >>>>http://im.yahoo.com
> >>>>
> >>>>_______________________________________________
> >>>>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
> >>>
> >>>-- 
> >>>
> >>>Regards,
> >>>Heinz    -- The LVM Guy --
> >>>
> >>>*** Software bugs are stupid.
> >>>    Nevertheless it needs not so stupid people to
> >>>solve them ***
> >>>
> >>>_______________________________________________
> >>>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
> >>
> >>
> >>
> >>__________________________________________________
> >>Do You Yahoo!?
> >>Get email alerts & NEW webcam video instant
> messaging with Yahoo! Messenger
> >>http://im.yahoo.com
> >>
> >>_______________________________________________
> >>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
> >>
> >
> >*** 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
>
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> >
> >_______________________________________________
> >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
> >
> 
> 
> 
> _______________________________________________
> 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


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

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

end of thread, other threads:[~2001-09-11 15:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-07 13:07 [linux-lvm] rc2 problems Pierre Lamb
2001-09-10 11:21 ` Heinz J . Mauelshagen
2001-09-11  1:16   ` Pierre Lamb
2001-09-11 14:20     ` Heinz J . Mauelshagen
2001-09-11 15:19       ` svetljo
2001-09-11 15:48         ` Pierre Lamb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox