Re: make test failed
[email protected] (Peter T. Breuer)
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]> you wrote: > now i can successfully build the enbd outside the kernel, except a few warnings. > but new problems arose when running 'make test'. here is the result > > [root@debA:/usr/src/nbd]#make test > export OPTASYNC="" OPTBLK="-b 1024" OPTCLISSL="" OPTJRNL="" OPTLOCK="" OPTMD5SUM="" OPTORDER="-w > 500" OPTRAID="-l" OPTRCACHE="-h 10000 " OPTRO="" OPTSASYNC="" OPTSIG="-i "NBDabcdefNBD"" > OPTSOCK="-n 4" OPTSRVSSL="" OPTTIME="-t 120" OPT_REQ_TIMEO="-p 5" BUILD="/tmp" VPATH="/tmp" > DEVICE="/dev/ndb" SERVER="localhost" CLIENT="localhost" EXPORT="/tmp/core0 /tmp/core1" > BLKSIZ="1024" SRVSIZ="4194304" RAHEAD="20" MERGE_REQS="0" CHK_PART="0" ; > /usr/src/nbd-2.4.32/nbd/enbd-maketest --noreload > grep: /proc/nbdinfo: No such file or directory You havem't loaded the modules. > [root@debA:/usr/src/nbd]#lsmod > Module Size Used by > enbd_ioctl 4756 0 > enbd 193908 1 enbd_ioctl Then you haven't compiled them properly. > enbd: no version magic, tainting kernel. > enbd: module license 'unspecified' taints kernel. > enbd_ioctl: no version magic, tainting kernel. See? Peter