Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2010 18:40:23 +0100
From:      krad <kraduk@googlemail.com>
To:        Joshua Coats <joshu@rescomp.berkeley.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ipsec and zfs on FreeBSD 8.1 -- kernel problem
Message-ID:  <AANLkTikzOEdek5a%2BU5pqPQu%2B1MGE5hr2eR=izu5UhQdN@mail.gmail.com>
In-Reply-To: <20100803154052.GA20157@hal.rescomp.berkeley.edu>
References:  <20100803154052.GA20157@hal.rescomp.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3 August 2010 16:40, Joshua Coats <joshu@rescomp.berkeley.edu> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTikzOEdek5a%2BU5pqPQu%2B1MGE5hr2eR=izu5UhQdN>