Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 17:20:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 218166] cfumass(4) requires iscsi to be loaded first
Message-ID:  <bug-218166-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218166

            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@FreeBSD.org
          Reporter: emaste@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@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@beaglebone:~ #=20

It requires manually loading iscsi first:

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218166-8>