From owner-freebsd-geom@FreeBSD.ORG Tue Mar 6 10:46:18 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C0A916A402 for ; Tue, 6 Mar 2007 10:46:18 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from a5.virtuaal.com (a5.virtuaal.com [195.222.15.75]) by mx1.freebsd.org (Postfix) with ESMTP id 49CEA13C47E for ; Tue, 6 Mar 2007 10:46:18 +0000 (UTC) (envelope-from antik@bsd.ee) Received: from pc142.host2.ida.starman.ee ([62.65.241.142] helo=[192.168.2.100]) by a5.virtuaal.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HOXBL-0005LX-IK for freebsd-geom@freebsd.org; Tue, 06 Mar 2007 12:46:11 +0200 From: Andrei Kolu To: freebsd-geom@freebsd.org Date: Tue, 6 Mar 2007 12:46:09 +0200 User-Agent: KMail/1.9.5 References: <20070120073117.GB60202@x12.dk> <20070305175619.GC1162@garage.freebsd.pl> <200703052033.12095.antik@bsd.ee> In-Reply-To: <200703052033.12095.antik@bsd.ee> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703061246.09687.antik@bsd.ee> X-Virtuaalcom-MailScanner-Information: Please contact the ISP for more information X-Virtuaalcom-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Virtuaalcom-MailScanner-SpamCheck: X-Virtuaalcom-MailScanner-From: antik@bsd.ee X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a5.virtuaal.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bsd.ee X-Source: X-Source-Args: X-Source-Dir: Subject: Re: zfs_20070303.patch on current X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 10:46:18 -0000 Now I found out why my kernel build failed. I followed directions found in patch file: # patch -p0 < zfs_20070303.patch # make kernel # cd cddl # make && make install Build failed. Then I changed it to this: # patch -p0 < zfs_20070303.patch # make buildkernel # cd cddl # make && make install # make installkernel Now I got working kernel but ZFS is still not available: # zpool status internal error: failed to initialize ZFS library