From owner-freebsd-fs@FreeBSD.ORG Mon Oct 8 19:17:35 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C99861065670 for ; Mon, 8 Oct 2012 19:17:35 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1268FC0A for ; Mon, 8 Oct 2012 19:17:35 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q98JHAcr027609 for ; Mon, 8 Oct 2012 12:17:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1349723830; bh=mWtyKDveKVFDHGF/EC/1+dTg+I/MOChmhuKCUtmXfaI=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=GNkDbTo4q8lFhFI4xR+2Jl0Cufq5ln87uei5kl1LvfmtLtB55xuwunRa54HsmKxob UKhMWBefapibefbh+MX587QNBxyxuVBcTJ09mgXr6TJYCgl95B6zZQdoZkSUJKdh7/ +9ww/rNHCF3/do3jPmsSRw4pBIx8aBSiJyURmmNM= From: Sean Bruno To: freebsd-fs@freebsd.org Content-Type: text/plain; charset="UTF-8" Date: Mon, 08 Oct 2012 12:17:09 -0700 Message-ID: <1349723829.90401.2.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 723830001 Subject: zfs zlib and net/zlib conflict X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 19:17:35 -0000 Hey, noted that DDB_CTF and ZFS are one cause of zlib conflict currently. Not sure how to get around it. I guess, for now, I can't have CTF/Dtrace *and* ZFS in my kernconf? I can see that there will be some issues until someone can untangle zlib as sys/conf/files will drag in zlib from net in the following options: net/zlib.c optional crypto | geom_uzip | ipsec | \ mxge | netgraph_deflate | \ ddb_ctf | gzio |geom_uncompress Sean