[ENBD] Beginner's cry
Peter T. Breuer
enbd@lists.community.tummy.com
Thu, 5 Jun 2003 18:38:43 +0200 (MET DST)
"A month of sundays ago Tomka Gergely wrote:"
[Charset iso-8859-2 unsupported, filtering to ASCII...]
> Hi!
>
> Please send me RTFM/anything. I sit here with a
> clean 2.4.20 source and nbd-2.4.30, Debian Sid, and I cant go nowhere.
>
> ejs-022:/usr/src/linux-2.4.20# insmod ../tmp/enbd.o
> ../tmp/enbd.o: unresolved symbol __write_lock_failed
> ../tmp/enbd.o: unresolved symbol __read_lock_failed
What did you compile it against, if not the sources for your kernel!
It's a kernel symbol.
% grep write_lock /proc/ksyms
c010789c __write_lock_failed
c0232460 __br_write_lock
Use the kernel corresponding to your sources, or vice versa. With the
configuration of the kernel, or vice versa :-).
Could it be a question of compiling for SMP on a kernel not compiled
for SMP?
Peter