From owner-freebsd-current@FreeBSD.ORG Thu Oct 17 11:15:02 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 D5647233 for ; Thu, 17 Oct 2013 11:15:02 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-ea0-x235.google.com (mail-ea0-x235.google.com [IPv6:2a00:1450:4013:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A871266C for ; Thu, 17 Oct 2013 11:15:02 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id d10so989265eaj.12 for ; Thu, 17 Oct 2013 04:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ZlClm0nWFgvXtu0zeVEpt8100oyzOSKqeXtxhv9AUkg=; b=D5F1Z6QWzPPWLpcec6Y6Glz3K41poZ/nlWu2H3ne9hZ+vNJPJ6Kyomgfz34MnQ2mUH i9JuLpvd629ARvVC27dkutf+9GueTRpnDNs13n9pUISE433XJCjcoKIqSu3itF/thq/j g376UzNFpWnB99oI0Ndow32iD/Dab8YJbYkdULAfRKrgisIWgcaYu8rpzZT1uk5F0TiT BVuzs6W3EpsLbLwOGfPSuF5+W+wi6E9TfDZW1kGBBlYhT9QWh0vWjXtNFXEnEoDcHtnU wI7WqkQMOouXuQGsQDuL/t+eiavCBVa7N6GAABahIEHE3Nt8sHLBNM+TwJztcC5yl/ci 3SXg== X-Received: by 10.15.33.132 with SMTP id c4mr12166200eev.2.1382008500927; Thu, 17 Oct 2013 04:15:00 -0700 (PDT) Received: from mini.home (adfy44.neoplus.adsl.tpnet.pl. [79.184.128.44]) by mx.google.com with ESMTPSA id h45sm191557649eeg.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Oct 2013 04:15:00 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Content-Type: text/plain; charset=iso-8859-2 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: [SOLVED] Can't start iscsid - kldload: can't load iscsi: Exec format error - FreeBSD 10 Alpha 2 From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: Date: Thu, 17 Oct 2013 13:14:58 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <24483E07-AF51-4E90-A374-C3BA5E279AA9@freebsd.org> References: <52571EF6.8010703@gmail.com> <5257DDD1.4070403@gmail.com> <08D4D879-C866-4BEB-BB1D-9579A32F1975@FreeBSD.org> <7c50c939-bfe7-4fcb-b3ef-5c51d4ae8a9c@email.android.com> To: Outback Dingo X-Mailer: Apple Mail (2.1510) Cc: freebsd-current , "Miguel C." 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, 17 Oct 2013 11:15:02 -0000 Wiadomo=B6=E6 napisana przez Outback Dingo w = dniu 17 pa=BC 2013, o godz. 03:11: [..] > Ive actually noticed what i feel is an anomaly with ctladm... i can = literally > run ctladm create -b block -o file=3D/luns/LUN0 numerous times...... = and create a new LUN > every time, using the same file. >=20 > ctladm devlist > LUN Backend Size (Blocks) BS Serial Number Device ID=20 > san: ~ # ctladm create -b block -o file=3D/mnt/extent6 > LUN created successfully > backend: block > device type: 0 > LUN size: 10485760 bytes > blocksize 512 bytes > LUN ID: 0 > Serial Number: MYSERIAL 0 > Device ID; MYDEVID 0 > san: ~ # ctladm create -b block -o file=3D/mnt/extent6 > LUN created successfully > backend: block > device type: 0 > LUN size: 10485760 bytes > blocksize 512 bytes > LUN ID: 1 > Serial Number: MYSERIAL 1 > Device ID; MYDEVID 1 [..] > notice the same file is used for each LUN...... it appears that ctladm = never checks for a LUN using the same file..... or zpool for that = matter....... anyway we can "correct" said behavior ?? Not really, because in some cases that's exactly what you want. That's = why ctld(8) only warns about it when running with debugging enabled.