Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2007 23:21:18 -0500
From:      Yoshihiro Ota <ota@j.email.ne.jp>
To:        freebsd-current@freebsd.org
Subject:   geli broken
Message-ID:  <20070201232118.c7cc1a10.ota@j.email.ne.jp>

next in thread | raw e-mail | index | archive | help
RCS file: /home/ncvs/src/sys/geom/eli/g_eli.c,v
Working file: g_eli.c
head: 1.34

revision 1.34
date: 2007/01/28 20:29:12;  author: pjd;  state: Exp;  lines: +7 -0
It is possible that GEOM taste provider before SMP is started.
We can't bind to a CPU which is not yet on-line, so add code that wait for
CPUs to go on-line before binding to them.

Reported by:    Alin-Adrian Anton <aanton@spintech.ro>
MFC after:      2 weeks
----------------------------


The change noted above caused problem with my system.
After typing password, the geli device was never recognized never response.
It looked like it was in an infinity loop.
I have the following entry in my fstab and I need to type in my password for it.

/dev/da0s2.eli          /export         ufs     rw              2       2

After reverting to 1.33, my system started without problems.  I use GENERIC kernel configuration without WITNESS and INVARIANTS.

Thanks,
Hiro



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070201232118.c7cc1a10.ota>