From owner-freebsd-current@FreeBSD.ORG Thu Oct 10 23:20:20 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7D1B4C3 for ; Thu, 10 Oct 2013 23:20:20 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 840942679 for ; Thu, 10 Oct 2013 23:20:20 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id t61so3420464wes.34 for ; Thu, 10 Oct 2013 16:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=AS4vIVrhtRfv7OzNAN8CG+9tTONBA2Q7QxL7ylHtGwA=; b=Daysf7/hs8o5+cTqsqY9mwWK1+SPMg+Cwctx9wmpRCcExnivvu2v3LFIvCPYABSAy9 wLFumDs0BedYcnnktaDF1US9qDMu1xFphRUnKgr3hJ7xt7V3qm3VbWEt6457whWAfxtV 7EIIUjN5O68AOz86NsgJCVGStM53AAOIZR0397Pi9k4nBZ/rYb2KcShm6sE7KCfAWHyS NjG+wn808WKt1aUjWN5J0dySH99tsalqxRBZ1xHQzJUlQOZReaNUFbee1Wc9dnMBI4VO xxNbwkU+biS0epZibcNhnd7+fgLo0A5LMcWk7mXrTGW5kJzgzUN/P9LjN6cUv9mVSw8r ClGg== X-Received: by 10.180.20.46 with SMTP id k14mr527291wie.39.1381447218801; Thu, 10 Oct 2013 16:20:18 -0700 (PDT) Received: from [10.10.50.70] (52.91.249.5.rev.vodafone.pt. [5.249.91.52]) by mx.google.com with ESMTPSA id dl10sm568384wib.1.2013.10.10.16.20.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 16:20:18 -0700 (PDT) Message-ID: <5257362D.2020803@gmail.com> Date: Fri, 11 Oct 2013 00:20:13 +0100 From: "Mike C." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; 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> <52572129.8020007@allanjude.com> In-Reply-To: <52572129.8020007@allanjude.com> X-Enigmail-Version: 1.5.2 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 23:20:21 -0000 On 10/10/13 22:50, Allan Jude wrote: > 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) Opps, you're right about that sorry. > > The problem appears to be that the iscsi module you have is not the same > version as your kernel, try updating to ALPHA5 > Hum, doesn't seems to be the case, but I doesn't hurt trying ALPHA 5 I guess/hope!