Hi, my /usr/home is a geli-partition. It always worked fine. Today I compiled a fresh kernel and after the password prompt nothing moves anymore. The system seems to be in a frozen state (I cannot enter the password, Ctrl+Alt+Del does nothing). The kernel configuration is GENERIC. The last known working kernel version was: FreeBSD 6.1-PRERELEASE #0: Thu Mar 2 00:54:06 CET 2006 Martin
On Wed, Apr 26, 2006 at 08:24:15PM +0200, Martin wrote: +> +> Hi, +> +> my /usr/home is a geli-partition. It always worked fine. +> Today I compiled a fresh kernel and after the password +> prompt nothing moves anymore. The system seems to be in +> a frozen state (I cannot enter the password, +> Ctrl+Alt+Del does nothing). +> +> The kernel configuration is GENERIC. +> +> The last known working kernel version was: +> FreeBSD 6.1-PRERELEASE #0: Thu Mar 2 00:54:06 CET 2006 Could you send me the output of: # geli dump /dev/<foo> | head -10 /dev/<foo> is where your /usr/home is stored without .eli suffix. Also, please increase debug level to 1 (kern.geom.eli.debug) and send me what is printed on the console as well. Thanks. -- Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060426/c58868d0/attachment.pgp
Pawel Jakub Dawidek wrote:> Could you send me the output of: > > # geli dump /dev/<foo> | head -10Metadata on /dev/ad0s2g: magic: GEOM::ELI version: 0 flags: 0x2 algo: AES keylen: 128 provsize: 6475562496 sectorsize: 4096 keys: 0x01 iterations: 46459> Also, please increase debug level to 1 (kern.geom.eli.debug) and send me > what is printed on the console as well.When it works, it looks like this: GEOM_ELI[1]: Using Master Key 0 for ad0s2g. GEOM_ELI[1]: Creating device ad0s2g.eli. GEOM_ELI[0]: Device ad0s2g.eli created. GEOM_ELI[0]: Cipher: AES GEOM_ELI[0]: Key length: 128 GEOM_ELI[0]: Crypto: software GEOM_ELI[1]: Thread g_eli[0] ad0s2g started. I get no output while using the new kernel. I found out that I can scroll up and down (scroll lock), so the kernel is not frozen, as I thought previously. Martin