Re: make test failed
[email protected] (Peter T. Breuer)
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]> you wrote: > > ^^^^^^^^^^^ > > > grep: /proc/nbdinfo: No such file or directory > > > > You don't have the enbd driver loaded in your kernel. > > i did manually load the enbd and enbd_ioctl BEFORE i ran 'make test" No you didn't, because if you had, there would have been a /proc/nbdinfo. > > > [root@debA:/usr/src/nbd]#lsmod > > Module Size Used by > > enbd_ioctl 4756 0 > > enbd 193908 1 enbd_ioctl This cannot be the case. What does /proc/devices show? What do your kernel messages (dmesg) say about it? Peter