Mailing List Archive

Depmod reports unresolved symbols ... but modprobe load module
When I do the following:
/sbin/depmod -a

I get ...

depmod: *** Unresolved symbols in
/lib/modules/2.4.16/kernel/drivers/block/drbd.o

(as you can see I am using kernel 2.4.16)

But when I:

modprobe drbd

it loads fine..

Is this right?

--
-------------------------------
Edward Muller
Director of IS

973-715-0230 (cell)
212-487-9064 x115 (NYC)

http://www.learningpatterns.com
-------------------------------
Re: Depmod reports unresolved symbols ... but modprobe load module [ In reply to ]
I am also trying to acomplish a very basic setup right now by setting
things up by hand.

I created /dev/nb0 with:
mknod /dev/nb0 b 43 0

Is this right?

next I did the following ...

modprobe drbd
drbdsetup /dev/nb0 disk /dev/sda8
drbdsetup /dev/nb0 net 10.0.0.1 10.0.0.2 B

This returns an error of:
drbd0: Unable to bind (-99)

All this was done on node #2 ... which has eth1 set to 10.0.0.2 ...
which has a crossover cable to node #1 ... whose eth1 is set to
10.0.0.1.

I can ping back and forth across the interfaces without any problem if
it makes a difference ...


On Thu, 2001-11-29 at 15:12, Edward Muller wrote:
> When I do the following:
> /sbin/depmod -a
>
> I get ...
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.16/kernel/drivers/block/drbd.o
>
> (as you can see I am using kernel 2.4.16)
>
> But when I:
>
> modprobe drbd
>
> it loads fine..
>
> Is this right?
>
> --
> -------------------------------
> Edward Muller
> Director of IS
>
> 973-715-0230 (cell)
> 212-487-9064 x115 (NYC)
>
> http://www.learningpatterns.com
> -------------------------------
>
>
> _______________________________________________
> DRBD-devel mailing list
> DRBD-devel@example.com
> https://lists.sourceforge.net/lists/listinfo/drbd-devel
--
-------------------------------
Edward Muller
Director of IS

973-715-0230 (cell)
212-487-9064 x115 (NYC)

http://www.learningpatterns.com
-------------------------------
Re: Depmod reports unresolved symbols ... but modprobe load module [ In reply to ]
Oh ... one more note ..

I am using kernel ver 2.4.16 (which works fine)
and

drbd 0.6.1-pre7

Should I try the CVS version?

On Thu, 2001-11-29 at 19:35, Edward Muller wrote:
> I am also trying to acomplish a very basic setup right now by setting
> things up by hand.
>
> I created /dev/nb0 with:
> mknod /dev/nb0 b 43 0
>
> Is this right?
>
> next I did the following ...
>
> modprobe drbd
> drbdsetup /dev/nb0 disk /dev/sda8
> drbdsetup /dev/nb0 net 10.0.0.1 10.0.0.2 B
>
> This returns an error of:
> drbd0: Unable to bind (-99)
>
> All this was done on node #2 ... which has eth1 set to 10.0.0.2 ...
> which has a crossover cable to node #1 ... whose eth1 is set to
> 10.0.0.1.
>
> I can ping back and forth across the interfaces without any problem if
> it makes a difference ...
>
>
> On Thu, 2001-11-29 at 15:12, Edward Muller wrote:
> > When I do the following:
> > /sbin/depmod -a
> >
> > I get ...
> >
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.16/kernel/drivers/block/drbd.o
> >
> > (as you can see I am using kernel 2.4.16)
> >
> > But when I:
> >
> > modprobe drbd
> >
> > it loads fine..
> >
> > Is this right?
> >
> > --
> > -------------------------------
> > Edward Muller
> > Director of IS
> >
> > 973-715-0230 (cell)
> > 212-487-9064 x115 (NYC)
> >
> > http://www.learningpatterns.com
> > -------------------------------
> >
> >
> > _______________________________________________
> > DRBD-devel mailing list
> > DRBD-devel@example.com
> > https://lists.sourceforge.net/lists/listinfo/drbd-devel
> --
> -------------------------------
> Edward Muller
> Director of IS
>
> 973-715-0230 (cell)
> 212-487-9064 x115 (NYC)
>
> http://www.learningpatterns.com
> -------------------------------
>
>
> _______________________________________________
> DRBD-devel mailing list
> DRBD-devel@example.com
> https://lists.sourceforge.net/lists/listinfo/drbd-devel
--
-------------------------------
Edward Muller
Director of IS

973-715-0230 (cell)
212-487-9064 x115 (NYC)

http://www.learningpatterns.com
-------------------------------
Re: Depmod reports unresolved symbols ... but modprobe load module [ In reply to ]
This also happens with the 'stock' mandrake 8.1 kernel (well the newer
one from their updates) version 2.4.8-34.1mdk.

And yes. I re-compiled drbd ... (Actually I re-installed the entire
system ... formatting drives and all ... but that was for a different
reason).


I also get the drbd0: cannot bind (-99) errors as well with 2.4.8 ...


On Thu, 2001-11-29 at 15:12, Edward Muller wrote:
> When I do the following:
> /sbin/depmod -a
>
> I get ...
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.16/kernel/drivers/block/drbd.o
>
> (as you can see I am using kernel 2.4.16)
>
> But when I:
>
> modprobe drbd
>
> it loads fine..
>
> Is this right?
>
> --
> -------------------------------
> Edward Muller
> Director of IS
>
> 973-715-0230 (cell)
> 212-487-9064 x115 (NYC)
>
> http://www.learningpatterns.com
> -------------------------------
>
>
> _______________________________________________
> DRBD-devel mailing list
> DRBD-devel@example.com
> https://lists.sourceforge.net/lists/listinfo/drbd-devel
--
-------------------------------
Edward Muller
Director of IS

973-715-0230 (cell)
212-487-9064 x115 (NYC)

http://www.learningpatterns.com
-------------------------------