Can't start iscsid - kldload: can't load iscsi: Exec format error - FreeBSD 10 Alpha 2

Allan Jude freebsd at allanjude.com
Thu Oct 10 21:50:15 UTC 2013


On 2013-10-10 17:41, Mike C. wrote:
> Hi,
>
> I'm running Alpha-2 and wanted to test with iscsi but it seems I can't
> start iscsid.
>
>
> $ sudo service iscsid onerestart
> kldload: can't load iscsi: Exec format error
> /etc/rc.d/iscsid: WARNING: Unable to load kernel module iscsi
> /etc/rc.d/iscsid: WARNING: failed precmd routine for iscsid
>
>
> dmesg shows:
> interface icl.1 already present in the KLD 'kernel'!
> linker_load_file: Unsupported file type
>
>
> And also it seems that iscsi is actually already loaded:
>
> sudo kldstat -v | grep isci
>                 470 pci/isci
>
>
> Any help is appreciated.
>
>
>
isci is the intel SAS driver, not iscsi (confusing name)

The problem appears to be that the iscsi module you have is not the same
version as your kernel, try updating to ALPHA5

-- 
Allan Jude



More information about the freebsd-current mailing list