https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247986
--- Comment #1 from John Baldwin <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
