Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2020 23:31:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247986] geli: authentication panics on Via Nano
Message-ID:  <bug-247986-227-N8T8GSGBqC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247986-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247986-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247986

--- Comment #1 from John Baldwin <jhb@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247986-227-N8T8GSGBqC>