From owner-freebsd-current@FreeBSD.ORG Wed Dec 15 19:42:29 2010 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 85E6E106566C; Wed, 15 Dec 2010 19:42:29 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-yw0-f68.google.com (mail-yw0-f68.google.com [209.85.213.68]) by mx1.freebsd.org (Postfix) with ESMTP id D42FC8FC19; Wed, 15 Dec 2010 19:42:28 +0000 (UTC) Received: by ywg4 with SMTP id 4so747125ywg.7 for ; Wed, 15 Dec 2010 11:42:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=V8zsTjkimbvI5e9bx3gl6e8AioQXY2aV83c1Sbi9J34=; b=YlwCr1w2kvOuq/fEIPyBCd83imVIoPZyZjDBRPLWefS+ZYdQUWjrdFEZKUOcR4pxi/ 0cqBzxOv4Ohgb0je624nkaCCsqWkBih/XuK/xAClNNPRbDmXNuRmikCxBIb5o8N9e+IN qhZaWnsAQ9ahEyArzBuYH8M1gct8Ib79Yaiqc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=LtugqPLi+dr/mqn7caKtvzmUokOl5QVBLqI47eK08WfKVavAu5CGeYZ3post9M/Qr9 SBCvpDuZIOn6OW7T4RliRbNHAQ3eHBoN9W+QIa8qap5C6aryVE4R/kyq3ZP56tEvrkVj JQWKuRKYlgooYm0a69A2LYsRVElbYqQGaH2J0= Received: by 10.236.95.36 with SMTP id o24mr15068256yhf.97.1292442148198; Wed, 15 Dec 2010 11:42:28 -0800 (PST) Received: from localhost ([199.48.147.41]) by mx.google.com with ESMTPS id 55sm910184yhl.37.2010.12.15.11.42.22 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Dec 2010 11:42:27 -0800 (PST) From: Anonymous To: Pawel Jakub Dawidek References: <20101213214556.GC2038@garage.freebsd.pl> <86d3p2n84y.fsf@gmail.com> Date: Wed, 15 Dec 2010 22:42:14 +0300 In-Reply-To: <86d3p2n84y.fsf@gmail.com> (Anonymous's message of "Wed, 15 Dec 2010 22:33:33 +0300") Message-ID: <86zks6lt61.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-current@FreeBSD.org, Martin Matuska Subject: Re: Next ZFSv28 patchset ready for testing. 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: Wed, 15 Dec 2010 19:42:29 -0000 Anonymous writes: > $ zfs allow > Traceback (most recent call last): > File "/usr/lib/zfs/pyzfs.py", line 35, in > import zfs.util > File "/usr/local/lib/python2.7/site-packages/zfs/util.py", line 31, in > import solaris.misc > ImportError: No module named solaris.misc > Exit 1 > > Am I missing smth? Looks like lib/pysolaris wasn't ported from onnv-gate. Doh, it's likely my install is broken, I think it worked before with previous ZFSv28 patch.