From owner-freebsd-current@FreeBSD.ORG Thu Oct 10 21:50:15 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A4F812D3 for ; Thu, 10 Oct 2013 21:50:15 +0000 (UTC) (envelope-from freebsd@allanjude.com) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id 81E04210E for ; Thu, 10 Oct 2013 21:50:15 +0000 (UTC) Received: from [10.1.1.1] (S01060001abad1dea.hm.shawcable.net [50.70.108.129]) (Authenticated sender: allan.jude@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 4BE3421EDB for ; Thu, 10 Oct 2013 21:50:11 +0000 (UTC) Message-ID: <52572129.8020007@allanjude.com> Date: Thu, 10 Oct 2013 17:50:33 -0400 From: Allan Jude User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Can't start iscsid - kldload: can't load iscsi: Exec format error - FreeBSD 10 Alpha 2 References: <52571EF6.8010703@gmail.com> In-Reply-To: <52571EF6.8010703@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 21:50:15 -0000 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