Date: Fri, 2 Oct 2009 11:10:22 +0300 From: Gleb Kurtsou <gleb.kurtsou@gmail.com> To: Guy Brand <gb@unistra.fr> Cc: freebsd-current@freebsd.org Subject: Re: RFC: kernel level cryptographic filesystem (summer of code project) Message-ID: <20091002081022.GA1585@tops> In-Reply-To: <20091002071718.GD69862@unistra.fr> References: <20091001212342.GA1417@tops> <20091002071718.GD69862@unistra.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On (02/10/2009 09:17), Guy Brand wrote: > Gleb Kurtsou wrote: > > Hello > > > > During Google Summer of Code this year I was working on kernel level > > cryptographic filesystem pefs. It looks like the project is mature > > enough to ask for a public review and comments. > > Thanks for sharing this work. > > > I've tested it on top of ZFS, UFS and tmpfs (it fails on msdosfs). > > I use amd64 9-CURRENT but it should work on 8- and 7-STABLE (+ i386). > > I(ve grabbed the tarball and followed your installation instructions > on my FreeBSD 9.0-CURRENT #33: Wed Sep 23 10:29:08 CEST 2009 and run > into a: > > 6nq# kldload -v pefs > kldload: can't load pefs: Exec format error > and seeing also: > > link_elf_obj: symbol camellia_encrypt undefined > linker_load_file: Unsupported file type My bad. Dependency on crypto module is missing. Try kldload crypto Please let me know if it fixes the issue for you. > from the logs. > > Are my sources too old? Do I need world rebuild? > All the best > gb > > > -- > Never attribute to malice that which is adequately explained by > stupidity
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091002081022.GA1585>