iscsictl/iscsicd:Capsicum capability mode not supported
Edward Tomasz Napierała
trasz at FreeBSD.org
Mon Mar 30 20:50:50 UTC 2015
On 0330T1147, Aafak Mohammad wrote:
> hi
> i am using freebsd 9.2 but i have back ported iscsictl and iscsid and
> native iscsi kernal from freebsd 10.1 to freebsd 9.2
> Using iscsictl, i am able to discover and connect iSCSI target LUN on
> Ubunto 12.10 and able to perform dd on device nodes But as i execute zpool
> create command using these nodes getting following error in
> /var/log/messages
>
> Mar 27 17:15:09 trunk-mar26 kernel: WARNING: 10.11.1.136
> (iqn.2012-05.local.mynet:storage.sys1): connection error; reconnecting
> Mar 27 17:15:10 trunk-mar26 iscsid[16845]: 10.11.1.136
> (iqn.2012-05.local.mynet:storage.sys1): Capsicum capability mode not
> supported
[..]
> I want to know, is it a merge issue or something i missed to set this mode.
> How can i activate this mode?
Required Capsicum features are not available in FreeBSD 9. You should
be able to just #ifdef all the Capsicum-related parts; of course this
way you lose the sandboxing.
More information about the freebsd-scsi
mailing list