[Bug 218166] cfumass(4) requires iscsi to be loaded first

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 27 17:20:59 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218166

            Bug ID: 218166
           Summary: cfumass(4) requires iscsi to be loaded first
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: emaste at freebsd.org

According to the handbook
(https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html)
`kldload cfumass` should be sufficient to load the cfumass module for mass
storage target use, however the kernel reports that icl and ctl are not
available:

root at beaglebone:~ # kldload cfumass
KLD ctl.ko: depends on icl - not available or version mismatch
KLD cfumass.ko: depends on ctl - not available or version mismatch
kldload: can't load cfumass: No such file or directory
root at beaglebone:~ # 

It requires manually loading iscsi first:

root at beaglebone:~ # kldload iscsi
root at beaglebone:~ # kldload cfumass
root at beaglebone:~ #

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list