[Bug 247986] geli: authentication panics on Via Nano
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 16 23:31:24 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247986
--- Comment #1 from John Baldwin <jhb at FreeBSD.org> ---
89 is EBADMSG which means that a verify failed.
Can you start off by first checking the driver via cryptocheck. For example:
kldload cryptodev
sysctl kern.crypto.allow_soft=1
cd src/tools/tools/crypto
make cryptocheck
cryptocheck -a all -d padlock0 -v
This will be much simpler to debug than geli if it finds errors.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list