From owner-freebsd-fs@FreeBSD.ORG Thu Sep 11 22:29:04 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 87B738DC for ; Thu, 11 Sep 2014 22:29:04 +0000 (UTC) Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) (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 5DD5DE12 for ; Thu, 11 Sep 2014 22:29:03 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id z10so14125164pdj.6 for ; Thu, 11 Sep 2014 15:28:57 -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:content-type:content-transfer-encoding; bh=jnAuOAHL9QwOO1MKSlyoLiwrAlH8pEPlc7t8vxJmuSA=; b=XWkXsb59mxWnXwtiQEyJPWU1YP2BbTeg2dw9EjgnVZpAXQlV94xr5cvpoC3YCbe5TW SDRQy5iT0ZDOguPGgoUGJXgqjJVVp850Kz3eNjGpQXePZ38Iu5ejEOjOLstL6dykd4u9 AdGVl4qbkWQLl1RXziVxSumzVMF+mGag0PkXAbHGIzeDmvv9apsKOOl6xm3X6RUV2ORc uYsrRr24VwoST0utop0/X2BshIdAfq/jJAPj88H/M6Ba5D5hsQtrrGetl4a6sETPU9p+ mE01vcvtiZeac88U+zzB0+f5cXvn1HUj8rrZr5bAhaQGWOEM1D5RwN+2fHcLmcUGR0EC nFNw== X-Gm-Message-State: ALoCoQlRY/339p7axX98aBdE4QFOkxVh+FnzoFGADaSz0OFl8rxLPDbYrU9htf+Rui4zcgqp2r5J X-Received: by 10.70.88.66 with SMTP id be2mr5403523pdb.30.1410474537154; Thu, 11 Sep 2014 15:28:57 -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 y9sm2103892pas.23.2014.09.11.15.28.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Sep 2014 15:28:56 -0700 (PDT) Message-ID: <54122225.8070502@callfortesting.org> Date: Thu, 11 Sep 2014 15:28:53 -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: iscsi_initiator.ko failure on 10.0 snapshot 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 22:29:04 -0000 Hello all, I can imagine a few lists this could go to but I will start here. 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 Any suggestions? Found a bug? This is working fine on 11-CURRENT (though ctld reloads can cause panics) Thank you, Michael