From owner-freebsd-current@FreeBSD.ORG Thu Aug 6 06:01:04 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67889106566C for ; Thu, 6 Aug 2009 06:01:04 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-qy0-f191.google.com (mail-qy0-f191.google.com [209.85.221.191]) by mx1.freebsd.org (Postfix) with ESMTP id 21A4D8FC23 for ; Thu, 6 Aug 2009 06:01:03 +0000 (UTC) Received: by qyk29 with SMTP id 29so621076qyk.3 for ; Wed, 05 Aug 2009 23:01:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=UGMiwW34kZoCjdjISK3KB4UGsa82Z8b1/snXcFkKwxs=; b=vMwsAMqEiGYcqzjeotX/KKTxF+b+wrb39LVXsmNRO7pwqnHDA8SMd+to78iG4BfblL yJ+OwxT83QWAf2JSaXEdhc1gtKmJI8oDHOUqM9AO9uaH7CmcHv6fRpk3gmGmE9P2sAmG JE4aBoWSGLu8PbN74FE6K0cmg8rnm5fn//Dms= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=wHmzhq7cmTaYHVArWh7t9yZnHvhpa2TOpDP64aYssiuIQObNMS5P6jMuZ43jYKeE3O 2OIZ4LdoRNx6oTHIaJ+mq1bfF9Lbja2ixqiyh/eIR+fALFGpBa1PEH36gS+yKPsRixYJ xDRsp98sdmpWb3sy35hBlBFdx4RSQ0GKAvM/I= MIME-Version: 1.0 Received: by 10.229.80.21 with SMTP id r21mr2890768qck.80.1249538462749; Wed, 05 Aug 2009 23:01:02 -0700 (PDT) In-Reply-To: <11167f520908052032u2d13a9b2iab44a74f1105b25@mail.gmail.com> References: <11167f520908052032u2d13a9b2iab44a74f1105b25@mail.gmail.com> Date: Thu, 6 Aug 2009 01:01:02 -0500 Message-ID: <11167f520908052301r5a92ab5x34e764574e6addaf@mail.gmail.com> From: "Sam Fourman Jr." To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: iscsi client X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Aug 2009 06:01:04 -0000 On Wed, Aug 5, 2009 at 10:32 PM, Sam Fourman Jr. wrote: > for some reason I can not get the following to compile on FreeBSD 8 > BETA 2 (src from yesterday) > > ftp://ftp.cs.huji.ac.il/users/danny/freebsd/iscsi-2.2.2.tar.gz > > has anyone had any luck getting iscsi to prefrm in a stable manner on FreeBSD 8? > > Sam Fourman Jr. Want to add a quick note I get this printed after the iscsi driver loads iscsi: version 2.1.0 xpt_dev_async called Sam Fourman Jr.