Re: make test failed
[email protected] (Peter T. Breuer)
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]> you wrote: > hi, peter > 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 don't have the enbd driver loaded in your kernel. Peter