Date: Wed, 26 Oct 2005 11:21:37 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: McLone <mclone@gmail.com> Cc: current@freebsd.org Subject: Re: geom_eli stability Message-ID: <20051026092137.GB37564@garage.freebsd.pl> In-Reply-To: <451cb3010510251331l3e664c04u210052947c36a252@mail.gmail.com> References: <451cb3010510251331l3e664c04u210052947c36a252@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2005 at 11:31:31PM +0300, McLone wrote: +> While suffering from paranoya attack lately, i wanted to +> encrypt my / and /usr, so i read geli(8) and done this: +> > newfs /dev/ad3s1a # for unencrypted kernel +> > geli init -b -l 256 -s 2048 /dev/ad3s1d +> > geli attach /dev/ad3s1d; newfs -U /dev/ad3s1d.eli +> > mount /dev/ad3s1d.eli /mnt/new; mkdir /mnt/new/usr +> > echo "so_m3 d@.Ta" | md5 | cut -c -23 > /mnt/new/the.key +> > cp /mnt/new/the.key / # dunno if it's needed, just guess +> > geli init -K /the.key -s 4096 /dev/ad3s1e +> > geli attach -k /the.key /dev/ad3s1e; newfs -U /dev/ad3s1e.eli +> > mount /dev/ad3s1e.eli /mnt/new/usr +> > cd /usr/src && setenv DESTDIR /mnt/new +> > make installworld +>=20 +> it panicks here (latest RELENG_6) with vm_?. +> Is it known problem, or i should put debug on it and +> post exact panic here? There are no problems in geli(8) that I'm aware of, so more debug will be helpful. +> p.s. May be sector sizes i fed geli with are bizarre too? Should be fine and I advice to use bigger sector for better performance. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDX0qhForvXbEpPzQRAqu8AKDX0DBqcZzUO2888JyNq6IUdMhKJwCfWzVo onQL9MX5sbrHr1l+MjbjmNw= =145B -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051026092137.GB37564>