From owner-freebsd-fs@FreeBSD.ORG Thu Sep 11 23:21:01 2014 Return-Path: Delivered-To: freebsd-fs@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 ESMTPS id 445805EC for ; Thu, 11 Sep 2014 23:21:01 +0000 (UTC) Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18E7F3BA for ; Thu, 11 Sep 2014 23:21:00 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id w10so9398115pde.12 for ; Thu, 11 Sep 2014 16:20:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=kDdK79rObgqzuKqEChpai9TMzh7cjAnxbF4hd1P50MY=; b=hDIiWVLqxZ20ECYTQHEIMjVmHPFubJh5ALb7s0uNlJ4wwJk6FdVkMxhVPa+VCVxiqs 4wRoSv4614ogO69oILE5NeDK6cJnqR30zyeFmj20HLs6B2iEzuPcYHPSOeJmOGybBWAS 4151nCiynGm4gYSRS37QH8ailR5fU2wTuAnSv8J7L0W9s7XL3lrOOsIGLrjuCPY1NoYk 5ldwTanqhp1hqcwk7lzzpqlvPJpbIgNoHtA0d2b2932s7obqH5SyVE53zCt0IfxJ3ZTY oCaH9vPUs+1ypUhMf53rF/8//VVJg+gBCr5vTl2vlJIWpirqz+EXCM1ou7PW6KD39pqw 7E/g== X-Gm-Message-State: ALoCoQnnz++A00QHvRc82GXI0dZngZYymKMrPLdb42r2APEM3q5biuP8OFfyRcsPW0krMoUK0Xw1 X-Received: by 10.68.215.106 with SMTP id oh10mr6020764pbc.98.1410477654056; Thu, 11 Sep 2014 16:20:54 -0700 (PDT) Received: from Michaels-MacBook-Pro.local (c-98-246-202-204.hsd1.or.comcast.net. [98.246.202.204]) by mx.google.com with ESMTPSA id wh10sm2166400pac.20.2014.09.11.16.20.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Sep 2014 16:20:52 -0700 (PDT) Message-ID: <54122E52.1050202@callfortesting.org> Date: Thu, 11 Sep 2014 16:20:50 -0700 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: iscsi_initiator.ko failure on 10.0 snapshot References: <54122225.8070502@callfortesting.org> In-Reply-To: <54122225.8070502@callfortesting.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 23:21:01 -0000 Hello, > I am attempting to load the iscsi_initiator.ko kernel module on the > FreeBSD-10.1-PRERELEASE-amd64-20140907-r271243-memstick.img snapshot and > get an error with the following in /var/log/messages: > > ... kernel: >>> iscsi_start: iscsi_initiator: make_dev_credf failed > ... kernel: module_register_init: MOD_LOAD (iscsi_initiator, > 0xffffffff82e43000, 0) error 17 I have found that this error appears if one loads iscsi.ko before iscsi_initiator.ko. After the error, iscsi.ko appears to be loaded but not usable. Unloading iscsi.ko will allow iscsi_initiator.ko to load but trying iscsi.ko will result in the error. Both appear to create /dev/iscsi when loaded Is this the expected behavior? Thank you, Michael