From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:40:27 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 860EA1065675 for ; Tue, 3 Aug 2010 17:40:27 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 161BD8FC14 for ; Tue, 3 Aug 2010 17:40:25 +0000 (UTC) Received: by fxm13 with SMTP id 13so2216637fxm.13 for ; Tue, 03 Aug 2010 10:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=hBMW1nM2Ad4T5A/hSvnEkZN/U0Ak7CiRsuN4skXInrM=; b=vpxkXAr6XmkhCBNtWmy6Etks2PFbuOo/TlzKrm7usK9YxZBbW27ACeksPpTH9Mtmpv WyKmAld45YYqKHjDxKR16vKh7ZaA/2BeSguSub8GMVVCPePwJwxCC77/UN9P0p/AToFV O10zIw7mW/w5sTm9noVG0FYQRuKm8UeQDrEh8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HouqxtsuYlSe4EBd2cvjRZLnpJSGQhdbn3t0RN6r5zGL6fh96YfLrCPokIcB26AFSb nIQJy/0lHC0YjAuitWo9vgc0RD3OmFUuemaRmI0QtFifOeNIIr8uux0X5xMQkAqodUj2 k5ISgnAWAnWzBnpEHntL8r1BnppxIwWFYeanQ= MIME-Version: 1.0 Received: by 10.239.163.67 with SMTP id o3mr296205hbd.207.1280857223963; Tue, 03 Aug 2010 10:40:23 -0700 (PDT) Received: by 10.239.163.13 with HTTP; Tue, 3 Aug 2010 10:40:23 -0700 (PDT) In-Reply-To: <20100803154052.GA20157@hal.rescomp.berkeley.edu> References: <20100803154052.GA20157@hal.rescomp.berkeley.edu> Date: Tue, 3 Aug 2010 18:40:23 +0100 Message-ID: From: krad To: Joshua Coats Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ipsec and zfs on FreeBSD 8.1 -- kernel problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 17:40:27 -0000 On 3 August 2010 16:40, Joshua Coats wrote: > I've been experimenting with a FreeBSD 8.1 build, booting with a root in > zfs, but I've found a problem with the kernel: using the generic kernel > works fine, but this particular server needs ipsec enabled, and the > kernel I built with ipsec support for some reason can't mount the zfs > partitions, despite loading what I believe are the necessary kernel > modules (zfs.ko, opensolaris.ko) at startup. > > Does special zfs support need to be built into the kernel? The only > modifications from the generic kernel for the ipsec kernel I'm using > are: > > options IPSEC > options IPSEC_FILTERTUNNEL > device crypto > > This specific kernel config worked fine on FreeBSD 7.3, so I'm at a > loss. > > Thanks, > > -- > Joshua A. Coats > Unix Systems Administrator > Network and Infrastructure, RSSP-IT > University of California, Berkeley > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > did you build zfs support into the loader? add LOADER_ZFS_SUPPORT=YES to /etc/src.conf